Hi All,
I'm trying to send a packet to load a skill but I can't seem to be able to reproduce the packet that's being sent when a skill hotkey is pressed. Here's the packet for loading smash:
I have tried to treat the T_STR data as "" and '\0' but neither of them worked. The client simply crashes when executing len = pkt_XXXX.BuildPacket( &p );
I've also tried to ignore the second data and send the packet with only T_WORD, this brings up the skill bubble but the skill was actually not loaded.
Could anyone tell me how to solve this problem?
Thanks.
I'm trying to send a packet to load a skill but I can't seem to be able to reproduce the packet that's being sent when a skill hotkey is pressed. Here's the packet for loading smash:
Code:
Opcode: 00006982 00 T_WORD : 20002 [4E22] 01 T_STR :
I've also tried to ignore the second data and send the packet with only T_WORD, this brings up the skill bubble but the skill was actually not loaded.
Could anyone tell me how to solve this problem?
Thanks.