Oskar1121

Untitled

Oct 3rd, 2018
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.86 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <mod name="Gaiden System" version="0.4.0" author="Oskar" contact="[email protected]" enabled="yes">
  3. <config name="gaidens_conf"><![CDATA[
  4. TYPE_ITEMBACK = 0 -- taski na itemki
  5. TYPE_KILL = 1 -- taski na zabojstwa
  6.  
  7. REWARD_ITEM = 0
  8. REWARD_EXP = 1
  9. REWARD_MONEY = 2
  10. REWARD_ADDON = 3
  11. REWARD_SKILL = 4
  12. REWARD_STORAGE = 5
  13. REWARD_LEVEL = 6
  14.  
  15. CHECKING_STORAGE_DO_NOT_CHANGE = 4999
  16.  
  17. --[[
  18. Naruto Gaiden - Protection All na stale + 10% -- DONE
  19. Kimimaro Gaiden - Skill x 2 -- DONE
  20. Sasuke Gaiden - Dmg ze spelli + 20% -- DONE
  21. Obito Gaiden - +50 000 HP i many -- DONE
  22. Itachi Gaiden - +25 000 HP i many i 5% protection all -- DONE
  23. Hospital Missions - Potiony leczą +10% HP/mana więcej --
  24. Minato Gaiden - Drop x 2 -- DONE
  25. Lee Gaiden - Dmg z łapy 20% -- DONE
  26. Gaara Gaiden - +10% dmg z łapy i spelli + 5% protection all -- DONE
  27. Sakura Gaiden - Zwiększenie leczenia ze spelli [ mam procentowe ] o 10% -- DONE
  28. Kakashi Gaiden - Exp x 2 -- DONE
  29. ]]
  30.  
  31. superUberDuperTaskList = {
  32. ['Naruto Gaiden'] = {
  33. id = 1,
  34. storage = 5000,
  35. [1] = { var = TYPE_KILL,
  36. details = {'[Gaiden] Mizuki', 1},
  37. rewards = {REWARD_EXP, 0, 2500} },
  38. [2] = { var = TYPE_KILL,
  39. details = {'[Gaiden] Kakashi Sensei', 1},
  40. rewards = {REWARD_EXP, 0, 5000} },
  41. [3] = { var = TYPE_ITEMBACK,
  42. details = {5809, 1}, -- Kakashi Training Bell
  43. rewards = {REWARD_EXP, 0, 10000} },
  44. [4] = { var = TYPE_KILL,
  45. details = {'[Gaiden] Zabuza', 1},
  46. rewards = {REWARD_EXP, 0, 20000} },
  47. [5] = { var = TYPE_KILL,
  48. details = {'[Gaiden] Haku', 1},
  49. rewards = {REWARD_EXP, 0, 20000} },
  50. [6] = { var = TYPE_ITEMBACK,
  51. details = {5956, 1}, -- Chunin Exam
  52. rewards = {REWARD_EXP, 0, 25000} },
  53. [7] = { var = TYPE_KILL,
  54. details = {'[Gaiden] Sound Orochimaru', 1},
  55. rewards = {REWARD_EXP, 0, 30000} },
  56. [8] = { var = TYPE_ITEMBACK,
  57. details = {5956, 2}, -- Exam Scroll
  58. rewards = {REWARD_EXP, 0, 35000} },
  59. [9] = { var = TYPE_KILL,
  60. details = {'[Gaiden] Kiba', 1},
  61. rewards = {REWARD_EXP, 0, 40000} },
  62. [10] = { var = TYPE_KILL,
  63. details = {'[Gaiden] Jiraya', 1},
  64. rewards = {REWARD_EXP, 0, 50000} },
  65. [11] = { var = TYPE_ITEMBACK,
  66. details = {5937, 5}, -- Kuchiyose Scroll
  67. rewards = {REWARD_EXP, 0, 55000} },
  68. [12] = { var = TYPE_KILL,
  69. details = {'[Gaiden] Neji', 1},
  70. rewards = {REWARD_EXP, 0, 60000} },
  71. [13] = { var = TYPE_KILL,
  72. details = {'Sound Shinobi', 100},
  73. rewards = {REWARD_EXP, 0, 65000} },
  74. [14] = { var = TYPE_KILL,
  75. details = {'[Gaiden] Gaara', 1},
  76. rewards = {REWARD_EXP, 0, 70000} },
  77. [15] = { var = TYPE_KILL,
  78. details = {'[Gaiden] Shukaku', 1},
  79. rewards = {REWARD_EXP, 0, 75000} },
  80. [16] = { var = TYPE_KILL,
  81. details = {'[Gaiden] Itachi', 1},
  82. rewards = {REWARD_EXP, 0, 80000} },
  83. [17] = { var = TYPE_KILL,
  84. details = {'[Gaiden] Kisame', 1},
  85. rewards = {REWARD_EXP, 0, 85000} },
  86. [18] = { var = TYPE_KILL,
  87. details = {'[Gaiden] Tsunade', 1},
  88. rewards = {REWARD_EXP, 0, 90000} },
  89. [19] = { var = TYPE_ITEMBACK,
  90. details = {2173, 1}, -- Tsunade Amulet
  91. rewards = {REWARD_EXP, 0, 100000} },
  92. [20] = { var = TYPE_KILL,
  93. details = {'[Gaiden] Kabuto', 1},
  94. rewards = {REWARD_EXP, 0, 100000} },
  95. [21] = { var = TYPE_KILL,
  96. details = {'[Gaiden] Sasuke', 1},
  97. rewards = {REWARD_EXP, 0, 150000} },
  98. [22] = { var = TYPE_KILL,
  99. details = {'[Gaiden] Kimimaro', 1},
  100. rewards = {REWARD_EXP, 0, 200000} },
  101. [23] = { var = TYPE_KILL,
  102. details = {'[Gaiden] Chi no Juin Sasuke', 1},
  103. rewards = {REWARD_EXP, 0, 250000} },
  104. [24] = { var = TYPE_ITEMBACK,
  105. details = {3970, 1}, -- Sasuke Lost Protector
  106. rewards = {REWARD_EXP, 0, 350000} },
  107. [25] = { var = TYPE_KILL,
  108. details = {'[Gaiden] Kakashi', 1},
  109. rewards = {REWARD_EXP, 0, 500000} },
  110. [26] = { var = TYPE_KILL,
  111. details = {'[Gaiden] Itachi Clone', 1},
  112. rewards = {REWARD_EXP, 0, 750000} },
  113. [27] = { var = TYPE_ITEMBACK,
  114. details = {8977, 20}, -- Kotoamatsuki Crow
  115. rewards = {REWARD_EXP, 0, 1000000} },
  116. [28] = { var = TYPE_KILL,
  117. details = {'[Gaiden] Deidara', 1},
  118. rewards = {REWARD_EXP, 0, 1500000} },
  119. [29] = { var = TYPE_KILL,
  120. details = {'[Gaiden] Sai', 1},
  121. rewards = {REWARD_EXP, 0, 2000000} },
  122. [30] = { var = TYPE_KILL,
  123. details = {'[Gaiden] Orochimaru', 1},
  124. rewards = {REWARD_EXP, 0, 2500000} },
  125. [31] = { var = TYPE_KILL,
  126. details = {'[Gaiden] Sasuke Shippuuden', 1},
  127. rewards = {REWARD_EXP, 0, 3000000} },
  128. [32] = { var = TYPE_KILL,
  129. details = {'[Gaiden] Kakashi Shippuuden', 1},
  130. rewards = {REWARD_EXP, 0, 3500000} },
  131. [33] = { var = TYPE_ITEMBACK,
  132. details = {6087, 10}, -- Chakra Sheet
  133. rewards = {REWARD_EXP, 0, 5000000} },
  134. [34] = { var = TYPE_KILL,
  135. details = {'[Gaiden] Kakuzu', 1},
  136. rewards = {REWARD_EXP, 0, 7500000} },
  137. [35] = { var = TYPE_KILL,
  138. details = {'[Gaiden] Half-Sennin Kabuto', 1},
  139. rewards = {REWARD_EXP, 0, 9000000} },
  140. [36] = { var = TYPE_ITEMBACK,
  141. details = {6103, 1}, -- Akatsuki Members Book
  142. rewards = {REWARD_EXP, 0, 10000000} },
  143. [37] = { var = TYPE_KILL,
  144. details = {'[Gaiden] Itachi Shippuuden', 1},
  145. rewards = {REWARD_EXP, 0, 15000000} },
  146. [38] = { var = TYPE_KILL,
  147. details = {'[Gaiden] Tobi', 1},
  148. rewards = {REWARD_EXP, 0, 20000000} },
  149. [39] = { var = TYPE_KILL,
  150. details = {'[Gaiden] Pain', 1},
  151. rewards = {REWARD_EXP, 0, 25000000} },
  152. [40] = { var = TYPE_ITEMBACK,
  153. details = {2091, 1}, -- Fuin Key
  154. rewards = {REWARD_EXP, 0, 35000000} },
  155. [41] = { var = TYPE_KILL,
  156. details = {'[Gaiden] Naruto Imitation', 1},
  157. rewards = {REWARD_EXP, 0, 50000000} },
  158. [42] = { var = TYPE_KILL,
  159. details = {'[Gaiden] Kyuubi', 1},
  160. rewards = {REWARD_EXP, 0, 65000000} },
  161. [43] = { var = TYPE_KILL,
  162. details = {'[Gaiden] Raikage', 1},
  163. rewards = {REWARD_EXP, 0, 75000000} },
  164. [44] = { var = TYPE_KILL,
  165. details = {'Zetsu Clone', 1000},
  166. rewards = {REWARD_EXP, 0, 85000000} },
  167. [45] = { var = TYPE_KILL,
  168. details = {'[Gaiden] Edo Tensei Itachi', 1},
  169. rewards = {REWARD_EXP, 0, 95000000} },
  170. [46] = { var = TYPE_KILL,
  171. details = {'[Gaiden] Edo Tensei Nagato', 1},
  172. rewards = {REWARD_EXP, 0, 100000000} },
  173. [47] = { var = TYPE_KILL,
  174. details = {'[Gaiden] Edo Tensei Madara', 1},
  175. rewards = {REWARD_EXP, 0, 120000000} },
  176. [48] = { var = TYPE_KILL,
  177. details = {'[Gaiden] Yonbi', 1},
  178. rewards = {REWARD_EXP, 0, 140000000} },
  179. [49] = { var = TYPE_KILL,
  180. details = {'[Gaiden] Nibi', 1, '[Gaiden] Sanbi', 1, '[Gaiden] Gobi', 1, '[Gaiden] Rokubi', 1, '[Gaiden] Nanabi', 1},
  181. rewards = {REWARD_EXP, 0, 160000000} },
  182. [50] = { var = TYPE_KILL,
  183. details = {'[Gaiden] Obito', 1},
  184. rewards = {REWARD_EXP, 0, 180000000} },
  185. [51] = { var = TYPE_KILL,
  186. details = {'[Gaiden] Juubi', 1},
  187. rewards = {REWARD_EXP, 0, 200000000} },
  188. [52] = { var = TYPE_KILL,
  189. details = {'[Gaiden] Rikudou Obito', 1},
  190. rewards = {REWARD_EXP, 0, 250000000} },
  191. [53] = { var = TYPE_KILL,
  192. details = {'[Gaiden] Rikudou Madara', 1},
  193. rewards = {REWARD_EXP, 0, 300000000} },
  194. [54] = { var = TYPE_KILL,
  195. details = {'[Gaiden] Kaguya', 1},
  196. rewards = {REWARD_EXP, 0, 350000000} },
  197. [55] = { var = TYPE_KILL,
  198. details = {'[Gaiden] Rikudou Sasuke', 1},
  199. rewards = {REWARD_EXP, 0, 400000000} },
  200. },
  201. ['Sasuke Gaiden'] = {
  202. id = 2,
  203. storage = 5001,
  204. [1] = { var = TYPE_KILL,
  205. details = {'bear', 20},
  206. rewards = {REWARD_EXP, 0, 2500} },
  207. [2] = { var = TYPE_KILL,
  208. details = {'[Gaiden] Naruto', 1},
  209. rewards = {REWARD_EXP, 0, 5000} },
  210. [3] = { var = TYPE_KILL,
  211. details = {'[Gaiden] Sasuke Brother', 1},
  212. rewards = {REWARD_EXP, 0, 7500} },
  213. [4] = { var = TYPE_KILL,
  214. details = {'[Gaiden] Kakashi Sensei', 1},
  215. rewards = {REWARD_EXP, 0, 10000} },
  216. [5] = { var = TYPE_ITEMBACK,
  217. details = {5809, 1}, -- Kakashi Training Bell
  218. rewards = {REWARD_EXP, 0, 15000} },
  219. [6] = { var = TYPE_KILL,
  220. details = {'[Gaiden] Zabuza', 1},
  221. rewards = {REWARD_EXP, 0, 20000} },
  222. [7] = { var = TYPE_KILL,
  223. details = {'[Gaiden] Haku', 1},
  224. rewards = {REWARD_EXP, 0, 20000} },
  225. [8] = { var = TYPE_KILL,
  226. details = {'[Gaiden] Rock Lee', 1},
  227. rewards = {REWARD_EXP, 0, 25000} },
  228. [8] = { var = TYPE_ITEMBACK,
  229. details = {5956, 1}, -- Chunin Exam
  230. rewards = {REWARD_EXP, 0, 25000} },
  231. [9] = { var = TYPE_KILL,
  232. details = {'[Gaiden] Sound Orochimaru', 1},
  233. rewards = {REWARD_EXP, 0, 30000} },
  234. [10] = { var = TYPE_ITEMBACK,
  235. details = {5956, 2}, -- Exam Scroll
  236. rewards = {REWARD_EXP, 0, 35000} },
  237. [11] = { var = TYPE_KILL,
  238. details = {'[Gaiden] Zaku', 1},
  239. rewards = {REWARD_EXP, 0, 40000} },
  240. [12] = { var = TYPE_KILL,
  241. details = {'[Gaiden] Dosu', 1},
  242. rewards = {REWARD_EXP, 0, 50000} },
  243. [13] = { var = TYPE_KILL,
  244. details = {'Sound Shinobi', 100},
  245. rewards = {REWARD_EXP, 0, 65000} },
  246. [14] = { var = TYPE_KILL,
  247. details = {'[Gaiden] Gaara', 1},
  248. rewards = {REWARD_EXP, 0, 70000} },
  249. [15] = { var = TYPE_KILL,
  250. details = {'[Gaiden] Temari', 1},
  251. rewards = {REWARD_EXP, 0, 75000} },
  252. [16] = { var = TYPE_KILL,
  253. details = {'[Gaiden] Shukaku', 1},
  254. rewards = {REWARD_EXP, 0, 75000} },
  255. [17] = { var = TYPE_KILL,
  256. details = {'[Gaiden] Itachi', 1},
  257. rewards = {REWARD_EXP, 0, 80000} },
  258. [18] = { var = TYPE_KILL,
  259. details = {'[Gaiden] Kisame', 1},
  260. rewards = {REWARD_EXP, 0, 85000} },
  261. [19] = { var = TYPE_KILL,
  262. details = {'[Gaiden] Jirobo', 1, '[Gaiden] Kidomaru', 1, '[Gaiden] Sakon', 1, '[Gaiden] Tayuya', 1},
  263. rewards = {REWARD_EXP, 0, 100000} },
  264. [20] = { var = TYPE_KILL,
  265. details = {'[Gaiden] Bijuu Naruto', 1},
  266. rewards = {REWARD_EXP, 0, 150000} },
  267. [21] = { var = TYPE_KILL,
  268. details = {'[Gaiden] Trainer', 10},
  269. rewards = {REWARD_EXP, 0, 250000} },
  270. [22] = { var = TYPE_KILL,
  271. details = {'Monk', 200},
  272. rewards = {REWARD_EXP, 0, 500000} },
  273. [23] = { var = TYPE_KILL,
  274. details = {'Sand Shinobi', 300},
  275. rewards = {REWARD_EXP, 0, 1000000} },
  276. [24] = { var = TYPE_KILL,
  277. details = {'Anbu', 400},
  278. rewards = {REWARD_EXP, 0, 1500000} },
  279. [25] = { var = TYPE_KILL,
  280. details = {'[Gaiden] Sai', 1},
  281. rewards = {REWARD_EXP, 0, 2000000} },
  282. [26] = { var = TYPE_KILL,
  283. details = {'[Gaiden] Naruto Shippuuden', 1},
  284. rewards = {REWARD_EXP, 0, 2250000} },
  285. [27] = { var = TYPE_KILL,
  286. details = {'[Gaiden] Sakura Shippuuden', 1},
  287. rewards = {REWARD_EXP, 0, 2250000} },
  288. [28] = { var = TYPE_KILL,
  289. details = {'[Gaiden] Yamato', 1},
  290. rewards = {REWARD_EXP, 0, 2250000} },
  291. [29] = { var = TYPE_KILL,
  292. details = {'[Gaiden] Orochimaru', 1},
  293. rewards = {REWARD_EXP, 0, 2500000} },
  294. [30] = { var = TYPE_ITEMBACK,
  295. details = {5942, 5}, -- Absolute Antidotum
  296. rewards = {REWARD_EXP, 0, 5000000} },
  297. [31] = { var = TYPE_KILL,
  298. details = {'[Gaiden] Itachi Shippuuden', 1},
  299. rewards = {REWARD_EXP, 0, 15000000} },
  300. [32] = { var = TYPE_ITEMBACK,
  301. details = {5089, 5}, -- Enton Soul
  302. rewards = {REWARD_EXP, 0, 17500000} },
  303. [33] = { var = TYPE_KILL,
  304. details = {'[Gaiden] Tobi', 1},
  305. rewards = {REWARD_EXP, 0, 20000000} },
  306. [34] = { var = TYPE_ITEMBACK,
  307. details = {2323, 1, 2502, 1, 2506, 1, 2662, 1}, -- Akatsuki Secik
  308. rewards = {REWARD_EXP, 0, 25000000} },
  309. [35] = { var = TYPE_KILL,
  310. details = {'[Gaiden] Killer Bee', 1},
  311. rewards = {REWARD_EXP, 0, 30000000} },
  312. [36] = { var = TYPE_KILL,
  313. details = {'Samurai', 1000},
  314. rewards = {REWARD_EXP, 0, 35000000} },
  315. [37] = { var = TYPE_KILL,
  316. details = {'[Gaiden] Raikage', 1},
  317. rewards = {REWARD_EXP, 0, 40000000} },
  318. [38] = { var = TYPE_KILL,
  319. details = {'[Gaiden] Mizukage', 1},
  320. rewards = {REWARD_EXP, 0, 50000000} },
  321. [39] = { var = TYPE_KILL,
  322. details = {'[Gaiden] Tsuchikage', 1},
  323. rewards = {REWARD_EXP, 0, 60000000} },
  324. [40] = { var = TYPE_KILL,
  325. details = {'[Gaiden] Danzou', 1},
  326. rewards = {REWARD_EXP, 0, 70000000} },
  327. [41] = { var = TYPE_ITEMBACK,
  328. details = {7957, 1}, -- Hokage Hat
  329. rewards = {REWARD_EXP, 0, 75000000} },
  330. [42] = { var = TYPE_KILL,
  331. details = {'[Gaiden] Zetsu', 1},
  332. rewards = {REWARD_EXP, 0, 75000000} },
  333. [43] = { var = TYPE_KILL,
  334. details = {'Zetsu Clone', 2500},
  335. rewards = {REWARD_EXP, 0, 85000000} },
  336. [44] = { var = TYPE_KILL,
  337. details = {'[Gaiden] Sennin Mode Kabuto', 1},
  338. rewards = {REWARD_EXP, 0, 95000000} },
  339. [45] = { var = TYPE_KILL,
  340. details = {'[Gaiden] Edo Tensei Madara', 1},
  341. rewards = {REWARD_EXP, 0, 120000000} },
  342. [46] = { var = TYPE_KILL,
  343. details = {'[Gaiden] Juubi', 1},
  344. rewards = {REWARD_EXP, 0, 180000000} },
  345. [47] = { var = TYPE_KILL,
  346. details = {'[Gaiden] Rikudou Obito', 1},
  347. rewards = {REWARD_EXP, 0, 200000000} },
  348. [48] = { var = TYPE_KILL,
  349. details = {'[Gaiden] Rikudou Madara', 1},
  350. rewards = {REWARD_EXP, 0, 250000000} },
  351. [49] = { var = TYPE_KILL,
  352. details = {'[Gaiden] Kaguya', 1},
  353. rewards = {REWARD_EXP, 0, 300000000} },
  354. [50] = { var = TYPE_KILL,
  355. details = {'[Gaiden] Rikudou Naruto', 1},
  356. rewards = {REWARD_EXP, 0, 400000000} },
  357. },
  358. ['Sakura Gaiden'] = {
  359. id = 3,
  360. storage = 5002,
  361. [1] = { var = TYPE_ITEMBACK,
  362. details = {5881, 20}, -- Leaf
  363. rewards = {REWARD_EXP, 0, 10000} },
  364. [2] = { var = TYPE_KILL,
  365. details = {'[Gaiden] Kakashi Sensei', 1},
  366. rewards = {REWARD_EXP, 0, 5000} },
  367. [3] = { var = TYPE_ITEMBACK,
  368. details = {5809, 1}, -- Kakashi Training Bell
  369. rewards = {REWARD_EXP, 0, 10000} },
  370. [4] = { var = TYPE_KILL,
  371. details = {'[Gaiden] Zabuza', 1},
  372. rewards = {REWARD_EXP, 0, 20000} },
  373. [5] = { var = TYPE_KILL,
  374. details = {'[Gaiden] Haku', 1},
  375. rewards = {REWARD_EXP, 0, 20000} },
  376. [6] = { var = TYPE_ITEMBACK,
  377. details = {5956, 1}, -- Chunin Exam
  378. rewards = {REWARD_EXP, 0, 25000} },
  379. [7] = { var = TYPE_KILL,
  380. details = {'[Gaiden] Sound Orochimaru', 1},
  381. rewards = {REWARD_EXP, 0, 30000} },
  382. [8] = { var = TYPE_ITEMBACK,
  383. details = {5956, 2}, -- Exam Scroll
  384. rewards = {REWARD_EXP, 0, 35000} },
  385. [9] = { var = TYPE_KILL,
  386. details = {'[Gaiden] Zaku', 1},
  387. rewards = {REWARD_EXP, 0, 40000} },
  388. [10] = { var = TYPE_KILL,
  389. details = {'[Gaiden] Dosu', 1},
  390. rewards = {REWARD_EXP, 0, 50000} },
  391. [11] = { var = TYPE_KILL,
  392. details = {'[Gaiden] Ino', 1},
  393. rewards = {REWARD_EXP, 0, 60000} },
  394. [12] = { var = TYPE_KILL,
  395. details = {'Sound Shinobi', 100},
  396. rewards = {REWARD_EXP, 0, 65000} },
  397. [13] = { var = TYPE_KILL,
  398. details = {'[Gaiden] Gaara', 1},
  399. rewards = {REWARD_EXP, 0, 70000} },
  400. [14] = { var = TYPE_KILL,
  401. details = {'[Gaiden] Shukaku', 1},
  402. rewards = {REWARD_EXP, 0, 75000} },
  403. [15] = { var = TYPE_KILL,
  404. details = {'[Gaiden] Tsunade', 1},
  405. rewards = {REWARD_EXP, 0, 90000} },
  406. [16] = { var = TYPE_KILL,
  407. details = {'[Gaiden] Kakashi', 1},
  408. rewards = {REWARD_EXP, 0, 150000} },
  409. [17] = { var = TYPE_KILL,
  410. details = {'[Gaiden] Itachi Clone', 1},
  411. rewards = {REWARD_EXP, 0, 300000} },
  412. [18] = { var = TYPE_KILL,
  413. details = {'[Gaiden] Sasori', 1},
  414. rewards = {REWARD_EXP, 0, 450000} },
  415. [19] = { var = TYPE_ITEMBACK,
  416. details = {5941, 5}, -- Antidotum
  417. rewards = {REWARD_EXP, 0, 500000} },
  418. [20] = { var = TYPE_KILL,
  419. details = {'[Gaiden] Bijuu Naruto', 1},
  420. rewards = {REWARD_EXP, 0, 1000000} },
  421. [21] = { var = TYPE_KILL,
  422. details = {'[Gaiden] Sai', 1},
  423. rewards = {REWARD_EXP, 0, 2000000} },
  424. [22] = { var = TYPE_KILL,
  425. details = {'[Gaiden] Orochimaru', 1},
  426. rewards = {REWARD_EXP, 0, 2500000} },
  427. [23] = { var = TYPE_KILL,
  428. details = {'[Gaiden] Sasuke Shippuuden', 1},
  429. rewards = {REWARD_EXP, 0, 3000000} },
  430. [24] = { var = TYPE_KILL,
  431. details = {'[Gaiden] Half-Sennin Kabuto', 1},
  432. rewards = {REWARD_EXP, 0, 5000000} },
  433. [25] = { var = TYPE_ITEMBACK,
  434. details = {6103, 1}, -- Akatsuki Members Book
  435. rewards = {REWARD_EXP, 0, 10000000} },
  436. [26] = { var = TYPE_KILL,
  437. details = {'[Gaiden] Itachi Shippuuden', 1},
  438. rewards = {REWARD_EXP, 0, 15000000} },
  439. [27] = { var = TYPE_KILL,
  440. details = {'[Gaiden] Tobi', 1},
  441. rewards = {REWARD_EXP, 0, 20000000} },
  442. [28] = { var = TYPE_KILL,
  443. details = {'Zetsu Clone', 1000},
  444. rewards = {REWARD_EXP, 0, 30000000} },
  445. [29] = { var = TYPE_KILL,
  446. details = {'[Gaiden] Zetsu Neji', 1},
  447. rewards = {REWARD_EXP, 0, 35000000} },
  448. [30] = { var = TYPE_ITEMBACK,
  449. details = {5468, 5}, -- Zetsu Soul
  450. rewards = {REWARD_EXP, 0, 35000000} },
  451. [31] = { var = TYPE_KILL,
  452. details = {'Edo Tensei Member', 2500},
  453. rewards = {REWARD_EXP, 0, 50000000} },
  454. [32] = { var = TYPE_KILL,
  455. details = {'[Gaiden] Juubi', 1},
  456. rewards = {REWARD_EXP, 0, 100000000} },
  457. [33] = { var = TYPE_KILL,
  458. details = {'[Gaiden] Rikudou Obito', 1},
  459. rewards = {REWARD_EXP, 0, 200000000} },
  460. [34] = { var = TYPE_KILL,
  461. details = {'[Gaiden] Rikudou Madara', 1},
  462. rewards = {REWARD_EXP, 0, 250000000} },
  463. [35] = { var = TYPE_KILL,
  464. details = {'[Gaiden] Kaguya', 1},
  465. rewards = {REWARD_EXP, 0, 300000000} },
  466. },
  467. ['Kakashi Gaiden'] = {
  468. id = 4,
  469. storage = 5003,
  470. [1] = { var = TYPE_KILL,
  471. details = {'bear', 20},
  472. rewards = {REWARD_EXP, 0, 2500} },
  473. [2] = { var = TYPE_KILL,
  474. details = {'bandit', 50},
  475. rewards = {REWARD_EXP, 0, 5000} },
  476. [3] = { var = TYPE_KILL,
  477. details = {'shinobazu', 100},
  478. rewards = {REWARD_EXP, 0, 10000} },
  479. [4] = { var = TYPE_KILL,
  480. details = {'[Gaiden] Obito Child', 1},
  481. rewards = {REWARD_EXP, 0, 20000} },
  482. [5] = { var = TYPE_KILL,
  483. details = {'[Gaiden] Minato Sensei', 1},
  484. rewards = {REWARD_EXP, 0, 30000} },
  485. [6] = { var = TYPE_ITEMBACK,
  486. details = {2340, 1}, -- Minato Training Bells
  487. rewards = {REWARD_EXP, 0, 30000} },
  488. [7] = { var = TYPE_KILL,
  489. details = {'prisoner', 100},
  490. rewards = {REWARD_EXP, 0, 40000} },
  491. [8] = { var = TYPE_KILL,
  492. details = {'[Gaiden] Guy', 1},
  493. rewards = {REWARD_EXP, 0, 50000} },
  494. [9] = { var = TYPE_ITEMBACK,
  495. details = {2490, 1, 2491, 1, 2493, 1, 2496, 1}, -- Anbu Secik
  496. rewards = {REWARD_EXP, 0, 75000} },
  497. [10] = { var = TYPE_KILL,
  498. details = {'[Gaiden] Naruto', 1, '[Gaiden] Sakura', 1, '[Gaiden] Sasuke'},
  499. rewards = {REWARD_EXP, 0, 100000} },
  500. [11] = { var = TYPE_KILL,
  501. details = {'[Gaiden] Zabuza', 1},
  502. rewards = {REWARD_EXP, 0, 125000} },
  503. [12] = { var = TYPE_KILL,
  504. details = {'[Gaiden] Haku', 1},
  505. rewards = {REWARD_EXP, 0, 150000} },
  506. [13] = { var = TYPE_KILL,
  507. details = {'[Gaiden] Sound Orochimaru', 1},
  508. rewards = {REWARD_EXP, 0, 200000} },
  509. [14] = { var = TYPE_KILL,
  510. details = {'sound shinobi', 200},
  511. rewards = {REWARD_EXP, 0, 250000} },
  512. [15] = { var = TYPE_KILL,
  513. details = {'sand shinobi', 300},
  514. rewards = {REWARD_EXP, 0, 300000} },
  515. [16] = { var = TYPE_KILL,
  516. details = {'[Gaiden] Itachi', 1},
  517. rewards = {REWARD_EXP, 0, 350000} },
  518. [17] = { var = TYPE_KILL,
  519. details = {'[Gaiden] Kisame', 1},
  520. rewards = {REWARD_EXP, 0, 400000} },
  521. [18] = { var = TYPE_KILL,
  522. details = {'[Gaiden] Naruto Shippuuden', 1, '[Gaiden] Sakura Shippuuden', 1},
  523. rewards = {REWARD_EXP, 0, 500000} },
  524. [19] = { var = TYPE_KILL,
  525. details = {'[Gaiden] Itachi Clone', 1},
  526. rewards = {REWARD_EXP, 0, 750000} },
  527. [20] = { var = TYPE_KILL,
  528. details = {'[Gaiden] Deidara', 1},
  529. rewards = {REWARD_EXP, 0, 1000000} },
  530. [21] = { var = TYPE_KILL,
  531. details = {'[Gaiden] Kakuzu', 1, '[Gaiden] Hidan', 1},
  532. rewards = {REWARD_EXP, 0, 2500000} },
  533. [22] = { var = TYPE_KILL,
  534. details = {'[Gaiden] Half-Sennin Kabuto', 1},
  535. rewards = {REWARD_EXP, 0, 5000000} },
  536. [23] = { var = TYPE_ITEMBACK,
  537. details = {6103, 1}, -- Akatsuki Members Book
  538. rewards = {REWARD_EXP, 0, 10000000} },
  539. [24] = { var = TYPE_KILL,
  540. details = {'[Gaiden] Itachi Shippuuden', 1},
  541. rewards = {REWARD_EXP, 0, 15000000} },
  542. [25] = { var = TYPE_KILL,
  543. details = {'[Gaiden] Tobi', 1},
  544. rewards = {REWARD_EXP, 0, 20000000} },
  545. [26] = { var = TYPE_KILL,
  546. details = {'[Gaiden] Pain', 1},
  547. rewards = {REWARD_EXP, 0, 25000000} },
  548. [27] = { var = TYPE_KILL,
  549. details = {'Zetsu Clone', 2500},
  550. rewards = {REWARD_EXP, 0, 30000000} },
  551. [28] = { var = TYPE_KILL,
  552. details = {'[Gaiden] Edo Tensei Zabuza', 1, '[Gaiden] Edo Tensei Haku', 1},
  553. rewards = {REWARD_EXP, 0, 40000000} },
  554. [29] = { var = TYPE_KILL,
  555. details = {'Edo Tensei Member', 2500},
  556. rewards = {REWARD_EXP, 0, 50000000} },
  557. [30] = { var = TYPE_KILL,
  558. details = {'[Gaiden] Edo Tensei Madara', 1},
  559. rewards = {REWARD_EXP, 0, 100000000} },
  560. [31] = { var = TYPE_KILL,
  561. details = {'[Gaiden] Nibi', 1, '[Gaiden] Sanbi', 1, '[Gaiden] Gobi', 1, '[Gaiden] Rokubi', 1, '[Gaiden] Nanabi', 1},
  562. rewards = {REWARD_EXP, 0, 150000000} },
  563. [32] = { var = TYPE_KILL,
  564. details = {'[Gaiden] Obito', 1},
  565. rewards = {REWARD_EXP, 0, 180000000} },
  566. [33] = { var = TYPE_KILL,
  567. details = {'[Gaiden] Juubi', 1},
  568. rewards = {REWARD_EXP, 0, 200000000} },
  569. [34] = { var = TYPE_KILL,
  570. details = {'[Gaiden] Rikudou Madara', 1},
  571. rewards = {REWARD_EXP, 0, 300000000} },
  572. [35] = { var = TYPE_KILL,
  573. details = {'[Gaiden] Kaguya', 1},
  574. rewards = {REWARD_EXP, 0, 350000000} },
  575. },
  576. ['Kimimaro Gaiden'] = {
  577. id = 5,
  578. storage = 5004,
  579. [1] = { var = TYPE_KILL,
  580. details = {'prisoner', 50},
  581. rewards = {REWARD_EXP, 0, 25000} },
  582. [2] = { var = TYPE_KILL,
  583. details = {'sound shinobi', 100},
  584. rewards = {REWARD_EXP, 0, 50000} },
  585. [3] = { var = TYPE_KILL,
  586. details = {'[Gaiden] Sound Orochimaru', 1},
  587. rewards = {REWARD_EXP, 0, 75000} },
  588. [4] = { var = TYPE_KILL,
  589. details = {'[Gaiden] Jirobo', 1, '[Gaiden] Kidomaru', 1, '[Gaiden] Sakon', 1, '[Gaiden] Tayuya', 1},
  590. rewards = {REWARD_EXP, 0, 100000} },
  591. [5] = { var = TYPE_KILL,
  592. details = {'[Gaiden] Bijuu Naruto', 1},
  593. rewards = {REWARD_EXP, 0, 150000} },
  594. [6] = { var = TYPE_KILL,
  595. details = {'[Gaiden] Rock Lee', 1},
  596. rewards = {REWARD_EXP, 0, 200000} },
  597. [7] = { var = TYPE_KILL,
  598. details = {'[Gaiden] Gaara', 1},
  599. rewards = {REWARD_EXP, 0, 250000} },
  600. [8] = { var = TYPE_KILL,
  601. details = {'Samurai', 200},
  602. rewards = {REWARD_EXP, 0, 500000} },
  603. [9] = { var = TYPE_KILL,
  604. details = {'[Gaiden] Naruto Shippuuden', 1},
  605. rewards = {REWARD_EXP, 0, 750000} },
  606. [10] = { var = TYPE_KILL,
  607. details = {'[Gaiden] Kankuro Shippuuden', 1},
  608. rewards = {REWARD_EXP, 0, 1000000} },
  609. [11] = { var = TYPE_ITEMBACK,
  610. details = {2652, 5}, -- Edo Tensei Coat
  611. rewards = {REWARD_EXP, 0, 1500000} },
  612. [12] = { var = TYPE_KILL,
  613. details = {'Samurai', 500},
  614. rewards = {REWARD_EXP, 0, 2500000} },
  615. [13] = { var = TYPE_KILL,
  616. details = {'[Gaiden] Mifune', 1},
  617. rewards = {REWARD_EXP, 0, 5000000} },
  618. },
  619. ['Obito Gaiden'] = {
  620. id = 6,
  621. storage = 5005,
  622. [1] = { var = TYPE_KILL,
  623. details = {'bear', 20},
  624. rewards = {REWARD_EXP, 0, 2500} },
  625. [2] = { var = TYPE_KILL,
  626. details = {'bandit', 50},
  627. rewards = {REWARD_EXP, 0, 5000} },
  628. [3] = { var = TYPE_KILL,
  629. details = {'shinobazu', 100},
  630. rewards = {REWARD_EXP, 0, 10000} },
  631. [4] = { var = TYPE_KILL,
  632. details = {'[Gaiden] Obito Child', 1},
  633. rewards = {REWARD_EXP, 0, 20000} },
  634. [5] = { var = TYPE_KILL,
  635. details = {'[Gaiden] Minato Sensei', 1},
  636. rewards = {REWARD_EXP, 0, 30000} },
  637. [6] = { var = TYPE_ITEMBACK,
  638. details = {2340, 1}, -- Minato Training Bells
  639. rewards = {REWARD_EXP, 0, 30000} },
  640. [7] = { var = TYPE_KILL,
  641. details = {'prisoner', 100},
  642. rewards = {REWARD_EXP, 0, 40000} },
  643. [8] = { var = TYPE_KILL,
  644. details = {'[Gaiden] Guy', 1},
  645. rewards = {REWARD_EXP, 0, 50000} },
  646. [9] = { var = TYPE_KILL,
  647. details = {'[Gaiden] White Zetsu', 1},
  648. rewards = {REWARD_EXP, 0, 100000} },
  649. [10] = { var = TYPE_ITEMBACK,
  650. details = {5883, 10}, -- Spare Body
  651. rewards = {REWARD_EXP, 0, 125000} },
  652. [11] = { var = TYPE_ITEMBACK,
  653. details = {2489, 1}, -- Tobi Mask
  654. rewards = {REWARD_EXP, 0, 125000} },
  655. [12] = { var = TYPE_KILL,
  656. details = {'Anbu', 200},
  657. rewards = {REWARD_EXP, 0, 150000} },
  658. [13] = { var = TYPE_KILL,
  659. details = {'[Gaiden] Minato', 1},
  660. rewards = {REWARD_EXP, 0, 250000} },
  661. [14] = { var = TYPE_ITEMBACK,
  662. details = {5876, 1}, -- Hiraishin Symbol
  663. rewards = {REWARD_EXP, 0, 500000} },
  664. [15] = { var = TYPE_KILL,
  665. details = {'uchiha member', 500},
  666. rewards = {REWARD_EXP, 0, 750000} },
  667. [16] = { var = TYPE_ITEMBACK,
  668. details = {2323, 1, 2502, 1, 2506, 1, 2662, 1}, -- Akatsuki Secik
  669. rewards = {REWARD_EXP, 0, 1000000} },
  670. [17] = { var = TYPE_KILL,
  671. details = {'[Gaiden] Sanbi', 1},
  672. rewards = {REWARD_EXP, 0, 2000000} },
  673. [18] = { var = TYPE_KILL,
  674. details = {'[Gaiden] Sasuke Shippuuden', 1},
  675. rewards = {REWARD_EXP, 0, 3000000} },
  676. [19] = { var = TYPE_KILL,
  677. details = {'[Gaiden] Naruto Shippuuden', 1, '[Gaiden] Kakashi Shippuuden', 1, '[Gaiden] Yamato', 1, '[Gaiden] Sakura Shippuuden', 1},
  678. rewards = {REWARD_EXP, 0, 3500000} },
  679. [20] = { var = TYPE_KILL,
  680. details = {'[Gaiden] Kazekage', 1, '[Gaiden] Mizukage', 1, '[Gaiden] Tsuchikage', 1, '[Gaiden] Raikage', 1},
  681. rewards = {REWARD_EXP, 0, 5000000} },
  682. [21] = { var = TYPE_KILL,
  683. details = {'[Gaiden] Danzou', 1},
  684. rewards = {REWARD_EXP, 0, 10000000} },
  685. [22] = { var = TYPE_ITEMBACK,
  686. details = {7957, 1, 2470, 1, 9778, 1, 5917, 1, 8820, 1}, -- Czapki 5 kage
  687. rewards = {REWARD_EXP, 0, 20000000} },
  688. [23] = { var = TYPE_KILL,
  689. details = {'[Gaiden] Half-Sennin Kabuto', 1},
  690. rewards = {REWARD_EXP, 0, 25000000} },
  691. [24] = { var = TYPE_KILL,
  692. details = {'[Gaiden] Nibi', 1, '[Gaiden] Sanbi', 1, '[Gaiden] Gobi', 1, '[Gaiden] Rokubi', 1, '[Gaiden] Nanabi', 1, '[Gaiden] Yonbi', 1},
  693. rewards = {REWARD_EXP, 0, 30000000} },
  694. [25] = { var = TYPE_ITEMBACK,
  695. details = {5905, 1, 5906, 1, 2328, 1, 6546, 1, 6548, 1, 6549, 1}, -- Esencje 6 przejetych bijuu
  696. rewards = {REWARD_EXP, 0, 35000000} },
  697. [26] = { var = TYPE_ITEMBACK,
  698. details = {6500, 25}, -- Bijuu Essence
  699. rewards = {REWARD_EXP, 0, 40000000} },
  700. [27] = { var = TYPE_KILL,
  701. details = {'[Gaiden] Killer Bee', 1, '[Gaiden] Chakra Mode Naruto', 1},
  702. rewards = {REWARD_EXP, 0, 50000000} },
  703. [28] = { var = TYPE_KILL,
  704. details = {'[Gaiden] Fury Kakashi', 1},
  705. rewards = {REWARD_EXP, 0, 60000000} },
  706. [29] = { var = TYPE_ITEMBACK,
  707. details = {6500, 25, 5943, 1}, -- Bijuu Essence i Juubi Heart
  708. rewards = {REWARD_EXP, 0, 75000000} },
  709. [30] = { var = TYPE_KILL,
  710. details = {'[Gaiden] Edo Tensei Hashirama', 1, '[Gaiden] Edo Tensei Tobirama', 1, '[Gaiden] Edo Tensei Hiruzen', 1, '[Gaiden] Edo Tensei Minato', 1},
  711. rewards = {REWARD_EXP, 0, 85000000} },
  712. [31] = { var = TYPE_KILL,
  713. details = {'[Gaiden] Eternal Sasuke', 1, '[Gaiden] Chakra Mode Naruto', 1},
  714. rewards = {REWARD_EXP, 0, 100000000} },
  715. [32] = { var = TYPE_KILL,
  716. details = {'[Gaiden] Black Zetsu', 1},
  717. rewards = {REWARD_EXP, 0, 200000000} },
  718. [33] = { var = TYPE_KILL,
  719. details = {'[Gaiden] Kaguya', 1},
  720. rewards = {REWARD_EXP, 0, 300000000} },
  721. },
  722. ['Minato Gaiden'] = {
  723. id = 7,
  724. storage = 5006,
  725. [1] = { var = TYPE_KILL,
  726. details = {'wolf', 50},
  727. rewards = {REWARD_EXP, 0, 2500} },
  728. [2] = { var = TYPE_KILL,
  729. details = {'farmer', 100},
  730. rewards = {REWARD_EXP, 0, 5000} },
  731. [3] = { var = TYPE_KILL,
  732. details = {'bandit', 200},
  733. rewards = {REWARD_EXP, 0, 10000} },
  734. [4] = { var = TYPE_KILL,
  735. details = {'sound shinobi', 200},
  736. rewards = {REWARD_EXP, 0, 20000} },
  737. [5] = { var = TYPE_KILL,
  738. details = {'[Gaiden] Jiraya', 1},
  739. rewards = {REWARD_EXP, 0, 25000} },
  740. [6] = { var = TYPE_ITEMBACK,
  741. details = {5937, 5}, -- Kuchiyose Scroll
  742. rewards = {REWARD_EXP, 0, 50000} },
  743. [7] = { var = TYPE_KILL,
  744. details = {'sand shinobi', 300},
  745. rewards = {REWARD_EXP, 0, 100000} },
  746. [8] = { var = TYPE_KILL,
  747. details = {'[Gaiden] Obito Child', 1, '[Gaiden] Kakashi Child', 1},
  748. rewards = {REWARD_EXP, 0, 200000} },
  749. [9] = { var = TYPE_KILL,
  750. details = {'[Gaiden] A', 1, '[Gaiden] Bee', 1},
  751. rewards = {REWARD_EXP, 0, 1000000} },
  752. [10] = { var = TYPE_ITEMBACK,
  753. details = {7957, 1}, -- Hokage Hat
  754. rewards = {REWARD_EXP, 0, 2000000} },
  755. [11] = { var = TYPE_KILL,
  756. details = {'[Gaiden] Tobi', 1},
  757. rewards = {REWARD_EXP, 0, 2500000} },
  758. [12] = { var = TYPE_KILL,
  759. details = {'[Gaiden] Kyuubi', 1},
  760. rewards = {REWARD_EXP, 0, 5000000} },
  761. [13] = { var = TYPE_ITEMBACK,
  762. details = {5937, 1}, -- Fuin Scroll
  763. rewards = {REWARD_EXP, 0, 7500000} },
  764. [14] = { var = TYPE_ITEMBACK,
  765. details = {2652, 5}, -- Edo Tensei Coat
  766. rewards = {REWARD_EXP, 0, 10000000} },
  767. [15] = { var = TYPE_KILL,
  768. details = {'[Gaiden] Juubi', 1},
  769. rewards = {REWARD_EXP, 0, 50000000} },
  770. [16] = { var = TYPE_KILL,
  771. details = {'[Gaiden] Rikudou Obito', 1},
  772. rewards = {REWARD_EXP, 0, 100000000} },
  773. [17] = { var = TYPE_KILL,
  774. details = {'[Gaiden] Black Zetsu', 1},
  775. rewards = {REWARD_EXP, 0, 200000000} },
  776. [18] = { var = TYPE_KILL,
  777. details = {'[Gaiden] Rikudou Madara', 1},
  778. rewards = {REWARD_EXP, 0, 300000000} },
  779. },
  780. ['Gaara Gaiden'] = {
  781. id = 8,
  782. storage = 5007,
  783. [1] = { var = TYPE_KILL,
  784. details = {'bandit', 25},
  785. rewards = {REWARD_EXP, 0, 5000} },
  786. [2] = { var = TYPE_KILL,
  787. details = {'sand shinobi', 50},
  788. rewards = {REWARD_EXP, 0, 10000} },
  789. [3] = { var = TYPE_ITEMBACK,
  790. details = {2515, 1}, -- Benihisago
  791. rewards = {REWARD_EXP, 0, 20000} },
  792. [4] = { var = TYPE_KILL,
  793. details = {'[Gaiden] Rock Lee', 1},
  794. rewards = {REWARD_EXP, 0, 30000} },
  795. [5] = { var = TYPE_KILL,
  796. details = {'[Gaiden] Dosu', 1},
  797. rewards = {REWARD_EXP, 0, 50000} },
  798. [6] = { var = TYPE_KILL,
  799. details = {'[Gaiden] Sasuke', 1},
  800. rewards = {REWARD_EXP, 0, 150000} },
  801. [6] = { var = TYPE_KILL,
  802. details = {'[Gaiden] Gamabunta Naruto', 1},
  803. rewards = {REWARD_EXP, 0, 250000} },
  804. [7] = { var = TYPE_KILL,
  805. details = {'[Gaiden] Kimimaro', 1},
  806. rewards = {REWARD_EXP, 0, 300000} },
  807. [8] = { var = TYPE_ITEMBACK,
  808. details = {2402, 1}, -- Shukaku Spear
  809. rewards = {REWARD_EXP, 0, 500000} },
  810. [9] = { var = TYPE_ITEMBACK,
  811. details = {8820, 1}, -- Kazekage Hat
  812. rewards = {REWARD_EXP, 0, 1000000} },
  813. [10] = { var = TYPE_KILL,
  814. details = {'[Gaiden] Deidara', 1},
  815. rewards = {REWARD_EXP, 0, 1500000} },
  816. [11] = { var = TYPE_KILL,
  817. details = {'[Gaiden] Sasuke Shippuuden', 1},
  818. rewards = {REWARD_EXP, 0, 3000000} },
  819. [12] = { var = TYPE_KILL,
  820. details = {'Zetsu Clone', 1000},
  821. rewards = {REWARD_EXP, 0, 5000000} },
  822. [13] = { var = TYPE_KILL,
  823. details = {'[Gaiden] Rasa', 1},
  824. rewards = {REWARD_EXP, 0, 7500000} },
  825. [14] = { var = TYPE_ITEMBACK,
  826. details = {6105, 1}, -- Cure For a Wounded Heart
  827. rewards = {REWARD_EXP, 0, 7500000} },
  828. [15] = { var = TYPE_KILL,
  829. details = {'Edo Tensei Member', 1000},
  830. rewards = {REWARD_EXP, 0, 10000000} },
  831. [16] = { var = TYPE_KILL,
  832. details = {'[Gaiden] Edo Tensei Madara', 1},
  833. rewards = {REWARD_EXP, 0, 25000000} },
  834. [17] = { var = TYPE_KILL,
  835. details = {'[Gaiden] Juubi', 1},
  836. rewards = {REWARD_EXP, 0, 50000000} },
  837. [18] = { var = TYPE_KILL,
  838. details = {'[Gaiden] Rikudou Obito', 1},
  839. rewards = {REWARD_EXP, 0, 100000000} },
  840. [19] = { var = TYPE_KILL,
  841. details = {'[Gaiden] Black Zetsu', 1},
  842. rewards = {REWARD_EXP, 0, 200000000} },
  843. [20] = { var = TYPE_KILL,
  844. details = {'[Gaiden] Rikudou Madara', 1},
  845. rewards = {REWARD_EXP, 0, 300000000} },
  846. },
  847. ['Lee Gaiden'] = {
  848. id = 9,
  849. storage = 5008,
  850. [1] = { var = TYPE_KILL,
  851. details = {'[Gaiden] Trainer', 1},
  852. rewards = {REWARD_EXP, 0, 10000} },
  853. [2] = { var = TYPE_KILL,
  854. details = {'[Gaiden] Neji', 1},
  855. rewards = {REWARD_EXP, 0, 20000} },
  856. [3] = { var = TYPE_KILL,
  857. details = {'[Gaiden] Guy Sensei', 1},
  858. rewards = {REWARD_EXP, 0, 30000} },
  859. [4] = { var = TYPE_KILL,
  860. details = {'[Gaiden] Trainer', 5},
  861. rewards = {REWARD_EXP, 0, 50000} },
  862. [5] = { var = TYPE_ITEMBACK,
  863. details = {5910, 10, 6102, 5}, -- Piece of Green Outfit and Weight
  864. rewards = {REWARD_EXP, 0, 75000} },
  865. [6] = { var = TYPE_ITEMBACK,
  866. details = {5956, 1}, -- Chunin Exam
  867. rewards = {REWARD_EXP, 0, 100000} },
  868. [7] = { var = TYPE_KILL,
  869. details = {'[Gaiden] Naruto', 1},
  870. rewards = {REWARD_EXP, 0, 150000} },
  871. [8] = { var = TYPE_KILL,
  872. details = {'[Gaiden] Sasuke', 1},
  873. rewards = {REWARD_EXP, 0, 200000} },
  874. [9] = { var = TYPE_KILL,
  875. details = {'[Gaiden] Dosu', 1},
  876. rewards = {REWARD_EXP, 0, 250000} },
  877. [10] = { var = TYPE_KILL,
  878. details = {'[Gaiden] Gaara', 1},
  879. rewards = {REWARD_EXP, 0, 300000} },
  880. [11] = { var = TYPE_ITEMBACK,
  881. details = {11393, 25}, -- Sake
  882. rewards = {REWARD_EXP, 0, 400000} },
  883. [12] = { var = TYPE_KILL,
  884. details = {'[Gaiden] Kimimaro', 1},
  885. rewards = {REWARD_EXP, 0, 500000} },
  886. [13] = { var = TYPE_KILL,
  887. details = {'[Gaiden] Kisame', 1},
  888. rewards = {REWARD_EXP, 0, 600000} },
  889. [14] = { var = TYPE_KILL,
  890. details = {'[Gaiden] Rock Lee Imitation', 1},
  891. rewards = {REWARD_EXP, 0, 1000000} },
  892. [15] = { var = TYPE_KILL,
  893. details = {'[Gaiden] Deidara', 1},
  894. rewards = {REWARD_EXP, 0, 1500000} },
  895. [16] = { var = TYPE_KILL,
  896. details = {'Zetsu Clone', 1000},
  897. rewards = {REWARD_EXP, 0, 3000000} },
  898. [17] = { var = TYPE_KILL,
  899. details = {'[Gaiden] Edo Tensei Zabuza', 1, '[Gaiden] Edo Tensei Haku', 1},
  900. rewards = {REWARD_EXP, 0, 5000000} },
  901. [18] = { var = TYPE_KILL,
  902. details = {'Edo Tensei Member', 1000},
  903. rewards = {REWARD_EXP, 0, 10000000} },
  904. [19] = { var = TYPE_KILL,
  905. details = {'[Gaiden] Edo Tensei Madara', 1},
  906. rewards = {REWARD_EXP, 0, 50000000} },
  907. [20] = { var = TYPE_KILL,
  908. details = {'[Gaiden] Obito', 1},
  909. rewards = {REWARD_EXP, 0, 100000000} },
  910. },
  911. ['Itachi Gaiden'] = {
  912. id = 10,
  913. storage = 5009,
  914. [1] = { var = TYPE_KILL,
  915. details = {'wolf', 25},
  916. rewards = {REWARD_EXP, 0, 2500} },
  917. [2] = { var = TYPE_KILL,
  918. details = {'bandit', 50},
  919. rewards = {REWARD_EXP, 0, 5000} },
  920. [3] = { var = TYPE_KILL,
  921. details = {'[Gaiden] Trainer', 5},
  922. rewards = {REWARD_EXP, 0, 10000} },
  923. [4] = { var = TYPE_KILL,
  924. details = {'[Gaiden] Shisui', 1},
  925. rewards = {REWARD_EXP, 0, 25000} },
  926. [5] = { var = TYPE_ITEMBACK,
  927. details = {6089, 1}, -- Shisui Mission Scroll
  928. rewards = {REWARD_EXP, 0, 50000} },
  929. [6] = { var = TYPE_KILL,
  930. details = {'Anbu', 100},
  931. rewards = {REWARD_EXP, 0, 100000} },
  932. [7] = { var = TYPE_ITEMBACK,
  933. details = {2490, 1, 2491, 1, 2493, 1, 2496, 1}, -- Anbu Secik
  934. rewards = {REWARD_EXP, 0, 150000} },
  935. [8] = { var = TYPE_KILL,
  936. details = {'Prisoner', 100},
  937. rewards = {REWARD_EXP, 0, 200000} },
  938. [9] = { var = TYPE_KILL,
  939. details = {'Sound Shinobi', 150},
  940. rewards = {REWARD_EXP, 0, 300000} },
  941. [10] = { var = TYPE_KILL,
  942. details = {'Sand Shinobi', 200},
  943. rewards = {REWARD_EXP, 0, 400000} },
  944. [11] = { var = TYPE_ITEMBACK,
  945. details = {8977, 5}, -- Kotoamatsuki Crow
  946. rewards = {REWARD_EXP, 0, 500000} },
  947. [12] = { var = TYPE_KILL,
  948. details = {'Uchiha Member', 500},
  949. rewards = {REWARD_EXP, 0, 750000} },
  950. [13] = { var = TYPE_ITEMBACK,
  951. details = {2323, 1, 2502, 1, 2506, 1, 2662, 1}, -- Akatsuki Secik
  952. rewards = {REWARD_EXP, 0, 1000000} },
  953. [14] = { var = TYPE_KILL,
  954. details = {'Anbu', 300},
  955. rewards = {REWARD_EXP, 0, 1500000} },
  956. [15] = { var = TYPE_KILL,
  957. details = {'[Gaiden] Orochimaru', 1},
  958. rewards = {REWARD_EXP, 0, 2500000} },
  959. [16] = { var = TYPE_KILL,
  960. details = {'[Gaiden] Deidara', 1},
  961. rewards = {REWARD_EXP, 0, 1500000} },
  962. [17] = { var = TYPE_KILL,
  963. details = {'[Gaiden] Hidan', 1},
  964. rewards = {REWARD_EXP, 0, 2500000} },
  965. [18] = { var = TYPE_KILL,
  966. details = {'[Gaiden] Kakashi', 1},
  967. rewards = {REWARD_EXP, 0, 2000000} },
  968. [19] = { var = TYPE_KILL,
  969. details = {'[Gaiden] Jiraya', 1},
  970. rewards = {REWARD_EXP, 0, 2500000} },
  971. [20] = { var = TYPE_KILL,
  972. details = {'[Gaiden] Sasuke', 1},
  973. rewards = {REWARD_EXP, 0, 3000000} },
  974. [21] = { var = TYPE_KILL,
  975. details = {'[Gaiden] Naruto Shippuuden', 1, '[Gaiden] Kakashi Shippuuden', 1, '[Gaiden] Yamato', 1, '[Gaiden] Sakura Shippuuden', 1},
  976. rewards = {REWARD_EXP, 0, 4000000} },
  977. [22] = { var = TYPE_KILL,
  978. details = {'[Gaiden] Sasuke Shippuuden', 1},
  979. rewards = {REWARD_EXP, 0, 5000000} },
  980. [23] = { var = TYPE_ITEMBACK,
  981. details = {2652, 5}, -- Edo Tensei Coat
  982. rewards = {REWARD_EXP, 0, 7500000} },
  983. [24] = { var = TYPE_KILL,
  984. details = {'[Gaiden] Killer Bee', 1, '[Gaiden] Chakra Mode Naruto', 1},
  985. rewards = {REWARD_EXP, 0, 10000000} },
  986. [25] = { var = TYPE_KILL,
  987. details = {'[Gaiden] Edo Tensei Nagato', 1},
  988. rewards = {REWARD_EXP, 0, 25000000} },
  989. [26] = { var = TYPE_KILL,
  990. details = {'[Gaiden] Eternal Sasuke', 1},
  991. rewards = {REWARD_EXP, 0, 50000000} },
  992. [27] = { var = TYPE_KILL,
  993. details = {'[Gaiden] Sennin Mode Kabuto', 1},
  994. rewards = {REWARD_EXP, 0, 100000000} },
  995. },
  996. ['Hospital Missions'] = {
  997. id = 11,
  998. storage = 5010,
  999. [1] = { var = TYPE_ITEMBACK,
  1000. details = {5881, 10}, -- Leaf
  1001. rewards = {REWARD_LEVEL, 0, 5} },
  1002. [2] = { var = TYPE_ITEMBACK,
  1003. details = {5877, 15}, -- Rotten Animal Leather
  1004. rewards = {REWARD_LEVEL, 0, 5} },
  1005. [3] = { var = TYPE_ITEMBACK,
  1006. details = {5878, 20}, -- Healthy Animal Leather
  1007. rewards = {REWARD_LEVEL, 0, 5} },
  1008. [4] = { var = TYPE_ITEMBACK,
  1009. details = {5879, 25}, -- Kidomaru Silk
  1010. rewards = {REWARD_LEVEL, 0, 5} },
  1011. [5] = { var = TYPE_ITEMBACK,
  1012. details = {5880, 30}, -- Temple Ore
  1013. rewards = {REWARD_LEVEL, 0, 5} },
  1014. [6] = { var = TYPE_ITEMBACK,
  1015. details = {5882, 40}, -- Suna Herb
  1016. rewards = {REWARD_LEVEL, 0, 10} },
  1017. [7] = { var = TYPE_ITEMBACK,
  1018. details = {5883, 25}, -- Spare Body
  1019. rewards = {REWARD_LEVEL, 0, 10} },
  1020. [8] = { var = TYPE_ITEMBACK,
  1021. details = {6087, 20}, -- Chakra Sheet
  1022. rewards = {REWARD_LEVEL, 0, 10} },
  1023. [9] = { var = TYPE_ITEMBACK,
  1024. details = {5886, 50}, -- Bandage
  1025. rewards = {REWARD_LEVEL, 0, 10} },
  1026. [10] = { var = TYPE_ITEMBACK,
  1027. details = {5887, 50}, -- Metal from Ironland
  1028. rewards = {REWARD_LEVEL, 0, 10} },
  1029. [11] = { var = TYPE_ITEMBACK,
  1030. details = {4848, 5}, -- Chakra Stalactite
  1031. rewards = {REWARD_LEVEL, 0, 15} },
  1032. [12] = { var = TYPE_ITEMBACK,
  1033. details = {6105, 5}, -- Cure For a Wounded Heart
  1034. rewards = {REWARD_LEVEL, 0, 15} },
  1035. [13] = { var = TYPE_ITEMBACK,
  1036. details = {4851, 5}, -- Source of Life
  1037. rewards = {REWARD_LEVEL, 0, 15} },
  1038. [14] = { var = TYPE_ITEMBACK,
  1039. details = {5888, 50}, -- Cursed Metal
  1040. rewards = {REWARD_LEVEL, 0, 15} },
  1041. [15] = { var = TYPE_ITEMBACK,
  1042. details = {5468, 10}, -- Zetsu Soul
  1043. rewards = {REWARD_LEVEL, 0, 15} },
  1044. [16] = { var = TYPE_ITEMBACK,
  1045. details = {5941, 15}, -- Antidotum
  1046. rewards = {REWARD_LEVEL, 0, 20} },
  1047. [17] = { var = TYPE_ITEMBACK,
  1048. details = {5942, 10}, -- Absolute Antidotum
  1049. rewards = {REWARD_LEVEL, 0, 20} },
  1050. [18] = { var = TYPE_ITEMBACK,
  1051. details = {5944, 50}, -- Edo Tensei Orb
  1052. rewards = {REWARD_LEVEL, 0, 20} },
  1053. [19] = { var = TYPE_ITEMBACK,
  1054. details = {6500, 100}, -- Bijuu Essence
  1055. rewards = {REWARD_LEVEL, 0, 20} },
  1056. [20] = { var = TYPE_ITEMBACK,
  1057. details = {5943, 5}, -- Juubi Heart
  1058. rewards = {REWARD_LEVEL, 0, 20} },
  1059. }
  1060. }
  1061.  
  1062. function updateRewards(cid, v)
  1063. local storage = getCreatureStorage(cid, v.storage)
  1064. if storage > #v then
  1065. doCreatureSetStorage(cid, CHECKING_STORAGE_DO_NOT_CHANGE, math.max(0, getCreatureStorage(cid, CHECKING_STORAGE_DO_NOT_CHANGE)) + (2 ^ v.id))
  1066.  
  1067. if v.id == 6 then
  1068. setCreatureMaxHealth(cid, getCreatureMaxHealth(cid) + 50000)
  1069. setCreatureMaxMana(cid, getCreatureMaxMana(cid) + 50000)
  1070. elseif v.id == 7 then
  1071. setCreatureMaxHealth(cid, getCreatureMaxHealth(cid) + 25000)
  1072. setCreatureMaxMana(cid, getCreatureMaxMana(cid) + 25000)
  1073. end
  1074. end
  1075. end
  1076.  
  1077. function getDetails(cid, status, storage, basicCount)
  1078. local count, detail, complete = #status.details / 2, '', true
  1079.  
  1080. local killsCount = {}
  1081. if status.var == TYPE_KILL then
  1082. local subStorage = getCreatureStorage(cid, storage)
  1083. if subStorage == -1 then
  1084. for i = 1, #status.details / 2 do
  1085. killsCount[i + 1] = 0
  1086. end
  1087. else
  1088. killsCount = tostring(subStorage):explode('_')
  1089. end
  1090. end
  1091.  
  1092. for i = 1, count do
  1093. if status.var == TYPE_KILL and (not killsCount or ((tonumber(killsCount[i + 1]) or 0) < status.details[i * 2])) then
  1094. complete = false
  1095. elseif status.var == TYPE_ITEMBACK and getPlayerItemCount(cid, status.details[i * 2 - 1]) < status.details[i * 2] then
  1096. complete = false
  1097. end
  1098.  
  1099. if status.var == TYPE_KILL then
  1100. detail = detail .. math.max(0, (basicCount and status.details[i * 2] or tonumber(killsCount[i + 1]))) .. 'x of ' .. status.details[i * 2 - 1]
  1101. elseif status.var == TYPE_ITEMBACK then
  1102. detail = detail .. status.details[i * 2] .. 'x of ' .. getItemNameById(status.details[i * 2 - 1])
  1103. end
  1104.  
  1105. if i < count - 1 and count > 2 then
  1106. detail = detail .. ', '
  1107. elseif i == count - 1 and count > 1 then
  1108. detail = detail .. ' and '
  1109. end
  1110. end
  1111.  
  1112. return detail, complete
  1113. end
  1114.  
  1115. function getDescription(status, killsCount, target)
  1116. local killedMessage, detail = '', ''
  1117. local count = #status.details / 2
  1118. local complete = true
  1119. local total = {0, 0}
  1120. local found = false
  1121. for i = 1, count do
  1122. if target and getCreatureName(target):lower() == status.details[i * 2 - 1]:lower() then
  1123. killsCount[i + 1] = (tonumber(killsCount[i + 1]) or 0) + 1
  1124. found = true
  1125. end
  1126.  
  1127. total[1] = total[1] + status.details[i * 2]
  1128. total[2] = total[2] + tonumber(killsCount[i + 1])
  1129.  
  1130. detail = detail .. '_' .. killsCount[i + 1]
  1131. killedMessage = killedMessage .. killsCount[i + 1] .. 'x of ' .. status.details[i * 2 - 1]
  1132. if i < count - 1 and count > 2 then
  1133. killedMessage = killedMessage .. ', '
  1134. elseif i == count - 1 and count > 1 then
  1135. killedMessage = killedMessage .. ' and '
  1136. end
  1137.  
  1138. if complete and tonumber(killsCount[i + 1]) < status.details[i * 2] then
  1139. complete = false
  1140. end
  1141. end
  1142.  
  1143. return killedMessage, total, detail, complete, found
  1144. end
  1145.  
  1146. ]]></config>
  1147.  
  1148. <event type="kill" name="newTasksKilling" event="script"><![CDATA[
  1149. domodlib('gaidens_conf')
  1150.  
  1151. function onKill(cid, target)
  1152. if isMonster(target) and isPlayer(cid) then
  1153. for _, v in pairs(superUberDuperTaskList) do
  1154. local value = tonumber(getCreatureStorage(cid, v.storage))
  1155. local status = v[value]
  1156. if status and status.var == TYPE_KILL then
  1157. local subStorage, killsCount = getCreatureStorage(cid, v.storage + 100), {}
  1158. if subStorage == -1 then
  1159. for i = 1, #status.details / 2 do
  1160. killsCount[i + 1] = 0
  1161. end
  1162. else
  1163. killsCount = tostring(subStorage):explode('_')
  1164. end
  1165.  
  1166. local killedMessage, total, detail, complete, found = getDescription(status, killsCount, target)
  1167. if detail ~= '' and found then
  1168. doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, 'You killed ' .. killedMessage .. ' [' .. total[2] .. ' / ' .. total[1] .. '].')
  1169.  
  1170. if complete then
  1171. status = v[value + 1]
  1172. doCreatureSetStorage(cid, v.storage + 100, -1)
  1173. doCreatureSetStorage(cid, v.storage, value + 1)
  1174.  
  1175. updateRewards(cid, v)
  1176.  
  1177. if status then
  1178. local detail, complete = getDetails(cid, status, v.storage + 100, true)
  1179. if status.var == TYPE_KILL then
  1180. doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, 'You have already started a mission where you must kill ' .. detail .. '.')
  1181. elseif status.var == TYPE_ITEMBACK then
  1182. doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, 'You have already started a mission where you must gather ' .. detail .. '. Come back to ' .. _ .. ' when you get it all.')
  1183. end
  1184. end
  1185. else
  1186. doCreatureSetStorage(cid, v.storage + 100, detail)
  1187. end
  1188. end
  1189. end
  1190. end
  1191. end
  1192.  
  1193. return true
  1194. end
  1195. ]]></event>
  1196.  
  1197. <talkaction words='!mission' event='script'><![CDATA[
  1198. domodlib('gaidens_conf')
  1199.  
  1200. function onSay(cid, words, param, channel)
  1201. local message = ''
  1202. for name, v in pairs(superUberDuperTaskList) do
  1203. local value = tonumber(getCreatureStorage(cid, v.storage))
  1204. local status = v[value]
  1205. local started = true
  1206. local finished = false
  1207. if not status then
  1208. if value > 0 then
  1209. finished = true
  1210. else
  1211. status = v[1]
  1212. started = false
  1213. end
  1214. end
  1215.  
  1216. if message ~= '' then
  1217. message = message .. '\n\n'
  1218. end
  1219.  
  1220. message = message .. name .. ' [' .. (started and value or 0) .. ' / ' .. #v .. ']\n'
  1221. if finished then
  1222. message = message .. 'Finished.'
  1223. elseif status.var == TYPE_KILL then
  1224. local subStorage, killsCount = getCreatureStorage(cid, v.storage + 100), {}
  1225. if subStorage == -1 then
  1226. for i = 1, #status.details / 2 do
  1227. killsCount[i + 1] = 0
  1228. end
  1229. else
  1230. killsCount = tostring(subStorage):explode('_')
  1231. end
  1232.  
  1233. local killedMessage, total, description, complete, found = getDescription(status, killsCount)
  1234. if complete then
  1235. message = message .. 'You finished ' .. name .. '.'
  1236. else
  1237. message = message .. 'You killed ' .. killedMessage .. ' [' .. total[2] .. ' / ' .. total[1] .. ']'
  1238. end
  1239. elseif status.var == TYPE_ITEMBACK then
  1240. local detail, complete = getDetails(cid, status)
  1241. message = message .. 'Bring ' .. detail
  1242. end
  1243.  
  1244. message = message .. '.'
  1245.  
  1246. if not started then
  1247. message = message .. ' [not started yet]'
  1248. end
  1249. end
  1250.  
  1251. doPlayerPopupFYI(cid, message)
  1252. return true
  1253. end
  1254.  
  1255. ]]></talkaction>
  1256.  
  1257. <event type="login" name="newtaskLogin" event="script"><![CDATA[
  1258.  
  1259. function onLogin(cid)
  1260. registerCreatureEvent(cid, 'newTasksKilling')
  1261. return true
  1262. end
  1263. ]]></event>
  1264. </mod>
Advertisement
Add Comment
Please, Sign In to add comment