BBot - The best bot of the world
Bot responds to a player - 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: Bot responds to a player (/thread-12265.html)



Bot responds to a player - elem - 10-20-2013

Hi, i'd like to ask if there's a macro that responses back to a player after he messages ' bot ' or ' ? ' and then bot says back: 'leave' for example


RE: Bot responds to a player - Kimoszin - 10-20-2013

1. Add a macro:
[macro]0 {Say Leave} Self.Say(leave)[/macro]

2. Add a Protector -> Kind: Messaged or Player on Screen -> Check Macro and select Say Leave.


RE: Bot responds to a player - elem - 10-20-2013

Hope it works like i imagine Big Grin

Gave you a rep. Thanks!

edit. just had a chance to test it, works fine


RE: Bot responds to a player - elem - 10-22-2013

I'll ask here again so i won't spam another thread.

what about he says leave when bot is on 'exp' label, cus he said leave in dp - dont want him to spam 'leave' out of exp haha.


RE: Bot responds to a player - Kimoszin - 10-22-2013

You can make a macro to disable and enable the protector.


RE: Bot responds to a player - elem - 10-23-2013

Only if i knew how


RE: Bot responds to a player - Kimoszin - 10-24-2013

[macro]0 {Say Leave Disable} Protectors.Disable(Say Leave)[/macro]
[macro]0 {Say Leave Enable} Protectors.Enable(Say Leave)[/macro]