this dont work
this dont work
Macro doesnt work. But you should be able to script loops.
Edit: loop scripts to prove blink wrong :P
Simple iteration
/run for i=1,10 do print ( i ) end
Darkmoon vendor raper
/run for i=1,GetMerchantNumItems() do local n, t, p, q, r, s, v = GetMerchantItemInfo(i) if (strfind(n, "Mote") or strfind(n,"Ruby") or strfind(n,"Night") or strfind(n,"Dawn") or strfind(n,"Lotus") or strfind(n,"Cleft")) then BuyMerchantItem(i,r) end end
Last edited by funkyjunky; 12-29-2008 at 06:51 PM.