Example i want to sell 25x Trophy of the Crusade - Item - World of Warcraft of all my inventory
what is the macros?!?!
Example i want to sell 25x Trophy of the Crusade - Item - World of Warcraft of all my inventory
what is the macros?!?!
open vendor window and...
Code:/run for bag=0,4,1 do for slot=1,GetContainerNumSlots(bag),1 do local name=GetContainerItemLink(bag,slot) if name and string.find(name,"Trophy of the Crusade") then DEFAULT_CHAT_FRAME:AddMessage("- Selling "..name) UseContainerItem(bag,slot) end end end
What about selling a PvP piece? (To refund it)
Wrathful Gladiator's Plate Chestpiece
The macro's lenght is too long.