![]() |
a little question - 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: a little question (/thread-11468.html) |
a little question - oscaragl13 - 08-23-2013 Does this macro 10000 {Anti stop Cavebot} Misc.StandTime()>30 Cavebot.Stop() Cavebot.Start() Afect this macro? 50 {Pause on Death By Kimoszin} !Verify!==0 Self.Health()<=0 BBot.TogglePause() I use the anti stop cavebot because sometimes the waypoint dont works :/ and i need to use the pause on death because the anti stop cavebot make my char when it dead go and dead again :S. Thank you. RE: a little question - Rudek1212 - 08-24-2013 (08-23-2013, 09:42 PM)oscaragl13 Wrote: Does this macro I think it doesn't because second macro pauses all bot - including macros... You can also use this macro to unstuck cavebot: Code: 10000 {Anti-Stuck} Self.PositionIn(X1, Y1, Z1, X2, Y2, Z2)==0 Misc.StandTime()>30 Cavebot.Stop() Cavebot.Start() Just change coordinates xyz in first command to most north-west (1) and most south-east (2) points of temple and it should work with Kimoszin's pasue. |