mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 06:24:38 +02:00
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:
parent
d9bccb5bff
commit
d80e9bed0e
4 changed files with 229 additions and 84 deletions
|
@ -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("+", "-");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue