![]() |
Dont Buy Fluid (last update 6.7) - 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: Dont Buy Fluid (last update 6.7) (/thread-3410.html) |
Dont Buy Fluid (last update 6.7) - allan787 - 07-24-2012 Later I make this last update, my script macro to buy Manas don't work. Any peaple have this bug too? I use this macro Macro (33217 32401 7:{ mps } VarSetEx(Total, 30) 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)) RE: Dont Buy Fluid (last update 6.7) - Adamboss - 07-24-2012 Yee. my bot too no buy fluid ;// RE: Dont Buy Fluid (last update 6.7) - Dexter - 07-24-2012 This macro is wrong. Try this: Code: Macro (X Y Z:1000 {potion reffil} VarSetEx(Total, 100) VarSet(Potnow) Misc.ItemCountEx(268) VarSub(Total, !Potnow!) HUD.Display(!Total!) Self.Say(hi) Macro.Wait(3000) NPC.Say(trade) NPC.Buy(268, !Total!, 1) Macro.Wait(3000) NPC.Say(bye)) RE: Dont Buy Fluid (last update 6.7) - allan787 - 07-25-2012 (07-24-2012, 10:42 PM)Dexter Wrote: This macro is wrong. Now are working, but you can say what is worng in my macro? Cause in version 6.6 my macro working perfect. RE: Dont Buy Fluid (last update 6.7) - Zacharygg - 07-25-2012 I am having the same issue. Any help or input would be awesome. ~ZacharyGG RE: Dont Buy Fluid (last update 6.7) - Dexter - 07-25-2012 Look: http://forums.bmega.net/showthread.php?tid=4676&pid=17222#pid17222 RE: Dont Buy Fluid (last update 6.7) - nixon0 - 07-25-2012 Dexter your macro still don't work for me. RE: Dont Buy Fluid (last update 6.7) - Wukazen - 07-25-2012 I'll copy the content here: by the way the refill macros are working fine for me also the macros should be a little less long to prevent a crash like: Npc say: hi Npc say: Trade Macro: 1000 {ManaPot Reffil} VarSetEx(Total, MPS) VarSet(Potnow) Misc.ItemCountEx(268) VarSub(Total, !Potnow!) HUD.Display(!Total!) NPC.Buy(268, !Total!, 1)) That will work better on refiler remember to put the message hi and trade it is in message submenu. and remember to change the number for diferent potions RE: Dont Buy Fluid (last update 6.7) - w0sa92 - 07-25-2012 My bot enginge just keep crashing everytime the bot tries to withdraw money, anyone know how to solve this ? RE: Dont Buy Fluid (last update 6.7) - Wukazen - 07-25-2012 try to remake your points with the "npc say" option like: Npcsay: hi Npc say: withdraw x Npc say: yes RE: Dont Buy Fluid (last update 6.7) - w0sa92 - 07-25-2012 (07-25-2012, 10:31 AM)Wukazen Wrote: try to remake your points with the "npc say" option like: Yeah but Its not possible to reconfigure a script ;o then I will have to create a new one... since when I add any file with NPC SAY It lands In the bottom of the wpt and Im not able to drag It... RE: Dont Buy Fluid (last update 6.7) - Dexter - 07-26-2012 (07-25-2012, 04:17 PM)w0sa92 Wrote:(07-25-2012, 10:31 AM)Wukazen Wrote: try to remake your points with the "npc say" option like: copy and edit in notepad. RE: Dont Buy Fluid (last update 6.7) - Wukazen - 07-26-2012 well u can reconfigure easily your script: when it goes to bottom just select it and press: "Shift key/button" plus "Arrow up key/button" and the point will go up or down when pressing "Shift key/button" plus "Arrow down key/button" and DONE!!! save your route and setting and all will be fine. P.D. Give me reputation if it helped you RE: Dont Buy Fluid (last update 6.7) - Skawa - 07-26-2012 http://forums.bmega.net/showthread.php?tid=4758 |