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
Code:
if (SkillAttributes[0] == 12)
and between
and
Code:
PlayerTargets.Add(Target, Other.CalculateDamage(this, Target, 1, SkillId, SkillLvl));
add this line
Code:
if (MyMath.PointDistance(LocX, LocY, Target.LocX, Target.LocY) < 5)
and your done, enjoy.