BBot - The best bot of the world

Full Version: Alert only enabled form X point to X?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can be possible to make an alert with macro that do this?:

From X point to another point, "player on screen" enabled and on the rest of cavebot points alert "player on screen" disabled.

Thanks in advance.

PS: every time I love more this bot Tongue
Protector -> Kind: Player on Screen -> Check Sound -> File: Alert

[macro]0 {Disable Player on Screen} Protectors.Disable(Player on Screen)[/macro]
[macro]0 {Enable Player on Screen} Protectors.Enable(Player on Screen)[/macro]

Code:
Macro (0 0 0:Enable Player on Screen)
Label (0 0 0:Enter Cave)
Fixed (0 0 0)
Fixed (0 0 0)
Fixed (0 0 0)
...
Label (0 0 0:Exit Cave)
Macro (0 0 0:Disable Player on Screen)
Fixed (0 0 0)
Fixed (0 0 0)
Fixed (0 0 0)
...
(01-25-2013, 01:25 AM)Kimoszin Wrote: [ -> ]Protector -> Kind: Player on Screen -> Check Sound -> File: Alert

[macro]0 {Disable Player on Screen} Protectors.Disable(Player on Screen)[/macro]
[macro]0 {Enable Player on Screen} Protectors.Enable(Player on Screen)[/macro]

Code:
Macro (0 0 0:Enable Player on Screen)
Label (0 0 0:Enter Cave)
Fixed (0 0 0)
Fixed (0 0 0)
Fixed (0 0 0)
...
Label (0 0 0:Exit Cave)
Macro (0 0 0:Disable Player on Screen)
Fixed (0 0 0)
Fixed (0 0 0)
Fixed (0 0 0)
...

thanks but dont work :S It sounds in and out of cave.

I have to check "auto macros enabled"?
On macro editor I have to check "auto execute every 0 ms"?
Not need, just paste the macros.

The bot only execute the macro when it's called
(01-25-2013, 05:48 PM)Hunger Wrote: [ -> ]Not need, just paste the macros.

The bot only execute the macro when it's called

thanks but dont work Sad