Finished code to send character skill (class) info. Added parameterdata request packet that requests this info.

This commit is contained in:
Filip Maj 2016-03-19 18:43:02 -04:00
parent d2a5eaa2c8
commit 1f60bcf4fc
7 changed files with 197 additions and 6 deletions

View file

@ -277,6 +277,9 @@ namespace FFXIVClassic_Lobby_Server
break;
case 0x012F:
subpacket.debugPrintSubPacket();
ParameterDataRequestPacket paramRequest = new ParameterDataRequestPacket(subpacket.data);
if (paramRequest.paramName.Equals("charaWork/exp"))
player.getActor().sendCharaExpInfo();
break;
/* RECRUITMENT */
//Start Recruiting