Added new DB changes to character creator. Overhauled the get character methods to include as much data as possible. Fixed an issue with undergarments not being set properly for certain race/classes.

This commit is contained in:
Filip Maj 2016-03-20 11:49:09 -04:00
parent d9bccb5bff
commit d80e9bed0e
4 changed files with 229 additions and 84 deletions

View file

@ -23,13 +23,14 @@ namespace FFXIVClassic_Lobby_Server
public byte guardian;
public byte birthMonth;
public byte birthDay;
public uint currentClass = 3;
public uint currentJob = 0;
public int currentLevel = 1;
public byte initialTown;
public byte tribe;
public uint currentLevel = 1;
public static CharaInfo EncodedToCharacter(String charaInfo)
{
charaInfo.Replace("+", "-");