when i jump on new server and new wow install, i always looking for this macro to sell junk grey item. it is very useful for beginner looking to make money. older player might already have good amount of gold and can transfer to other character but first character always have to do a bit of grind first.
credits to the websiteКод:/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,"ff9d9d9d") then DEFAULT_CHAT_FRAME:AddMessage("- Selling "..name) UseContainerItem(bag,slot) end end end
https://wow-resource.blogspot.com/20...ems-macro.html
btw: this macros works for 3.3.5a but I'm not sure any other version beyond that as I have never tried it myself. but looking from the code, it should works.




Ответить с цитированием