mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-08-24 18:10:51 +02:00
Health updating fix, temp r0 fix
This commit is contained in:
parent
205d3619d6
commit
837c7a9223
11 changed files with 33 additions and 50 deletions
|
@ -500,8 +500,8 @@ namespace FFXIVClassic_Map_Server.Actors
|
|||
npc = new Npc(mActorList.Count + 1, actorClass, uniqueId, this, x, y, z, rot, state, animId, null);
|
||||
|
||||
npc.LoadEventConditions(actorClass.eventConditions);
|
||||
//npc.SetMaxHP(30000);
|
||||
//npc.SetHP(30000);
|
||||
//npc.SetMaxHP(3000);
|
||||
//npc.SetHP(3000);
|
||||
|
||||
AddActorToZone(npc);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue