![]() |
NEED HELP, MACRO BUY GMP AND MAGIC LVL IN TRAINERS - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: NEED HELP, MACRO BUY GMP AND MAGIC LVL IN TRAINERS (/thread-16201.html) |
NEED HELP, MACRO BUY GMP AND MAGIC LVL IN TRAINERS - bubblanofc92 - 09-23-2014 Hello there! Im playing on a server 8.6 right now (Masiyah.se) and i could use some help with a macro. The npc for supplies is standing 2-3 sqm next to me in training monks, can anyone make marcro so it buy mana potions when i have 0 up to 900? I really need to train magiclvl fast ![]() Thx in advance!! Adding a picture so you can see how it looks. RE: NEED HELP, MACRO BUY GMP AND MAGIC LVL IN TRAINERS - bubblanofc92 - 09-28-2014 (09-23-2014, 12:55 AM)bubblanofc92 Wrote: Hello there! BUMP, ANYONE KNOW? RE: NEED HELP, MACRO BUY GMP AND MAGIC LVL IN TRAINERS - spodniarz - 09-28-2014 easier its to create cavebot scripts with config ![]() RE: NEED HELP, MACRO BUY GMP AND MAGIC LVL IN TRAINERS - Tommy Boy - 07-28-2015 i need same macro cuz on another server bbot just doesnt buys from trade shit... for no reason RE: NEED HELP, MACRO BUY GMP AND MAGIC LVL IN TRAINERS - kaiquegabriel - 07-28-2015 Wait, I'm on street but in 1 hour I'll make one script of Edron, GMP Training RE: NEED HELP, MACRO BUY GMP AND MAGIC LVL IN TRAINERS - kaiquegabriel - 07-29-2015 This macro start trade with NPC when potions is 100- on your backpack and buy automatic 200 potions. You can change. Code: 1000 {buymp} Misc.ItemCount(Mana Potion)<=100 NPC.Say(hi) Macro.Wait(1000) NPC.Say(TRADE) NPC.Sell(285, -1) NPC.Sell(285, -1) NPC.Buy(268, 100, IgnoreCap) NPC.Buy(268, 100, IgnoreCap) Edit: Mana Potion = potion name 285 = ID of potion flask 268 = ID of potion to bought |