filled out abilities table (todo: range needs correcting)

- changed target find stuff to use windower's (need to check it actually works..)
This commit is contained in:
Tahir Akhlaq 2017-08-22 19:47:54 +01:00
parent ebd295bfa4
commit 86bf0eec81
6 changed files with 235 additions and 71 deletions

View file

@ -21,6 +21,7 @@ namespace FFXIVClassic_Map_Server.actors.chara.ai.utils
}
((BattleNpc)defender).hateContainer.UpdateHate(attacker, damage);
}
defender.DelHP((short)damage);
}
}
}