fixed death/despawning kinda (need to figure out why hp wont tick down after respawning)

This commit is contained in:
Tahir Akhlaq
2017-09-03 01:01:19 +01:00
parent c5cc7c2f00
commit 4978813c27
16 changed files with 251 additions and 106 deletions

View File

@@ -384,12 +384,6 @@ namespace FFXIVClassic_Map_Server.actors.chara.ai
// todo: use tick instead of now?
this.startTime = DateTime.Now;
this.lastTick = startTime;
// todo: set the effect name to be called by scripts or just lookup effects in db
// name = WorldManager.GetEffectInfo(id).Name;
// todo: check if can gain effect
// todo: call effect's onGain
// todo: broadcast effect gain packet
}
public StatusEffect(Character owner, StatusEffect effect)