nope still works!
Addon:
idQuestAutomation - Quests & Leveling - World of Warcraft Addons - Curse
setup a button "interact with target"
my macros
buy water
Code:
/run for i=1,GetMerchantNumItems() do local l=GetMerchantItemLink(i) if l then if l:find("Erfrischendes Quellwasser") then BuyMerchantItem(i, 20)end end end
sell apples
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,"Glänzender roter Apfel") then DEFAULT_CHAT_FRAME:AddMessage("- Selling "..name) UseContainerItem(bag,slot) end end end
4 accounts, 4 chars, logitech g19 spamming interact key > 1-25 around a hour ;-)