Advertisement
Guest User

ShowDamageText.data

a guest
Apr 14th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 KB | None | 0 0
  1. trait method QName(PackageNamespace(""), "showDamageText")
  2. method
  3. refid "com.company.assembleegameclient.objects:GameObject/instance/showDamageText"
  4. param QName(PackageNamespace(""), "int")
  5. param QName(PackageNamespace(""), "Boolean")
  6. returns QName(PackageNamespace(""), "void")
  7. body
  8. maxstack 7
  9. localcount 6
  10. initscopedepth 5
  11. maxscopedepth 6
  12. code
  13. getlocal0
  14. pushscope
  15.  
  16. pushstring "-"
  17. getlocal1
  18. add
  19. coerce_s
  20. setlocal3
  21.  
  22. getlocal2
  23. iffalse L12
  24.  
  25. pushint 9437439
  26. convert_u
  27. jump L14
  28.  
  29. L12:
  30. pushint 16711680
  31. convert_u
  32. L14:
  33. setlocal 5
  34.  
  35. getlocal 5
  36. pushint 9437439
  37. ifeq L55
  38.  
  39. getlocal0
  40. getproperty QName(PackageNamespace(""), "hp_")
  41. getlocal1
  42. subtract
  43. getlocal0
  44. getproperty QName(PackageNamespace(""), "maxHP_")
  45. divide
  46. pushbyte 100
  47. multiply
  48. setlocal 5
  49.  
  50. getlocal 5
  51. pushbyte 50
  52. ifngt L43
  53.  
  54. pushint 65280
  55. pushint 327680
  56. findpropstrict QName(PackageNamespace(""), "int")
  57. pushbyte 100
  58. getlocal 5
  59. subtract
  60. callproperty QName(PackageNamespace(""), "int"), 1
  61. multiply
  62. add
  63. convert_u
  64. setlocal 5
  65.  
  66. jump L58
  67.  
  68. L43:
  69. pushint 16776960
  70. pushshort 1280
  71. findpropstrict QName(PackageNamespace(""), "int")
  72. pushbyte 50
  73. getlocal 5
  74. subtract
  75. callproperty QName(PackageNamespace(""), "int"), 1
  76. multiply
  77. subtract
  78. convert_u
  79. setlocal 5
  80.  
  81. jump L58
  82.  
  83. L55:
  84. pushint 9437439
  85. convert_u
  86. setlocal 5
  87.  
  88. L58:
  89. getlocal3
  90. pushstring " ["
  91. add
  92. setlocal3
  93.  
  94. getlocal3
  95. findpropstrict QName(PackageNamespace("", "com.company.assembleegameclient.objects:GameObject/instance/showDamageText"), "int")
  96. getlocal0
  97. getproperty QName(PackageNamespace(""), "hp_")
  98. getlocal1
  99. subtract
  100. callproperty QName(PackageNamespace("", "com.company.assembleegameclient.objects:GameObject/instance/showDamageText"), "int"), 1
  101. add
  102. setlocal3
  103.  
  104. getlocal3
  105. pushstring "/"
  106. add
  107. setlocal3
  108.  
  109. getlocal3
  110. getlocal0
  111. getproperty QName(PackageNamespace(""), "maxHP_")
  112. add
  113. setlocal3
  114.  
  115. getlocal3
  116. pushstring "]"
  117. add
  118. setlocal3
  119.  
  120. findpropstrict QName(PackageNamespace("com.company.assembleegameclient.map.mapoverlay"), "CharacterStatusText")
  121. getlocal0
  122. getlocal 5
  123. pushshort 1000
  124. constructprop QName(PackageNamespace("com.company.assembleegameclient.map.mapoverlay"), "CharacterStatusText"), 3
  125. coerce QName(PackageNamespace("com.company.assembleegameclient.map.mapoverlay"), "CharacterStatusText")
  126. dup
  127. setlocal 4
  128.  
  129. findpropstrict QName(PackageNamespace("kabam.rotmg.text.view.stringBuilder"), "StaticStringBuilder")
  130. getlocal3
  131. constructprop QName(PackageNamespace("kabam.rotmg.text.view.stringBuilder"), "StaticStringBuilder"), 1
  132. callpropvoid QName(PackageNamespace(""), "setStringBuilder"), 1
  133.  
  134. getlex QName(PackageNamespace(""), "map_")
  135. getproperty QName(PackageNamespace(""), "mapOverlay_")
  136. getlocal 4
  137. callpropvoid QName(PackageNamespace(""), "addStatusText"), 1
  138.  
  139. returnvoid
  140. end ; code
  141. end ; body
  142. end ; method
  143. end ; trait
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement