Need 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: Need macro (/thread-16517.html) |
Need macro - mebishaa - 11-01-2014 Hi Guys anyone have Macro to using exori when 3/4 mobs attack me and bot didn't see player on the screan RE: Need macro - erleo - 11-01-2014 [macro]500 {Exori} Criaturas:=3 Wait:=1 VarMult(Wait, 12) Creatures.PlayersOnScreen()>=2 [sp] Time:=0 Exit() {sp} VarAdd(Time, 1) Creatures.Beside()>=!Criaturas! !Time!>=!Wait! Self.Say(Exori) Exit() [/macro] |