BBot - The best bot of the world

Full Version: a little question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
(08-23-2013, 09:42 PM)oscaragl13 Wrote: [ -> ]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.

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.