Romao
New Member
- Joined
- Nov 19, 2012
- Messages
- 82
- Reaction score
- 0
That's interesting.
It's suppose to cast safeguard on your teammates, but not on your enemy
Code:u.IsAlive && !u.IsMe && u.IsFriendly && u.HealthPercent <= 25 && u.InLineOfSpellSight &&
If it did try to cast safeguard on the enemy team-player, he should tryCode:!u.IsHostile
Instead ofCode:u.IsFriendly
Thanks for answer Alxaw. I had check the code myself and i didnt see anything wrong, but i have poor coding skill...
I'm using Tyrael to run this Routine. I'm not sure, but in the logs it seems to have some sort of issues with this routine and tyrael.
I put an example of the Safeguard issue and Tyrael.
View attachment Warenalog.txt
Last edited: