haha, this has been known for a LONG time.. I've even posted something like this before...
Anyways, you guys don't really understand the macro really well, you don't have to put colors there... instead, put the ACTUAL NAME there.
EXAMPLE:
/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,"ff0070dd") then DEFAULT_CHAT_FRAME:AddMessage("Selling "..name); UseContainerItem(bag,slot) end; end; end
change ff0070dd to Doomshot, so it would look like:
/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,"Doomshot") then DEFAULT_CHAT_FRAME:AddMessage("Selling "..name); UseContainerItem(bag,slot) end; end; end
/script local function buy (n,q) for i=1,100 do if n==GetMerchantItemInfo(i) then BuyMerchantItem(i,q) end end end buy ("ITEM NAME HERE",AMOUNT);
For example, i used this to buy 20 Soulfuron ingot and everytime the autoclicker pressed it i bought 20 Sulfuron ingot instead of 1 at a time.
/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,"ffa335ee") then DEFAULT_CHAT_FRAME:AddMessage("Selling "..name); UseContainerItem(bag,slot) end; end; end
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 0
Reputation: 1
Posts: 2
Join Date: Nov 2007
06-30-2008
Download Quick Macros for free and make WoW Window mode, then use Quick Macros to record.
You want it to record you opening WoW and then pressing 1 or what ever key you have the macro on.
And then it will show something like this:
act win("World of Warcraft" "GxWindowClassD3d") '1
Then just copy '1 and spam it like this
act win("World of Warcraft" "GxWindowClassD3d") '1 '1 '1 '1
but like 10000 times.
Then have WoW, Quick Macros and AutoClicker open
Press "Go" at AutoClicker
And then as fast as you can, click "Run" at Quick Macros
Then hold your mouse over the item you want to buy
Then it will buy + sell fully automatically so you can just watch TV or whatever.
Thats what I did :P
And also fix it so you can turn Quick Macros Macro off
Click "Options" or Alt+F12 at Quick Macros and then click "Hot Keys"
and then in "End Macro (None = Pause)" type in something, my hotkey to end the macro is "P"
Enjoy!
Download Quick Macros from here:
[Only registered and activated users can see links. ]
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 1
Posts: 8
Join Date: Jun 2008
07-10-2008
i play THC-wow or Kas-wow(same thing just 2 different names :P) and this work extremely well if you put in IronBite shells instead of those.....12g a time XD....Only thing is you need to watch when your making the macro because its tight for space :P +rep once i find out how to do it :P