Advertisement
Guest User

Untitled

a guest
Nov 13th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.99 KB | None | 0 0
  1. //---------------------------------------------
  2. //-- Script created with OwlTouch
  3. //---------------------------------------------
  4. //-- Créateur :
  5. //-- Nom :
  6. //-- Type :
  7. //-- Zone :
  8. //-- Métier :
  9. //---------------------------------------------
  10. const config = {
  11. MAX_PODS: 90,
  12. MIN_MONSTERS: 1,
  13. MAX_MONSTERS: 8,
  14. MIN_MONSTERS_LEVEL: 1,
  15. MAX_MONSTERS_LEVEL: 1000,
  16. FORBIDDEN_MONSTERS: [],
  17. MANDATORY_MONSTERS: [],
  18. ELEMENTS_TO_GATHER: [],
  19. BANK_PUT_ITEMS: [],
  20. BANK_GET_ITEMS: [],
  21. AUTO_DELETE: [],
  22. OPEN_BAGS: false,
  23. DISPLAY_GATHER_COUNT: false,
  24. DISPLAY_FIGHT_COUNT: false,
  25. AUTO_REGEN: {
  26. minLife: 80,
  27. maxLife: 100,
  28. items: [],
  29. store: 0
  30. }
  31. }
  32.  
  33. const move = [
  34. { map: "-25,-56", path: "right", gather: true },
  35. { map: "-31,-55", path: "top" },
  36. { map: "-30,-56", path: "right" },
  37. { map: "-29,-56", path: "right" },
  38. { map: "-28,-56", path: "right" },
  39. { map: "-27,-56", path: "right" },
  40. { map: "-31,-56", path: "right" },
  41. { map: "-26,-56", path: "right" },
  42. { map: "-24,-56", path: "top", gather: true },
  43. { map: "-24,-57", path: "left", gather: true },
  44. { map: "-25,-57", path: "top", gather: true },
  45. { map: "-25,-58", path: "top", gather: true },
  46. { map: "-25,-59", path: "top", gather: true },
  47. { map: "-25,-60", path: "top", gather: true },
  48. { map: "-25,-61", path: "top", gather: true },
  49. { map: "-25,-62", path: "right", gather: true },
  50. { map: "-24,-62", path: "right", gather: true },
  51. { map: "-23,-62", path: "right", gather: true },
  52. { map: "-22,-62", path: "right", gather: true },
  53. { map: "-21,-62", path: "bottom", gather: true },
  54. { map: "-21,-61", path: "left", gather: true },
  55. { map: "-22,-61", path: "left", gather: true },
  56. { map: "-23,-61", path: "left", gather: true },
  57. { map: "-24,-61", path: "bottom", gather: true },
  58. { map: "-24,-60", path: "right", gather: true },
  59. { map: "-23,-60", path: "right", gather: true },
  60. { map: "-22,-60", path: "right", gather: true },
  61. { map: "-21,-60", path: "right", gather: true },
  62. { map: "-20,-60", path: "bottom", gather: true },
  63. { map: "-20,-59", path: "left", gather: true },
  64. { map: "-21,-59", path: "left", gather: true },
  65. { map: "-22,-59", path: "left", gather: true },
  66. { map: "-23,-59", path: "left", gather: true },
  67. { map: "-24,-59", path: "bottom", gather: true },
  68. { map: "-24,-58", path: "right", gather: true },
  69. { map: "-23,-58", path: "right", gather: true },
  70. { map: "-22,-58", path: "right", gather: true },
  71. { map: "-21,-58", path: "right", gather: true },
  72. { map: "-20,-58", path: "bottom", gather: true },
  73. { map: "-20,-57", path: "left", gather: true },
  74. { map: "-21,-57", path: "left", gather: true },
  75. { map: "-22,-57", path: "left", gather: true },
  76. { map: "-23,-57", path: "bottom", gather: true },
  77. { map: "-23,-56", path: "right", gather: true },
  78. { map: "-22,-56", path: "right", gather: true },
  79. { map: "-21,-56", path: "right", gather: true },
  80. { map: "-20,-56", path: "bottom", gather: true },
  81. { map: "-20,-55", path: "left", gather: true },
  82. { map: "-21,-55", path: "left", gather: true },
  83. { map: "-23,-55", path: "left", gather: true },
  84. { map: "-24,-55", path: "bottom", gather: true },
  85. { map: "-20,-54", path: "bottom", gather: true },
  86. { map: "-24,-53", path: "bottom", gather: true },
  87. { map: "-22,-55", path: "left", gather: true },
  88. { map: "-24,-54", path: "right", gather: true },
  89. { map: "-23,-54", path: "right", gather: true },
  90. { map: "-22,-54", path: "right", gather: true },
  91. { map: "-21,-54", path: "right", gather: true },
  92. { map: "-20,-53", path: "left", gather: true },
  93. { map: "-21,-53", path: "left", gather: true },
  94. { map: "-22,-53", path: "left", gather: true },
  95. { map: "-23,-53", path: "left", gather: true },
  96. { map: "-24,-52", path: "right", gather: true },
  97. { map: "-23,-52", path: "right", gather: true },
  98. { map: "-22,-52", path: "right", gather: true },
  99. { map: "-21,-52", path: "right", gather: true },
  100. { map: "-20,-52", path: "bottom", gather: true },
  101. { map: "-20,-51", path: "bottom", gather: true },
  102. { map: "-20,-50", path: "left", gather: true },
  103. { map: "-21,-50", path: "top", gather: true },
  104. { map: "-21,-51", path: "left", gather: true },
  105. { map: "-22,-51", path: "bottom", gather: true },
  106. { map: "-22,-50", path: "left", gather: true },
  107. { map: "-23,-50", path: "top", gather: true },
  108. { map: "-23,-51", path: "left", gather: true },
  109. { map: "-24,-51", path: "bottom", gather: true },
  110. { map: "-24,-50", path: "left", gather: true },
  111. { map: "-25,-50", path: "top", gather: true },
  112. { map: "-25,-51", path: "top", gather: true },
  113. { map: "-25,-52", path: "top", gather: true },
  114. { map: "-25,-53", path: "top", gather: true },
  115. { map: "-25,-54", path: "top", gather: true },
  116. { map: "-25,-55", path: "top", gather: true },
  117. { map: "-31,-54" },
  118. { map: 2885641, path: "424" }
  119. ]
  120.  
  121. const bank = [
  122. { map: 147254, door: 383 },
  123. { map: 2885641, npcBank: true },
  124. { map: "-31,-55", path: "bottom" },
  125. { map: "-31,-56", path: "bottom" },
  126. { map: "-30,-56", path: "left" },
  127. { map: "-29,-56", path: "left" },
  128. { map: "-28,-56", path: "left" },
  129. { map: "-26,-56", path: "left" },
  130. { map: "-27,-56", path: "left" },
  131. { map: "-25,-56", path: "left" },
  132. { map: "-24,-56", path: "left" },
  133. { map: "-23,-56", path: "left" },
  134. { map: "-22,-56", path: "left" },
  135. { map: "-21,-56", path: "left" },
  136. { map: "-20,-56", path: "left" },
  137. { map: "-25,-57", path: "right" },
  138. { map: "-25,-55", path: "top" },
  139. { map: "-24,-55", path: "top" },
  140. { map: "-23,-55", path: "top" },
  141. { map: "-22,-55", path: "top" },
  142. { map: "-21,-55", path: "top" },
  143. { map: "-20,-55", path: "top" },
  144. { map: "-20,-54", path: "top" },
  145. { map: "-21,-54", path: "top" },
  146. { map: "-22,-54", path: "top" },
  147. { map: "-23,-54", path: "top" },
  148. { map: "-24,-54", path: "top" },
  149. { map: "-25,-54", path: "top" },
  150. { map: "-25,-53", path: "top" },
  151. { map: "-24,-53", path: "top" },
  152. { map: "-23,-53", path: "top" },
  153. { map: "-22,-53", path: "top" },
  154. { map: "-21,-53", path: "top" },
  155. { map: "-20,-53", path: "top" },
  156. { map: "-25,-52", path: "top" },
  157. { map: "-24,-52", path: "top" },
  158. { map: "-23,-52", path: "top" },
  159. { map: "-22,-52", path: "top" },
  160. { map: "-21,-52", path: "top" },
  161. { map: "-20,-52", path: "top" },
  162. { map: "-20,-51", path: "top" },
  163. { map: "-21,-51", path: "top" },
  164. { map: "-22,-51", path: "top" },
  165. { map: "-23,-51", path: "top" },
  166. { map: "-24,-51", path: "top" },
  167. { map: "-25,-51", path: "top" },
  168. { map: "-25,-50", path: "top" },
  169. { map: "-24,-50", path: "top" },
  170. { map: "-23,-50", path: "top" },
  171. { map: "-22,-50", path: "top" },
  172. { map: "-21,-50", path: "top" },
  173. { map: "-20,-50", path: "top" },
  174. { map: "-25,-62", path: "bottom" },
  175. { map: "-24,-62", path: "bottom" },
  176. { map: "-23,-62", path: "bottom" },
  177. { map: "-22,-62", path: "bottom" },
  178. { map: "-21,-62", path: "bottom" },
  179. { map: "-21,-61", path: "bottom" },
  180. { map: "-22,-61", path: "bottom" },
  181. { map: "-23,-61", path: "bottom" },
  182. { map: "-24,-61", path: "bottom" },
  183. { map: "-25,-61", path: "bottom" },
  184. { map: "-25,-60", path: "bottom" },
  185. { map: "-24,-60", path: "bottom" },
  186. { map: "-23,-60", path: "bottom" },
  187. { map: "-22,-60", path: "bottom" },
  188. { map: "-21,-60", path: "bottom" },
  189. { map: "-20,-60", path: "bottom" },
  190. { map: "-20,-59", path: "bottom" },
  191. { map: "-21,-59", path: "bottom" },
  192. { map: "-22,-59", path: "bottom" },
  193. { map: "-23,-59", path: "bottom" },
  194. { map: "-24,-59", path: "bottom" },
  195. { map: "-25,-59", path: "bottom" },
  196. { map: "-25,-58", path: "bottom" },
  197. { map: "-24,-58", path: "bottom" },
  198. { map: "-23,-58", path: "bottom" },
  199. { map: "-22,-58", path: "bottom" },
  200. { map: "-21,-58", path: "bottom" },
  201. { map: "-20,-57", path: "bottom" },
  202. { map: "-23,-57", path: "bottom" },
  203. { map: "-24,-57", path: "bottom" },
  204. { map: "-22,-57", path: "bottom" },
  205. { map: "-21,-57", path: "bottom" }
  206. ]
  207.  
  208. const phenix = []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement