Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.80 KB | None | 0 0
  1. Quantity_Noyer = inventory:itemCount(476)
  2. Quantity_Chene = inventory:itemCount(460)
  3. GATHER = {34, 8, 303, 473}
  4. OPEN_BAGS = true
  5. hascrafted = false
  6.  
  7. function move()
  8. if job:level(2) < 20 then
  9. return Etape1()
  10. elseif job:level(2) > 19 and job.level(2) < 40 then
  11. return Etape2()
  12. end
  13. end
  14.  
  15. function Etape1()
  16. if inventory:podsP() < 90 then
  17. return Recolte_Astrub()
  18. elseif inventory:podsP() > 90 then
  19. return Artisanat_Astrub()
  20. end
  21. end
  22.  
  23. function Etape2()
  24. if inventory:podsP() > 90 and hasCrafted == false then
  25. return Artisanat_Amakna_Un()
  26. elseif inventory:podsP() < 90 and hasCrafted == true then
  27. return Bank_Sufokia()
  28. elseif inventory:podsP() < 90 and hasCrafted == false then
  29. return Recolte_Amakna_Un()
  30. end
  31. end
  32.  
  33. function crafting_Astrub()
  34. while inventory:itemCount(303) > 19 and inventory:itemCount(473) > 19 do
  35. map:door(357)
  36. craft:PutItem(303,20)
  37. global:delay(2000)
  38. craft:ChangeQuantityToCraft(Quantity_Frene / 20)
  39. global:delay(2000)
  40. craft:Ready()
  41. global:delay(2000)
  42. craft:PutItem(473,20)
  43. global:delay(2000)
  44. craft:ChangeQuantityToCraft(Quantity_Chataigner / 20)
  45. global:delay(2000)
  46. craft:Ready()
  47. global:delay(2000)
  48. global:leavedialog()
  49. return Bank_Sufokia()
  50. end
  51. end
  52.  
  53. function crafting_Amakna_Un()
  54. while inventory:itemCount(476) > 19 and inventory:itemCount(460) > 19 do
  55. map:door(999)
  56. craft:PutItem(476,20)
  57. global:delay(2000)
  58. craft:ChangeQuantityToCraft(Quantity_Noyer / 20)
  59. global:delay(2000)
  60. craft:Ready()
  61. global:delay(2000)
  62. craft:PutItem(460,20)
  63. global:delay(2000)
  64. craft:ChangeQuantityToCraft(Quantity_Chene / 20)
  65. global:delay(2000)
  66. craft:Ready()
  67. hasCrafted = true
  68. global:delay(2000)
  69. global:leaveDialog()
  70. end
  71. end
  72.  
  73. function Recolte_Astrub()
  74. return {
  75. { map = "83887104", path = "396" }, --mapid intérieur banque cellid soleil
  76. { map = "4,-15", path = "top" },
  77. { map = "4,-14", path = "top" },
  78. { map = "5,-14", path = "left" },
  79. { map = "6,-14", path = "left" },
  80. { map = "7,-14", path = "left" },
  81. { map = "9,-15", path = "left" },
  82. { map = "10,-16", path = "bottom" },
  83. { map = "9,-17", path = "left" },
  84. { map = "10,-19", path = "left" },
  85. { map = "11,-19", path = "left" },
  86. { map = "10,-20", path = "right" },
  87. { map = "10,-21", path = "left" },
  88. { map = "11,-22", path = "bottom" },
  89. { map = "9,-23", path = "bottom" },
  90. { map = "8,-22", path = "top" },
  91. { map = "6,-24", path = "bottom" },
  92. { map = "5,-24", path = "right" },
  93. { map = "4,-24", path = "right" },
  94. { map = "2,-24", path = "right" },
  95. { map = "2,-25", path = "bottom" },
  96. { map = "5,-30", path = "bottom" },
  97. { map = "4,-30", path = "right" },
  98. { map = "-2,-28", path = "bottom" },
  99. { map = "-3,-28", path = "top" },
  100. { map = "-7,-23", path = "top" },
  101. { map = "-6,-23", path = "left" },
  102. { map = "-5,-23", path = "left" },
  103. { map = "-4,-23", path = "left" },
  104. { map = "-3,-23", path = "left" },
  105. { map = "2,-23", path = "left" },
  106. { map = "5,-22", path = "top" },
  107. { map = "1,-16", path = "left" },
  108. { map = "3,-16", path = "left" },
  109. { map = "3,-27", path = "left", gather = true },
  110. { map = "2,-26", path = "bottom", gather = true },
  111. { map = "2,-27", path = "bottom", gather = true },
  112. { map = "1,-28", path = "right", gather = true },
  113. { map = "1,-27", path = "top", gather = true },
  114. { map = "8,-14", path = "left", gather = true },
  115. { map = "8,-15", path = "bottom", gather = true },
  116. { map = "10,-15", path = "left", gather = true },
  117. { map = "9,-16", path = "right", gather = true },
  118. { map = "8,-16", path = "right", gather = true },
  119. { map = "8,-17", path = "bottom", gather = true },
  120. { map = "10,-17", path = "left", gather = true },
  121. { map = "11,-17", path = "left", gather = true },
  122. { map = "11,-18", path = "bottom", gather = true },
  123. { map = "10,-18", path = "right", gather = true },
  124. { map = "9,-18", path = "right", gather = true },
  125. { map = "8,-18", path = "right", gather = true },
  126. { map = "8,-19", path = "bottom", gather = true },
  127. { map = "9,-19", path = "left", gather = true },
  128. { map = "11,-20", path = "bottom", gather = true },
  129. { map = "9,-20", path = "right", gather = true },
  130. { map = "9,-21", path = "bottom", gather = true },
  131. { map = "11,-21", path = "left", gather = true },
  132. { map = "10,-22", path = "right", gather = true },
  133. { map = "9,-22", path = "right", gather = true },
  134. { map = "8,-23", path = "right", gather = true },
  135. { map = "7,-22", path = "right", gather = true },
  136. { map = "7,-23", path = "bottom", gather = true },
  137. { map = "6,-23", path = "right", gather = true },
  138. { map = "3,-24", path = "right", gather = true },
  139. { map = "3,-28", path = "bottom", gather = true },
  140. { map = "3,-29", path = "bottom", gather = true },
  141. { map = "4,-29", path = "left", gather = true },
  142. { map = "5,-29", path = "left", gather = true },
  143. { map = "3,-30", path = "right", gather = true },
  144. { map = "2,-30", path = "right", gather = true },
  145. { map = "2,-29", path = "top", gather = true },
  146. { map = "2,-28", path = "top", gather = true },
  147. { map = "1,-26", path = "top", gather = true },
  148. { map = "1,-25", path = "top", gather = true },
  149. { map = "1,-24", path = "top", gather = true },
  150. { map = "0,-24", path = "right", gather = true },
  151. { map = "0,-25", path = "bottom", gather = true },
  152. { map = "0,-26", path = "bottom", gather = true },
  153. { map = "-1,-26", path = "right", gather = true },
  154. { map = "-1,-25", path = "top", gather = true },
  155. { map = "-1,-24", path = "top", gather = true },
  156. { map = "-2,-24", path = "right", gather = true },
  157. { map = "-2,-25", path = "bottom", gather = true },
  158. { map = "-2,-26", path = "bottom", gather = true },
  159. { map = "-2,-27", path = "bottom", gather = true },
  160. { map = "-2,-29", path = "bottom", gather = true },
  161. { map = "-3,-29", path = "right", gather = true },
  162. { map = "-4,-28", path = "right", gather = true },
  163. { map = "-4,-29", path = "bottom", gather = true },
  164. { map = "-5,-29", path = "right", gather = true },
  165. { map = "-5,-28", path = "top", gather = true },
  166. { map = "-5,-27", path = "top", gather = true },
  167. { map = "-6,-27", path = "right", gather = true },
  168. { map = "-6,-26", path = "top", gather = true },
  169. { map = "-6,-25", path = "top", gather = true },
  170. { map = "-6,-24", path = "top", gather = true },
  171. { map = "-7,-24", path = "right", gather = true },
  172. { map = "-2,-23", path = "left", gather = true },
  173. { map = "3,-23", path = "left", gather = true },
  174. { map = "-1,-21", path = "right", gather = true },
  175. { map = "0,-21", path = "top", gather = true },
  176. { map = "-1,-23", path = "left", gather = true },
  177. { map = "0,-23", path = "left", gather = true },
  178. { map = "1,-23", path = "left", gather = true },
  179. { map = "4,-23", path = "left", gather = true },
  180. { map = "5,-23", path = "left", gather = true },
  181. { map = "4,-22", path = "right", gather = true },
  182. { map = "3,-22", path = "right", gather = true },
  183. { map = "2,-22", path = "right", gather = true },
  184. { map = "1,-22", path = "right", gather = true },
  185. { map = "0,-22", path = "right", gather = true },
  186. { map = "-1,-20", path = "top", gather = true },
  187. { map = "-1,-19", path = "top", gather = true },
  188. { map = "-1,-18", path = "top", gather = true },
  189. { map = "0,-18", path = "left", gather = true },
  190. { map = "0,-17", path = "top", gather = true },
  191. { map = "-1,-17", path = "right", gather = true },
  192. { map = "-1,-16", path = "top", gather = true },
  193. { map = "-1,-15", path = "top", gather = true },
  194. { map = "0,-15", path = "left", gather = true },
  195. { map = "0,-16", path = "bottom", gather = true },
  196. { map = "2,-16", path = "left", gather = true },
  197. { map = "84674566", path = "left", gather = true }, -- mapid ext banque
  198. }
  199. end
  200.  
  201. function Recolte_Amakna_Un()
  202. return {
  203. { map = "99999999", path = "999"}, -- CHANGER CA
  204. { map = "6,15", path = "left" },
  205. { map = "5,30", path = "left" },
  206. { map = "7,14", path = "left" },
  207. { map = "7,15", path = "top" },
  208. { map = "7,16", path = "top" },
  209. { map = "7,17", path = "top" },
  210. { map = "7,18", path = "top" },
  211. { map = "7,19", path = "top" },
  212. { map = "7,20", path = "top" },
  213. { map = "9,20", path = "left" },
  214. { map = "8,20", path = "left" },
  215. { map = "9,21", path = "top" },
  216. { map = "9,22", path = "top" },
  217. { map = "10,22", path = "left" },
  218. { map = "11,22", path = "left" },
  219. { map = "12,22", path = "left" },
  220. { map = "13,22", path = "left" },
  221. { map = "14,22", path = "left" },
  222. { map = "15,22", path = "left" },
  223. { map = "11,29", path = "right" },
  224. { map = "10,29", path = "right" },
  225. { map = "10,30", path = "top" },
  226. { map = "9,29", path = "bottom" },
  227. { map = "4,29", path = "right" },
  228. { map = "3,32", path = "right" },
  229. { map = "3,30", path = "right" },
  230. { map = "2,32", path = "right" },
  231. { map = "2,30", path = "bottom" },
  232. { map = "1,30", path = "right" },
  233. { map = "1,29", path = "bottom" },
  234. { map = "1,28", path = "bottom" },
  235. { map = "1,27", path = "bottom" },
  236. { map = "1,26", path = "bottom" },
  237. { map = "1,25", path = "bottom" },
  238. { map = "1,24", path = "bottom" },
  239. { map = "1,23", path = "bottom" },
  240. { map = "2,22", path = "left" },
  241. { map = "3,19", path = "bottom" },
  242. { map = "4,19", path = "left" },
  243. { map = "5,19", path = "left" },
  244. { map = "6,19", path = "left" },
  245. { map = "14,25", path = "right" },
  246. { map = "15,25", path = "top" },
  247. { map = "15,24", path = "top" },
  248. { map = "15,23", path = "right" },
  249. { map = "16,23", path = "top" },
  250. { map = "16,22", path = "left" },
  251. { map = "7,31", path = "top", gather = true },
  252. { map = "6,31", path = "right", gather = true },
  253. { map = "6,30", path = "bottom", gather = true },
  254. { map = "3,31", path = "bottom", gather = true },
  255. { map = "5,31", path = "top", gather = true },
  256. { map = "4,31", path = "right", gather = true },
  257. { map = "2,31", path = "right", gather = true },
  258. { map = "9,30", path = "right", gather = true },
  259. { map = "8,29", path = "right", gather = true },
  260. { map = "8,30", path = "top", gather = true },
  261. { map = "7,30", path = "right", gather = true },
  262. { map = "6,29", path = "bottom", gather = true },
  263. { map = "5,29", path = "right", gather = true },
  264. { map = "4,30", path = "top", gather = true },
  265. { map = "4,32", path = "top", gather = true },
  266. { map = "1,22", path = "bottom", gather = true },
  267. { map = "3,22", path = "left", gather = true },
  268. { map = "3,21", path = "bottom", gather = true },
  269. { map = "3,20", path = "bottom", gather = true },
  270. { map = "6,18", path = "bottom", gather = true },
  271. { map = "5,18", path = "right", gather = true },
  272. { map = "5,17", path = "bottom", gather = true },
  273. { map = "6,17", path = "left", gather = true },
  274. { map = "6,16", path = "bottom", gather = true },
  275. { map = "5,16", path = "right", gather = true },
  276. { map = "5,15", path = "bottom", gather = true },
  277. { map = "6,14", path = "bottom", gather = true },
  278. }
  279. end
  280.  
  281. function Artisanat_Astrub()
  282. return {
  283. { map = "3,-17", path = "top" },
  284. { map = "4,-16", path = "top" },
  285. { map = "0,-20", path = "top" },
  286. { map = "0,-19", path = "top" },
  287. { map = "0,-18", path = "top" },
  288. { map = "1,-21", path = "top" },
  289. { map = "1,-20", path = "top" },
  290. { map = "1,-19", path = "top" },
  291. { map = "1,-18", path = "top" },
  292. { map = "2,-21", path = "top" },
  293. { map = "2,-20", path = "top" },
  294. { map = "2,-19", path = "top" },
  295. { map = "2,-18", path = "top" },
  296. { map = "0,-17", path = "left" },
  297. { map = "1,-17", path = "left" },
  298. { map = "2,-17", path = "left" },
  299. { map = "0,-16", path = "left" },
  300. { map = "1,-16", path = "left" },
  301. { map = "2,-16", path = "left" },
  302. { map = "0,-15", path = "left" },
  303. { map = "1,-15", path = "left" },
  304. { map = "2,-15", path = "left" },
  305. { map = "0,-21", path = "top" },
  306. { map = "-1,-21", path = "right" },
  307. { map = "-1,-20", path = "top" },
  308. { map = "-1,-19", path = "top" },
  309. { map = "-1,-18", path = "top" },
  310. { map = "-1,-17", path = "top" },
  311. { map = "-1,-16", path = "top" },
  312. { map = "-1,-15", path = "top" },
  313. { map = "4,-22", path = "right" },
  314. { map = "3,-22", path = "right" },
  315. { map = "2,-22", path = "right" },
  316. { map = "1,-22", path = "right" },
  317. { map = "0,-22", path = "right" },
  318. { map = "3,-21", path = "top" },
  319. { map = "3,-20", path = "top" },
  320. { map = "3,-19", path = "top" },
  321. { map = "3,-18", path = "top" },
  322. { map = "3,-16", path = "top" },
  323. { map = "3,-15", path = "top" },
  324. { map = "5,-22", path = "top" },
  325. { map = "4,-21", path = "top" },
  326. { map = "4,-20", path = "top" },
  327. { map = "4,-19", path = "top" },
  328. { map = "4,-18", path = "top" },
  329. { map = "4,-17", path = "top" },
  330. { map = "4,-15", path = "top" },
  331. { map = "7,-14", path = "right" },
  332. { map = "6,-14", path = "right" },
  333. { map = "5,-14", path = "right" },
  334. { map = "4,-14", path = "right" },
  335. { map = "7,-13", path = "right" },
  336. { map = "6,-13", path = "right" },
  337. { map = "5,-13", path = "right" },
  338. { map = "4,-13", path = "right" },
  339. { map = "3,-13", path = "right" },
  340. { map = "7,-12", path = "right" },
  341. { map = "6,-12", path = "right" },
  342. { map = "5,-12", path = "right" },
  343. { map = "4,-12", path = "right" },
  344. { map = "3,-12", path = "right" },
  345. { map = "8,-12", path = "top" },
  346. { map = "-8,-29", path = "bottom" },
  347. { map = "-8,-24", path = "bottom" },
  348. { map = "-8,-25", path = "bottom" },
  349. { map = "-8,-26", path = "bottom" },
  350. { map = "-8,-27", path = "bottom" },
  351. { map = "-8,-28", path = "bottom" },
  352. { map = "-7,-24", path = "bottom" },
  353. { map = "-7,-25", path = "bottom" },
  354. { map = "-7,-26", path = "bottom" },
  355. { map = "-7,-27", path = "bottom" },
  356. { map = "-7,-28", path = "bottom" },
  357. { map = "-7,-29", path = "bottom" },
  358. { map = "-6,-29", path = "bottom" },
  359. { map = "-6,-24", path = "bottom" },
  360. { map = "-6,-25", path = "bottom" },
  361. { map = "-6,-26", path = "bottom" },
  362. { map = "-6,-27", path = "bottom" },
  363. { map = "-6,-28", path = "bottom" },
  364. { map = "-5,-24", path = "bottom" },
  365. { map = "-5,-25", path = "bottom" },
  366. { map = "-5,-26", path = "bottom" },
  367. { map = "-5,-27", path = "bottom" },
  368. { map = "-5,-28", path = "bottom" },
  369. { map = "-5,-29", path = "bottom" },
  370. { map = "-4,-24", path = "bottom" },
  371. { map = "-4,-25", path = "bottom" },
  372. { map = "-4,-26", path = "bottom" },
  373. { map = "-4,-27", path = "bottom" },
  374. { map = "-4,-28", path = "bottom" },
  375. { map = "-4,-29", path = "bottom" },
  376. { map = "-3,-24", path = "bottom" },
  377. { map = "-3,-25", path = "bottom" },
  378. { map = "-3,-26", path = "bottom" },
  379. { map = "-3,-27", path = "bottom" },
  380. { map = "-3,-28", path = "bottom" },
  381. { map = "-3,-29", path = "bottom" },
  382. { map = "-2,-24", path = "bottom" },
  383. { map = "-2,-25", path = "bottom" },
  384. { map = "-2,-26", path = "bottom" },
  385. { map = "-2,-27", path = "bottom" },
  386. { map = "-2,-28", path = "bottom" },
  387. { map = "-2,-29", path = "bottom" },
  388. { map = "-2,-23", path = "right" },
  389. { map = "-3,-23", path = "right" },
  390. { map = "-4,-23", path = "right" },
  391. { map = "-5,-23", path = "right" },
  392. { map = "-6,-23", path = "right" },
  393. { map = "-7,-23", path = "right" },
  394. { map = "-8,-23", path = "right" },
  395. { map = "-1,-26", path = "bottom" },
  396. { map = "-1,-27", path = "bottom" },
  397. { map = "-1,-28", path = "bottom" },
  398. { map = "0,-24", path = "bottom" },
  399. { map = "0,-25", path = "bottom" },
  400. { map = "0,-26", path = "bottom" },
  401. { map = "0,-27", path = "bottom" },
  402. { map = "0,-28", path = "bottom" },
  403. { map = "1,-24", path = "bottom" },
  404. { map = "1,-25", path = "bottom" },
  405. { map = "1,-26", path = "bottom" },
  406. { map = "1,-27", path = "bottom" },
  407. { map = "1,-28", path = "bottom" },
  408. { map = "2,-24", path = "bottom" },
  409. { map = "2,-25", path = "bottom" },
  410. { map = "2,-26", path = "bottom" },
  411. { map = "2,-27", path = "bottom" },
  412. { map = "2,-28", path = "bottom" },
  413. { map = "2,-29", path = "bottom" },
  414. { map = "2,-30", path = "bottom" },
  415. { map = "3,-24", path = "bottom" },
  416. { map = "3,-25", path = "bottom" },
  417. { map = "3,-26", path = "bottom" },
  418. { map = "3,-27", path = "bottom" },
  419. { map = "3,-28", path = "bottom" },
  420. { map = "3,-29", path = "bottom" },
  421. { map = "3,-30", path = "bottom" },
  422. { map = "4,-24", path = "bottom" },
  423. { map = "4,-25", path = "bottom" },
  424. { map = "4,-26", path = "bottom" },
  425. { map = "4,-27", path = "bottom" },
  426. { map = "4,-28", path = "bottom" },
  427. { map = "4,-29", path = "bottom" },
  428. { map = "4,-30", path = "bottom" },
  429. { map = "5,-24", path = "bottom" },
  430. { map = "5,-25", path = "bottom" },
  431. { map = "5,-26", path = "bottom" },
  432. { map = "5,-27", path = "bottom" },
  433. { map = "5,-28", path = "bottom" },
  434. { map = "5,-29", path = "bottom" },
  435. { map = "5,-30", path = "bottom" },
  436. { map = "5,-31", path = "bottom" },
  437. { map = "6,-24", path = "bottom" },
  438. { map = "6,-25", path = "bottom" },
  439. { map = "6,-26", path = "bottom" },
  440. { map = "6,-27", path = "bottom" },
  441. { map = "6,-28", path = "bottom" },
  442. { map = "6,-29", path = "bottom" },
  443. { map = "6,-30", path = "bottom" },
  444. { map = "6,-31", path = "bottom" },
  445. { map = "7,-24", path = "bottom" },
  446. { map = "7,-25", path = "bottom" },
  447. { map = "7,-26", path = "bottom" },
  448. { map = "7,-27", path = "bottom" },
  449. { map = "7,-28", path = "bottom" },
  450. { map = "7,-29", path = "bottom" },
  451. { map = "8,-24", path = "bottom" },
  452. { map = "8,-25", path = "bottom" },
  453. { map = "8,-26", path = "bottom" },
  454. { map = "8,-27", path = "bottom" },
  455. { map = "8,-28", path = "bottom" },
  456. { map = "-1,-24", path = "top" },
  457. { map = "-1,-23", path = "top" },
  458. { map = "0,-23", path = "left" },
  459. { map = "1,-23", path = "left" },
  460. { map = "2,-23", path = "left" },
  461. { map = "3,-23", path = "left" },
  462. { map = "4,-23", path = "left" },
  463. { map = "5,-23", path = "left" },
  464. { map = "6,-23", path = "left" },
  465. { map = "7,-23", path = "left" },
  466. { map = "8,-23", path = "left" },
  467. { map = "9,-19", path = "left" },
  468. { map = "8,-22", path = "top" },
  469. { map = "8,-21", path = "top" },
  470. { map = "8,-20", path = "top" },
  471. { map = "8,-19", path = "top" },
  472. { map = "8,-18", path = "top" },
  473. { map = "8,-17", path = "top" },
  474. { map = "8,-16", path = "top" },
  475. { map = "8,-15", path = "top" },
  476. { map = "8,-14", path = "top" },
  477. { map = "8,-13", path = "top" },
  478. { map = "12,-24", path = "left" },
  479. { map = "10,-24", path = "left" },
  480. { map = "10,-25", path = "left" },
  481. { map = "10,-26", path = "left" },
  482. { map = "9,-26", path = "left" },
  483. { map = "9,-25", path = "left" },
  484. { map = "9,-24", path = "left" },
  485. { map = "9,-23", path = "left" },
  486. { map = "12,-23", path = "left" },
  487. { map = "11,-23", path = "left" },
  488. { map = "10,-23", path = "left" },
  489. { map = "11,-12", path = "left" },
  490. { map = "10,-12", path = "left" },
  491. { map = "9,-12", path = "left" },
  492. { map = "9,-13", path = "left" },
  493. { map = "9,-14", path = "left" },
  494. { map = "9,-15", path = "left" },
  495. { map = "9,-16", path = "left" },
  496. { map = "9,-17", path = "left" },
  497. { map = "9,-18", path = "left" },
  498. { map = "9,-20", path = "left" },
  499. { map = "9,-21", path = "left" },
  500. { map = "10,-21", path = "left" },
  501. { map = "10,-20", path = "left" },
  502. { map = "11,-17", path = "left" },
  503. { map = "11,-18", path = "left" },
  504. { map = "11,-19", path = "left" },
  505. { map = "11,-21", path = "left" },
  506. { map = "11,-20", path = "left" },
  507. { map = "10,-19", path = "left" },
  508. { map = "10,-18", path = "left" },
  509. { map = "10,-17", path = "left" },
  510. { map = "10,-16", path = "left" },
  511. { map = "10,-15", path = "left" },
  512. { map = "10,-14", path = "left" },
  513. { map = "10,-13", path = "left" },
  514. { map = "11,-13", path = "left" },
  515. { map = "11,-14", path = "left" },
  516. { map = "11,-15", path = "left" },
  517. { map = "11,-16", path = "left" },
  518. { map = "12,-17", path = "left" },
  519. { map = "12,-16", path = "left" },
  520. { map = "13,-16", path = "left" },
  521. { map = "13,-17", path = "left" },
  522. { map = "13,-18", path = "left" },
  523. { map = "12,-18", path = "left" },
  524. { map = "12,-19", path = "left" },
  525. { map = "12,-20", path = "left" },
  526. { map = "12,-21", path = "left" },
  527. { map = "12,-22", path = "left" },
  528. { map = "11,-22", path = "left" },
  529. { map = "10,-22", path = "left" },
  530. { map = "9,-22", path = "left" },
  531. { map = "84804355", door = "312" }, -- mapid exterieur atelier atsrub
  532. { map = "83627010", custom = crafting_Astrub }, -- mapid interieur atelier astrub
  533. }
  534. end
  535.  
  536. function Artisanat_Amakna_Un()
  537. return {
  538. { map = "6,15", path = "bottom" },
  539. { map = "5,30", path = "left" },
  540. { map = "2,22", path = "right" },
  541. { map = "5,19", path = "top" },
  542. { map = "4,19", path = "right" },
  543. { map = "3,19", path = "right" },
  544. { map = "4,29", path = "bottom" },
  545. { map = "9,30", path = "left" },
  546. { map = "8,29", path = "bottom" },
  547. { map = "8,30", path = "left" },
  548. { map = "7,30", path = "left" },
  549. { map = "6,30", path = "left" },
  550. { map = "4,32", path = "top" },
  551. { map = "4,31", path = "top" },
  552. { map = "3,30", path = "right" },
  553. { map = "3,31", path = "top" },
  554. { map = "1,22", path = "right" },
  555. { map = "3,22", path = "top" },
  556. { map = "3,21", path = "top" },
  557. { map = "3,20", path = "top" },
  558. { map = "5,18", path = "top" },
  559. { map = "6,17", path = "top" },
  560. { map = "5,17", path = "right" },
  561. { map = "5,16", path = "right" },
  562. { map = "5,15", path = "bottom" },
  563. { map = "6,14", path = "bottom" },
  564. { map = "2,31", path = "top" },
  565. { map = "3,32", path = "top" },
  566. { map = "2,32", path = "top" },
  567. { map = "5,32", path = "top" },
  568. { map = "5,31", path = "top" },
  569. { map = "6,31", path = "top" },
  570. { map = "7,31", path = "top" },
  571. { map = "8,31", path = "top" },
  572. { map = "9,31", path = "top" },
  573. { map = "9,29", path = "bottom" },
  574. { map = "7,29", path = "bottom" },
  575. { map = "6,29", path = "bottom" },
  576. { map = "5,29", path = "bottom" },
  577. { map = "3,29", path = "bottom" },
  578. { map = "2,29", path = "bottom" },
  579. { map = "2,30", path = "right" },
  580. { map = "99999999", door = "999"}, -- CHANGER CA
  581. { map = "99999999", door = "999"}, -- CHANGER CA
  582. { map = "99999999", custom = crafting_Amakna_Un }, -- CHANGER CA
  583. { map = "99999999", custom = crafting_Amakna_Un_Bis }, -- CHANGER CA
  584. }
  585. end
  586.  
  587. function Bank_Astrub()
  588. return {
  589. { map = "83627010", path = "430" }, -- mapid int atelier astrub
  590. { map = "5,-16", path = "left" },
  591. { map = "5,-17", path = "bottom" },
  592. { map = "5,-18", path = "bottom" },
  593. { map = "5,-19", path = "bottom" },
  594. { map = "5,-20", path = "bottom" },
  595. { map = "5,-21", path = "bottom" },
  596. { map = "5,-22", path = "bottom" },
  597. { map = "5,-23", path = "bottom" },
  598. { map = "5,-24", path = "bottom" },
  599. { map = "5,-25", path = "bottom" },
  600. { map = "4,-25", path = "right" },
  601. { map = "3,-25", path = "right" },
  602. { map = "2,-25", path = "right" },
  603. { map = "1,-25", path = "right" },
  604. { map = "0,-25", path = "right" },
  605. { map = "84804355", path = "right" }, -- mapid ext atelier astrub
  606. { map = "84674566", door = "303" }, -- mapid ext banque astrub
  607. { map = "83887104", npcBank = true }, -- mapid interieur banque astrub
  608. }
  609. end
  610.  
  611. function Bank_Sufokia()
  612. return {
  613. { map = "99999999", path = "999" }, -- CHANGER CA
  614. { map = "99999999", path = "999" }, -- CHANGE CA
  615. { map = "13,25", path = "right" },
  616. { map = "11,22", path = "right" },
  617. { map = "13,22", path = "right" },
  618. { map = "13,26", path = "top" },
  619. { map = "12,26", path = "right" },
  620. { map = "12,27", path = "top" },
  621. { map = "13,28", path = "top" },
  622. { map = "14,28", path = "left" },
  623. { map = "13,27", path = "left" },
  624. { map = "14,29", path = "top" },
  625. { map = "13,29", path = "right" },
  626. { map = "12,29", path = "right" },
  627. { map = "11,29", path = "right" },
  628. { map = "10,29", path = "right" },
  629. { map = "10,30", path = "top" },
  630. { map = "9,30", path = "right" },
  631. { map = "8,30", path = "right" },
  632. { map = "7,30", path = "right" },
  633. { map = "6,30", path = "right" },
  634. { map = "5,30", path = "right" },
  635. { map = "4,30", path = "right" },
  636. { map = "15,25", path = "left" },
  637. { map = "15,24", path = "bottom" },
  638. { map = "15,23", path = "bottom" },
  639. { map = "16,23", path = "left" },
  640. { map = "16,22", path = "bottom" },
  641. { map = "15,22", path = "right" },
  642. { map = "14,22", path = "right" },
  643. { map = "12,22", path = "right" },
  644. { map = "10,22", path = "right" },
  645. { map = "9,22", path = "right" },
  646. { map = "9,21", path = "bottom" },
  647. { map = "8,21", path = "right" },
  648. { map = "7,21", path = "right" },
  649. { map = "6,21", path = "right" },
  650. { map = "6,20", path = "bottom" },
  651. { map = "6,19", path = "bottom" },
  652. { map = "6,18", path = "bottom" },
  653. { map = "6,17", path = "bottom" },
  654. { map = "6,16", path = "bottom" },
  655. { map = "99999999", door = "999" }, -- CHANGER CA
  656. { map = "99999999", npcBank = true },
  657. }
  658. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement