![]() |
MY MACROS DOESNT WORK ANYMORE - 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: MY MACROS DOESNT WORK ANYMORE (/thread-1585.html) |
MY MACROS DOESNT WORK ANYMORE - lolxdjiji - 12-16-2011 in other versions of bbot i use this macros to buy pots and speear 1000 { Manas } VarSetEx(Total, 105) VarSet(Potnow) Misc.ItemCountEx(268) VarSub(Total, !Potnow!) HUD.Display(!Total!) Self.Say(hi) Macro.Wait(2000) NPC.Say(trade) NPC.Buy(268, !Total!, 1) Macro.Wait(2000) NPC.Say(bye)) 1000 { Healths } VarSetEx(Total, 14) VarSet(Potnow) Misc.ItemCountEx(266) VarSub(Total, !Potnow!) HUD.Display(!Total!) Self.Say(hi) Macro.Wait(2000) NPC.Say(trade) NPC.Buy(266, !Total!, 1) Macro.Wait(2000) NPC.Say(bye)) 1000 { Spears } VarSetEx(Total, 21) 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)) NOW IN VERSION 4.9 OF BBOT IT DOESNT WORK PLZ SOMEONE CAN HELP ME ??? I USE THIS MACROS I ALL MY SCRIPTS, NOW THEY DOESNT WORK ): Re: MY MACROS DOESNT WORK ANYMORE - upking - 12-16-2011 be calm, there's a problem in "npc.buy" action, bmega is already fixing it! Re: MY MACROS DOESNT WORK ANYMORE - lolxdjiji - 12-18-2011 upking Wrote:be calm, there's a problem in "npc.buy" action, bmega is already fixing it!HOW LONG APROX IT WILL TAKE ? |