Advertisement
Guest User

OnReconnect.data

a guest
Apr 14th, 2017
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. getlocal1
  2. getproperty QName(PackageNamespace(""), "name_")
  3. pushstring "Nexus"
  4. equals
  5. not
  6. dup
  7. iffalse J79
  8.  
  9. pop
  10. getlocal1
  11. getproperty QName(PackageNamespace(""), "name_")
  12. pushstring "{objects.Pirate_Cave_Portal}"
  13. equals
  14. not
  15. J79:
  16. dup
  17. iffalse J87
  18.  
  19. pop
  20. getlocal1
  21. getproperty QName(PackageNamespace(""), "name_")
  22. pushstring "{\"text\":\"server.nexus\"}"
  23. equals
  24. not
  25. J87:
  26. dup
  27. iffalse J95
  28.  
  29. pop
  30. getlocal1
  31. getproperty QName(PackageNamespace(""), "name_")
  32. pushstring "{\"text\":\"server.vault\"}"
  33. equals
  34. not
  35. J95:
  36. dup
  37. iffalse J103
  38.  
  39. pop
  40. getlocal1
  41. getproperty QName(PackageNamespace(""), "name_")
  42. pushstring "Pet Yard"
  43. equals
  44. not
  45. J103:
  46. dup
  47. iffalse J111
  48.  
  49. pop
  50. getlocal1
  51. getproperty QName(PackageNamespace(""), "name_")
  52. pushstring "Guild Hall"
  53. equals
  54. not
  55. J111:
  56. dup
  57. iffalse J119
  58.  
  59. pop
  60. getlocal1
  61. getproperty QName(PackageNamespace(""), "name_")
  62. pushstring "{objects.Cloth_Bazaar_Portal}"
  63. equals
  64. not
  65. J119:
  66. dup
  67. iffalse J127
  68.  
  69. pop
  70. getlocal1
  71. getproperty QName(PackageNamespace(""), "name_")
  72. pushstring "Tutorial"
  73. equals
  74. not
  75. J127:
  76. coerce_a
  77. dup
  78. iffalse J136
  79.  
  80. pop
  81. getlocal1
  82. getproperty QName(PackageNamespace(""), "name_")
  83. pushstring "{objects.Nexus_Explanation_Portal}"
  84. equals
  85. not
  86. J136:
  87. coerce_a
  88. convert_b
  89. dup
  90. iffalse J148
  91.  
  92. pop
  93. getlocal1
  94. getproperty QName(PackageNamespace(""), "name_")
  95. pushstring "{\"text\":\"server.vault_explanation\"}"
  96. equals
  97. not
  98. coerce_a
  99. convert_b
  100. J148:
  101. dup
  102. iffalse J157
  103.  
  104. pop
  105. getlocal1
  106. getproperty QName(PackageNamespace(""), "name_")
  107. pushstring "{\"text\":\"server.enter_the_portal\"}"
  108. equals
  109. not
  110. convert_b
  111. J157:
  112. iffalse J175
  113.  
  114. getlocal1
  115. getproperty QName(PackageNamespace(""), "name_")
  116. pushstring "NexusPortal."
  117. callproperty QName(Namespace("http://adobe.com/AS3/2006/builtin"), "search"), 1
  118. pushint 0
  119. ifge J172
  120.  
  121. getlocal1
  122. getproperty QName(PackageNamespace(""), "name_")
  123. pushstring "Realm"
  124. ifeq J175
  125.  
  126. getlex QName(PackageNamespace("com.company.assembleegameclient.game"), "MapUserInput")
  127. getlocal 8
  128. setproperty QName(PackageNamespace(""), "drecon")
  129.  
  130. jump J175
  131.  
  132. J172:
  133. getlex QName(PackageNamespace("com.company.assembleegameclient.game"), "MapUserInput")
  134. getlocal 8
  135. setproperty QName(PackageNamespace(""), "recon")
  136.  
  137. J175:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement