well do you know the bug in LOTF that when you kill a person and you have the phoenix skill and the person revs if you dun move then it will atk em with phoenix automaticaly no matter where they r? well i found a fix o.o (i only tested it in PvP and it worked dunno about monsters)
so.....lets begin.
search for
and between
and
add this line
and your done, enjoy.
so.....lets begin.
search for
Code:
if (SkillAttributes[0] == 12)
Code:
{
Code:
PlayerTargets.Add(Target, Other.CalculateDamage(this, Target, 1, SkillId, SkillLvl));
Code:
if (MyMath.PointDistance(LocX, LocY, Target.LocX, Target.LocY) < 5)