Help macro plx - 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: Help macro plx (/thread-20795.html) |
Help macro plx - Denilson - 11-18-2017 English ( Sorry my english tradutor google ). Good afternoon can someone help me with 2 macros. A macro that exori and exori gran attack with player on the screen. A macro that exori and exori great attack when appear player, stop attacking spells (exori and exori great). Portugues Boa tarde alguem pode me ajuda com 2 macros. Uma macro que ataque de exori e exori gran com player na tela. Uma macro que ataque de exori e exori gran quando aparecer player, pare de atacar magias ( exori e exori gran) Agradeço desde de Já. Thank you for helping me. RE: Help macro plx - Kazan - 12-01-2017 10000 {random function} rdm:=Misc.Random(300, 600) 10 {human timer} jestplr:=Creatures.PlayersOnScreen() !jestplr!>=2 [jest] w8safe:=0 exit() {jest} VarAdd(w8safe, 2) exit() 300 {safe exori} rdm:=Misc.Random(12, 16) Self.Mana>=150 !w8safe!>=!rdm! Self.Attacking()==1 Creatures.Beside>=2 Creatures.PlayersOnRange(3)==01 Self.Say(exori) Exit() 100 {safe exori gran} rdm:=Misc.Random(12, 16) Self.Mana>=600 !w8safe!>=!rdm! Self.Attacking()==1 Creatures.Beside>=3 Creatures.PlayersOnRange(3)==01 Self.Say(exori gran) Exit() you need to put all those macro's in |