Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. #region offsets
  2. public static int
  3. _Mesh = 8,
  4. _UID = 12,
  5. _GuildID = 16,
  6. _GuildRank = 20,
  7. _StatusFlag = 26,
  8. _StatusFlag2 = 34,
  9. _StatusFlag3 = 42,
  10. _StatusFlag4 = 50,
  11. _AppearanceType = 54,
  12. _Hitpoints = 111,
  13. _MonsterLevel = 117,
  14. _X = 119,
  15. _Y = 121,
  16. _HairStyle = 123,
  17. _Facing = 125,
  18. _Action = 126,
  19. _Reborn = 133,
  20. _Level = 134,
  21. _WindowSpawn = 136,
  22. _Away = 137,
  23. _ExtraBattlepower = 138,
  24. _FlowerIcon = 154,
  25. _NobilityRank = 158,
  26. _QuizPoints = 168,
  27. _ClanUID = 186 + 4 + 4,
  28. _ClanRank = 190 + 4 + 4,
  29. _NameClan = 296 + 4,
  30. _Title = 198 + 4 + 4,
  31. _ShowArenaGlow = 209 + 4 + 4,
  32. _Boss = 212 + 4 + 4,
  33. _RaceItem = 214 + 4 + 4,
  34. _SubClass1 = 220 + 4 + 4,
  35. _SubClassesActive1 = 226 + 4 + 4,
  36. _ActiveSubclass = 229 + 4 + 4,
  37. _FirstRebornClass = 246,
  38. _SecondRebornClass = 248,
  39. _Class = 246 + 4,
  40. _AssassinColor = 241 + 9 + 4,
  41. _CountryCode = 252,
  42. _BattlePower = 250 + 4 + 4,
  43. _JingHu_Talen = 254 + 4 + 4,
  44. _JiangHuActive = 255 + 4 + 4,
  45. _skillsoul = 253 + 4 + 4,
  46. _skillsoul2 = 256 + 4 + 4,
  47. _CUID = 266 + 4 + 4,
  48. _WingColor = 278 + 4,
  49. _EquipmentColor = 258,
  50. _EpicColor = 258,
  51. _UnionExploits = 282,
  52. _Names = 312;
  53. #endregion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement