BBot - The best bot of the world
Help with macro - 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: Help with macro (/thread-21328.html)



Help with macro - felipealep - 03-09-2022

Hello Folks,

I play in an ot that doesn't allow afk botting, that's why I'm trying to develop a macro which will alert me when a bot verification comes to me. My secret is use keywords do alert me.
The keywords are the following ones:
100%;
AFK;
denĂșncia;
3;
minutos.

1000 {verification} When.AnyMessage(Pik, denĂșncia) When.AnyMessage(Pik2, 100%) When.AnyMessage(Pik3, AFK) When.AnyMessage(Pik4, 3 minutos) Exit() {Pik} Self.Say(q chatice esse pessoal denunciando) Misc.Alert(denuncia) Exit() {Pik2} Self.Say(blz meu querido) Misc.Alert(100%) Exit() {Pik3} Self.Say(Nao to afk nao po) Macro.Wait(5000) Self.Say(Obrigado de qualquer forma) Misc.Alert(AFK) Exit()

For some reason, this is not working, any of you guys would mind to explain me why?

Regards.