mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 13:34:38 +02:00
Finished code to send character skill (class) info. Added parameterdata request packet that requests this info.
This commit is contained in:
parent
d2a5eaa2c8
commit
1f60bcf4fc
7 changed files with 197 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue