Got most of the properties getting set. Commands and General Parameters broken.

This commit is contained in:
Filip Maj 2016-01-10 13:36:36 -05:00
parent d42dac543f
commit 5b5b99bb4b
6 changed files with 79 additions and 23 deletions

View file

@ -51,7 +51,10 @@ namespace FFXIVClassic_Map_Server.dataobjects.chara
public CharaWork charaWork = new CharaWork();
public Character(uint actorID) : base(actorID)
{
{
//Init timer array to "notimer"
for (int i = 0; i < charaWork.statusShownTime.Length; i++)
charaWork.statusShownTime[i] = 0xFFFFFFFF;
}
public SubPacket createAppearancePacket(uint playerActorId)