Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. namespace COServer.Network.GamePackets
  6. {
  7. public unsafe class MsgPlayer
  8. {
  9. public const ushort
  10. TimeStamp = 4,
  11. Mesh = 8,
  12. UID = 12,
  13. GuildID = 16,
  14. GuildRank = 20,
  15. Unknown = 24,
  16. StatusFlag = 26,
  17. StatusFlag2 = 34,
  18. StatusFlag3 = 42,
  19. StatusFlag4 = 50,
  20. Appearance = 54,
  21. WindWalker = 304,
  22. Head = 56,
  23. Garment = 60,
  24. Armor = 64,
  25. LeftWeapon = 68,
  26. RightWeapon = 72,
  27. LeftWeaponAccessory = 76,
  28. RightWeaponAccessory = 80,
  29. Steed = 84,
  30. MountArmor = 88,
  31. SteedWing = 92,
  32. WingPlus = 96,
  33. WingProgress = 97,
  34. Hitpoints = 111,
  35. MonsterLevel = 117,
  36. X = 119,
  37. Y = 121,
  38. HairStyle = 123,
  39. Facing = 125,
  40. Action = 126,
  41. Action2 = 128,
  42. Reborn = 133,
  43. Level = 134,
  44. WindowSpawn = 136,
  45. Away = 137,
  46. ExtraBattlePower = 138,
  47. Flower = 154,
  48. NobilityRank = 158,
  49. ArmorColor = 162,
  50. LeftWeaponColor = 164,
  51. HeadColor = 166,
  52. QuizPoints = 168,
  53. SteedPlus = 172,
  54. SteedColor = 174,
  55. Enlighten = 178,
  56. TotalInnerScore = 182,
  57. ClanUID = 194,
  58. ClanRank = 198,
  59. ClanSharedBp = 202,
  60. TitleActivated = 206,
  61. EntitySize = 208,
  62. GuildSharedBp = 213,
  63. ShowArenaGlow = 217,
  64. Boss = 220,
  65. HeadSoul = 221,
  66. RaceItem = 222,
  67. ArmorSoul = 225,
  68. LeftWeaponSoul = 229,
  69. RightWeaponSoul = 233,
  70. SubPro = 237,
  71. SubProActive = 238,
  72. FirstRebornClass = 246,
  73. SecondRebornClass = 248,
  74. Class = 250,
  75. CountryFlag = 252,
  76. EquipmentColor = 258,
  77. KongfuTalen = 262,
  78. KongfuActive = 263,
  79. ServerID = 265,
  80. OwnerPet = 271,
  81. OwnerPet1 = 272,
  82. OwnerUID = 274,
  83. Guard = 276,
  84. UnionID = 278,
  85. UnionExploits = 282,
  86. Offical_Harem_Guards = 286,
  87. UnionRank = 290,
  88. UnionType = 291,
  89. MyTitle = 292,
  90. MyTitleScore = 296,
  91. MyWing = 300,
  92. Windwalker = 304,
  93. NameClan = 317,
  94. PlayerPacket = 10014;
  95. }
  96. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement