BBot - The best bot of the world
Alert only enabled form X point to X? - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: Alert only enabled form X point to X? (/thread-6811.html)



Alert only enabled form X point to X? - eldani19 - 01-24-2013

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


RE: Alert only enabled form X point to X? - Kimoszin - 01-25-2013

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)
...



RE: Alert only enabled form X point to X? - eldani19 - 01-25-2013

(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"?


RE: Alert only enabled form X point to X? - Hunger - 01-25-2013

Not need, just paste the macros.

The bot only execute the macro when it's called


RE: Alert only enabled form X point to X? - eldani19 - 01-26-2013

(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