For people who use any AOE spell on their scripts. beware...
Now I seen it finally with my own eyes.
Asked the guy who RSed me while ago to try do it again..
All he did was lure 2 mlnsters near stairs and wait for me.
Then he go up and down near the stairs and cast exura gran mas res so my bot don't kill monsters.
He jumped up and down like 5 times and my bot finally HIT him with advanced attack that uses this macro like that:
This means it HAS to be some kind of delay (like 50+ miliseconds) between these 2 lines
Creatures.PlayersOnRange(3)==1
Self.Say(exori)
and he was able to get up in between.
Now I secured my script complitely, by blocking bot possibility to use exori on SQMs that are close to stairs - took a while. But i hope im RS-proof now
Now I seen it finally with my own eyes.
Asked the guy who RSed me while ago to try do it again..
All he did was lure 2 mlnsters near stairs and wait for me.
Then he go up and down near the stairs and cast exura gran mas res so my bot don't kill monsters.
He jumped up and down like 5 times and my bot finally HIT him with advanced attack that uses this macro like that:
Code:
Self.Mana>=100
Self.Attacking()==1
Creatures.PlayersOnRange(3)==1
Self.Say(exori)
Exit()
This means it HAS to be some kind of delay (like 50+ miliseconds) between these 2 lines
Creatures.PlayersOnRange(3)==1
Self.Say(exori)
and he was able to get up in between.
Now I secured my script complitely, by blocking bot possibility to use exori on SQMs that are close to stairs - took a while. But i hope im RS-proof now