mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-01 08:33:18 +02:00
Added some new work parameters. Fixed GC Packet (wrong sized data). Connected player data packets to DB. Cleaned up login code.
This commit is contained in:
parent
2bf532a6db
commit
f7702bca13
16 changed files with 209 additions and 123 deletions
|
@ -12,12 +12,12 @@ namespace FFXIVClassic_Map_Server.dataobjects.chara
|
|||
|
||||
public int targetInformation = 0;
|
||||
|
||||
public int[] maxCommandRecastTime = new int[40];
|
||||
public ushort[] maxCommandRecastTime = new ushort[40];
|
||||
|
||||
public float[] forceControl_float_forClientSelf = { 1.0f, 1.0f};
|
||||
public float[] forceControl_float_forClientSelf = { 1.0f, 1.0f, 0.0f, 0.0f};
|
||||
public short[] forceControl_int16_forClientSelf = { -1, -1 };
|
||||
|
||||
public int[] otherClassAbilityCount = new int[2];
|
||||
public int[] giftCount = new int[2];
|
||||
public byte[] otherClassAbilityCount = new byte[2];
|
||||
public byte[] giftCount = new byte[2];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue