Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. // packet = 0x988
  2. struct PACKET_ZC_NOTIFY_CLAN_CONNECTINFO {
  3. /* this+0x0 */ short PacketType
  4. /* this+0x2 */ unsigned short NumConnect
  5. /* this+0x4 */ unsigned short NumTotal
  6. }
  7. // packet = 0x989
  8. struct PACKET_ZC_ACK_CLAN_LEAVE {
  9. /* this+0x0 */ short PacketType
  10. }
  11. // packet = 0x98a
  12. struct PACKET_ZC_CLANINFO {
  13. /* this+0x0 */ short PacketType
  14. /* this+0x2 */ short PacketLength
  15. /* this+0x4 */ int EmblemNum
  16. /* this+0x8 */ char ClanName[24]
  17. /* this+0x20 */ char Mastername[24]
  18. /* this+0x38 */ char ManageMap[16]
  19. /* this+0x48 */ unsigned char Num_AllyClan
  20. /* this+0x49 */ unsigned char Num_HostileClan
  21. }
  22. // packet = 0x98d
  23. struct PACKET_CZ_CLAN_CHAT {
  24. /* this+0x0 */ short PacketType
  25. /* this+0x2 */ short PacketLength
  26. /* this+0x4 */ char chat[...];
  27. }
  28. // packet = 0x98e
  29. struct PACKET_ZC_NOTIFY_CLAN_CHAT {
  30. /* this+0x0 */ short PacketType
  31. /* this+0x2 */ short PacketLength
  32. /* this+0x4 */ char charName[24]
  33. /* this+0x1c */ char chat[...];
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement