ok to extend this one (made about 1000g each day camping vendors 4hr/day)
this is the ultimate macro collection 100% made by me, to get all the goodies... even if 5 other people were camping with me i had an avg. 90% chance to get the stuff before they would even see it!
this are the macros you need to create:
Code:
macro1:
/script local function buy (n,q) for i=1,100 do if n==GetMerchantItemInfo(i) then BuyMerchantItem(i,q) end end end buy ("Mote of Life",1) buy ("Mote of Mana",1) buy ("Mote of Water",1) buy ("Mote of Fire",1) buy ("Mote of Air",1) buy ("Mote of Shadow",1);
macro2:
/script local function buy (n,q) for i=1,100 do if n==GetMerchantItemInfo(i) then BuyMerchantItem(i,q) end end end buy ("Star of Elune",1) buy ("Noble Topaz",1) buy ("Living Ruby",1) buy ("Dawnstone",1) buy ("Nightseye",1);
macro3:
/script local function buy (n,q) for i=1,100 do if n==GetMerchantItemInfo(i) then BuyMerchantItem(i,q) end end end buy ("Fel Lotus",1) buy ("Black Lotus",1) buy ("Nightmare Vine",1) buy ("Mountain Silversage",1) buy ("Ancient Lichen",1);
macro4:
/script local function buy (n,q) for i=1,100 do if n==GetMerchantItemInfo(i) then BuyMerchantItem(i,q) end end end buy ("Thick Clefthoof Leather",1) buy ("Dreamfoil",1) buy ("Ghost Mushroom",1) buy ("Golden Sansam",1) buy ("Netherbloom",1);
macro5:
/script local function buy (n,q) for i=1,100 do if n==GetMerchantItemInfo(i) then BuyMerchantItem(i,q) end end end buy ("Ragveil",1) buy ("Terocone",1);
add or delete any of the items depending if its worth to buy on your server. place this macros from 2-6 on your hotbar.
here is a complete list of the items you would buy if you dont tweak anything on my macro:
Dawnstone
Living Ruby
Nightseye
Noble Topaz
Star of Elune
Mote of Air
Mote of Fire
Mote of Life
Mote of Mana
Mote of Shadow
Mote of Water
Thick Clefthoof Leather
Ancient Lichen
Black Lotus
Dreamfoil
Fel Lotus
Ghost Mushroom
Golden Sansam
Mountain Silversage
Netherbloom
Nightmare Vine
Ragveil
Terocone
then you create this macro:
Code:
/click GossipTitleButton1
/click BongosActionButton2
/click BongosActionButton3
/click BongosActionButton4
/click BongosActionButton5
/click BongosActionButton6
place this macro at hotbar position #1
note: i use bongos, so my hotbarkeys are called BongosActionButton. if you use any other addon you need to find out how the buttons are called yourself. you can do it via this macro:
Code:
/run local f = GetMouseFocus(); if f then DEFAULT_CHAT_FRAME:AddMessage(f:GetName()) end
hover over the hotbarkey you want to know the name of and press this macro, the name will most likely show up in your chatwindow. replace the BongosActionButton with the name you got from this macro.
if you did everything right, you can now check the merchants by rightclick them and then just spam hotbarkey #1. it will automaticlly buy everything that you specified in the macros above, if they available.
you can check the merchants so fast that its almost impossible for other to get the goodies. hope you like this guide. gl&hf.
ps: used this macro the last and current faire and never got banned, but ive got reported quite often and flamed to death so maybe you should use a lvl 1 twink to buy stuff.
pss: you can combine this with an autoclicker