![]() |
Macro to buy royal spears - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: Macro to buy royal spears (/thread-1373.html) |
Macro to buy royal spears - brutox - 08-29-2011 guys, i need a macro to buy royal spear.. 40 royal spears npc name: vincent thxx :mrgreen: Re: Macro to buy royal spears - Hunger - 08-30-2011 Code: 2000 {RS Reffil} VarSetEx(Total, 40) VarSet(Potnow) Misc.ItemCountEx(7378) VarSub(Total, !Potnow!) HUD.Display(!Total!) Self.Say(hi) Macro.Wait(2000) NPC.Say(trade) NPC.Buy(7378, !Total!, 1) Macro.Wait(2000) NPC.Say(bye)) |