Okay this is a way I figured out how to configure ZoloFighter to automatically destroy your grey items for you while botting (make more room for better drops)
1. Create a Macro in WoW and place it in your 2nd bar, 1st key
/script for bag = 0,4,1 do for slot = 1, GetContainerNumSlots(bag), 1 do local name = GetContainerItemLink(bag,slot); if name and string.find(name,"ff9d9d9d") then PickupContainerItem(bag,slot)return DeleteCursorItem()end end end
2. Open your bindings_class config file for ZoloFighter.
3. Along with the other defact commands, add this one
defact= act:destroygreys slot:2 key:1 cooldown:0
4. Along with your globalact commands, add this one
globalact= act:destroygreys timeout:45s
Now, every 45s you will delete grey items from you inventory!