maybe you misunderstood me.
You can set up manual macros that will check if players are nearby before using exori.
But whenever there is any stairs/ ladders you will never be 100% safe unless you block bot from using exori near these things
Here is easy manual macro you can use
Bust 100% safe way is just to NOT use any aoe.
You can set up manual macros that will check if players are nearby before using exori.
But whenever there is any stairs/ ladders you will never be 100% safe unless you block bot from using exori near these things
Here is easy manual macro you can use
Code:
0 {safe exori}
Self.Mana>=200
Self.Attacking()==1
Creatures.PlayersOnScreen()==1
Self.Say(exori)
exit()
Bust 100% safe way is just to NOT use any aoe.