mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
effect timers now display (<3 ion)
- added source/target to effects - todo: send battle packet crap
This commit is contained in:
@@ -93,7 +93,20 @@ namespace FFXIVClassic_Map_Server.actors.chara.ai.controllers
|
||||
|
||||
private void DoRoamTick(DateTime tick)
|
||||
{
|
||||
|
||||
var battleNpc = owner as BattleNpc;
|
||||
|
||||
if (battleNpc != null)
|
||||
{
|
||||
if (battleNpc.hateContainer.GetHateList().Count > 0)
|
||||
{
|
||||
Engage(battleNpc.hateContainer.GetMostHatedTarget());
|
||||
return;
|
||||
}
|
||||
else if (battleNpc.currentLockedTarget != 0)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private void DoCombatTick(DateTime tick)
|
||||
|
Reference in New Issue
Block a user