Kiosani

Event.h Golden Archer Structs .90

Jun 13th, 2025
8
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. struct PMSG_REGEVENTCHIP_RESULT
  2. {
  3. PBMSG_HEAD h; // C1:95
  4. BYTE Type; // 3
  5. int ChipCount; // 4
  6. };
  7.  
  8.  
  9. struct PMSG_GETMUTONUMBER_RESULT
  10. {
  11. PBMSG_HEAD h; // C1:96
  12. short MutoNum[3]; // 4
  13. };
  14.  
  15.  
  16. struct PMSG_EVENTCHIPINFO
  17. {
  18. PBMSG_HEAD h; // C1:94
  19. BYTE Type; // 3
  20. int ChipCount; // 4
  21. short MutoNum[3]; // 6
  22. };
  23.  
  24.  
  25.  
  26. //::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  27.  
  28. struct PMSG_ANS_VIEW_EC_MN
  29. {
  30. PBMSG_HEAD h;
  31. int iINDEX; // 4
  32. char szUID[11]; // 8
  33. char bSUCCESS; // 13
  34. int nEVENT_CHIPS; // 14
  35. int iMUTO_NUM; // 18
  36. };
  37.  
  38.  
  39. struct PMSG_ANS_REGISTER_EVENTCHIP
  40. {
  41. PBMSG_HEAD h;
  42. int iINDEX; // 4
  43. BYTE Pos; // 8
  44. char szUID[11]; // 9
  45. char bSUCCESS; // 14
  46. int nEVENT_CHIPS; // 16
  47. };
  48.  
  49.  
  50.  
  51. struct PMSG_ANS_REGISTER_MUTONUM
  52. {
  53. PBMSG_HEAD h;
  54. int iINDEX; // 4
  55. char szUID[11]; // 8
  56. char bSUCCESS; // 13
  57. int iMUTO_NUM; // 14
  58. };
  59.  
  60.  
  61.  
  62. struct PMSG_ANS_RESET_EVENTCHIP
  63. {
  64. PBMSG_HEAD h;
  65. int iINDEX; // 4
  66. char szUID[11]; // 8
  67. char bSUCCESS; // 13
  68. };
  69.  
  70. struct PMSG_ANS_VIEW_STONES
  71. {
  72. PBMSG_HEAD h;
  73. int iINDEX; // 4
  74. char szUID[11]; // 8
  75. char bSUCCESS; // 13
  76. int iStoneCount; // 14
  77. };
  78.  
  79. struct PMSG_ANS_REGISTER_STONES
  80. {
  81. PBMSG_HEAD h;
  82. int iINDEX; // 4
  83. BYTE iPosition; // 8
  84. char szUID[11]; // 9
  85. char bSUCCESS; // 14
  86. int iStoneCount; // 18
  87. };
  88.  
  89. struct PMSG_ANS_DELETE_STONES
  90. {
  91. PBMSG_HEAD h;
  92. int iINDEX; // 4
  93. char szUID[11]; // 8
  94. char bSUCCESS; // 13
  95. int iStoneCount; // 14
  96. };
  97.  
  98. struct PMSG_ANS_2ANIV_SERIAL
  99. {
  100. PBMSG_HEAD h;
  101. int iINDEX; // 4
  102. char szUID[11]; // 8
  103. BYTE btIsRegistered; // 13
  104. int iGiftNumber; // 14
  105. };
Advertisement
Add Comment
Please, Sign In to add comment