Advertisement
Guest User

Untitled

a guest
Mar 8th, 2016
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.52 KB | None | 0 0
  1. "Drops"
  2. {
  3. //===============================================
  4. // ItemDrops UI Configuration
  5. //===============================================
  6.  
  7. "MaxTime" "60"
  8. "MaxDropsOnScreen" "3"
  9.  
  10. "ItemQualityColors"
  11. {
  12. "artifact" "#FFA500" //Orange
  13. "epic" "#8847FF" //Purple
  14. "rare" "#4B69FF" //Blue
  15. "common" "#00FF00" //Lime Green
  16. "component" "#FFFFFF" //White
  17. "consumable" "#FFFFFF" //White
  18. }
  19.  
  20. // Don't fire the item_drop event for these
  21. "ExcludedQualities"
  22. {
  23. "consumable" "1"
  24. "component" "1"
  25. }
  26.  
  27. //===============================================
  28. // Roll Drops Configuration
  29. // Zone Specific
  30. //===============================================
  31.  
  32. //===============================================
  33. // Titans
  34. //===============================================
  35.  
  36. "titan_Avatar_of_Earth"
  37. {
  38. "1"
  39. {
  40. "ItemSets"
  41. {
  42. "1" "item_boots_of_agility_16"
  43. "2" "item_cloak_of_flames_25"
  44. "3" "item_gauntlets_of_might_16"
  45. "4" "item_orb_of_mana"
  46. "5" "item_life_gem"
  47. "6" "item_firehand_gauntlets_20"
  48. "7" "item_robes_of_enlightenment_16"
  49. }
  50. "Chance" "100"
  51. }
  52. }
  53. "titan_Avatar_of_Nature"
  54. {
  55. "1"
  56. {
  57. "ItemSets"
  58. {
  59. "1" "item_boots_of_agility_16"
  60. "2" "item_heros_blade"
  61. "3" "item_gauntlets_of_might_16"
  62. "4" "item_orb_of_mana"
  63. "5" "item_ring_of_spell_power"
  64. "6" "item_heros_hauberk"
  65. "7" "item_robes_of_enlightenment_16"
  66. "8" "item_ring_of_healing_power"
  67. }
  68. "Chance" "100"
  69. }
  70. }
  71. "titan_Avatar_of_Justice"
  72. {
  73. "1"
  74. {
  75. "ItemSets"
  76. {
  77. "1" "item_boots_of_agility_16"
  78. "2" "item_cloak_of_flames_25"
  79. "3" "item_gauntlets_of_might_16"
  80. "4" "item_orb_of_mana"
  81. "5" "item_life_gem"
  82. "6" "item_firehand_gauntlets_20"
  83. "7" "item_robes_of_enlightenment_16"
  84. }
  85. "Chance" "100"
  86. }
  87. }
  88. "titan_Avatar_of_Death"
  89. {
  90. "1"
  91. {
  92. "ItemSets"
  93. {
  94. "1" "item_ring_of_regeneration"
  95. "2" "item_tbr_ring_of_health"
  96. "3" "item_pendant_of_energy"
  97. }
  98. "Chance" "100"
  99. }
  100. }
  101. "titan_Avatar_of_the_Sky"
  102. {
  103. "1"
  104. {
  105. "ItemSets"
  106. {
  107. "1" "item_ring_of_regeneration"
  108. "2" "item_tbr_ring_of_health"
  109. "3" "item_pendant_of_energy"
  110. }
  111. "Chance" "100"
  112. }
  113. }
  114. "titan_Avatar_of_Sacrifice"
  115. {
  116. "1"
  117. {
  118. "ItemSets"
  119. {
  120. "1" "item_ring_of_regeneration"
  121. "2" "item_tbr_ring_of_health"
  122. "3" "item_pendant_of_energy"
  123. }
  124. "Chance" "100"
  125. }
  126. }
  127. "titan_Avatar_of_the_Sea"
  128. {
  129. "1"
  130. {
  131. "ItemSets"
  132. {
  133. "1" "item_ring_of_regeneration"
  134. "2" "item_tbr_ring_of_health"
  135. "3" "item_pendant_of_energy"
  136. }
  137. "Chance" "100"
  138. }
  139. }
  140. "titan_Mother_of_Earth"
  141. {
  142. "1"
  143. {
  144. "ItemSets"
  145. {
  146. "1" "item_ring_of_regeneration"
  147. "2" "item_tbr_ring_of_health"
  148. "3" "item_pendant_of_energy"
  149. }
  150. "Chance" "100"
  151. }
  152. }
  153.  
  154. //===============================================
  155. // Demon Area
  156. //===============================================
  157.  
  158. "demon_imp" // noob tier
  159. {
  160. "1"
  161. {
  162. "Item" "item_potion_of_minor_healing"
  163. "Chance" "10"
  164. }
  165. "2"
  166. {
  167. "Item" "item_gold_bag_100"
  168. "Chance" "10"
  169. }
  170. "3"
  171. {
  172. "ItemSets"
  173. {
  174. "1" "item_talisman_of_health"
  175. "2" "item_ring_of_regeneration"
  176. "3" "item_apprentice_robes"
  177. "4" "item_hard_leather_armor"
  178. "5" "item_ring_mail"
  179. }
  180. "Chance" "3"
  181. }
  182. }
  183.  
  184. "demon_hound" // noob tier
  185. {
  186. "1"
  187. {
  188. "Item" "item_potion_of_minor_healing"
  189. "Chance" "10"
  190. }
  191. "2"
  192. {
  193. "Item" "item_potion_of_minor_healing"
  194. "Chance" "10"
  195. }
  196. "3"
  197. {
  198. "Item" "item_gold_bag_100"
  199. "Chance" "10"
  200. }
  201. "4"
  202. {
  203. "ItemSets"
  204. {
  205. "1" "item_talisman_of_health"
  206. "2" "item_ring_of_regeneration"
  207. "3" "item_apprentice_robes"
  208. "4" "item_hard_leather_armor"
  209. "5" "item_ring_mail"
  210. }
  211. "Chance" "8"
  212. }
  213. }
  214.  
  215. "demon_fire" // noob tier
  216. {
  217. "1"
  218. {
  219. "Item" "item_potion_of_minor_healing"
  220. "Chance" "10"
  221. }
  222. "2"
  223. {
  224. "Item" "item_potion_of_minor_healing"
  225. "Chance" "10"
  226. }
  227. "3"
  228. {
  229. "Item" "item_gold_bag_100"
  230. "Chance" "10"
  231. }
  232. "4"
  233. {
  234. "ItemSets"
  235. {
  236. "1" "item_talisman_of_health"
  237. "2" "item_ring_of_regeneration"
  238. "3" "item_apprentice_robes"
  239. "4" "item_hard_leather_armor"
  240. "5" "item_ring_mail"
  241. }
  242. "Chance" "5"
  243. }
  244. }
  245.  
  246. "forest_bear" // tier 1
  247. {
  248. "1"
  249. {
  250. "ItemSets"
  251. {
  252. "1" "item_ring_of_regeneration"
  253. "2" "item_boots_of_agility_8"
  254. "3" "item_tbr_broadsword"
  255. "4" "item_tbr_circlet_of_nobility"
  256. "5" "item_cloak_of_flames_25"
  257. "6" "item_firehand_gauntlets_20"
  258. "7" "item_gauntlets_of_might_8"
  259. "8" "item_mail_shirt"
  260. "9" "item_pendant_of_energy" // This item doesn't exist, needs to be made
  261. "10" "item_ring_of_dodging"
  262. "11" "item_tbr_ring_of_health" // This item doesn't exist, needs to be made
  263. "12" "item_ring_of_vigor"
  264. "13" "item_robes_of_enlightenment_8"
  265. "14" "item_wand_of_healing_power"
  266. "15" "item_wand_of_spell_power"
  267. }
  268. "Chance" "5" //of dropping 1 of the set
  269. }
  270. "2"
  271. {
  272. "ItemSets"
  273. {
  274. "1" "item_potion_of_lesser_healing"
  275. "2" "item_potion_of_lesser_mana"
  276. }
  277. "Chance" "10" //of dropping 1 of the set
  278. }
  279. }
  280.  
  281. "nukacha"
  282. {
  283. "1"
  284. {
  285. "ItemSets"
  286. {
  287. "1" "item_ring_of_regeneration"
  288. "2" "item_tbr_ring_of_health"
  289. "3" "item_pendant_of_energy"
  290. //"4" "item_goldbag" // It spawns between 1 to 6 Gold Bags of 50 gold each
  291. }
  292. "Chance" "100"
  293. }
  294. }
  295.  
  296. //===============================================
  297. // Goblin Area
  298. //===============================================
  299.  
  300. "goblin" // tier 1
  301. {
  302. "1"
  303. {
  304. "ItemSets"
  305. {
  306. "1" "item_ring_of_regeneration"
  307. "2" "item_boots_of_agility_8"
  308. "3" "item_tbr_broadsword"
  309. "4" "item_tbr_circlet_of_nobility"
  310. "5" "item_cloak_of_flames_25"
  311. "6" "item_firehand_gauntlets_20"
  312. "7" "item_gauntlets_of_might_8"
  313. "8" "item_mail_shirt"
  314. "9" "item_pendant_of_energy" // This item doesn't exist, needs to be made
  315. "10" "item_ring_of_dodging"
  316. "11" "item_tbr_ring_of_health" // This item doesn't exist, needs to be made
  317. "12" "item_ring_of_vigor"
  318. "13" "item_robes_of_enlightenment_8"
  319. "14" "item_wand_of_healing_power"
  320. "15" "item_wand_of_spell_power"
  321. }
  322. "Chance" "5" //of dropping 1 of the set
  323. }
  324. "2"
  325. {
  326. "ItemSets"
  327. {
  328. "1" "item_potion_of_lesser_healing"
  329. "2" "item_potion_of_lesser_mana"
  330. }
  331. "Chance" "10" //of dropping 1 of the set
  332. }
  333. }
  334.  
  335. "shaman" // tier 1
  336. {
  337. "1"
  338. {
  339. "ItemSets"
  340. {
  341. "1" "item_ring_of_regeneration"
  342. "2" "item_boots_of_agility_8"
  343. "3" "item_tbr_broadsword"
  344. "4" "item_tbr_circlet_of_nobility"
  345. "5" "item_cloak_of_flames_25"
  346. "6" "item_firehand_gauntlets_20"
  347. "7" "item_gauntlets_of_might_8"
  348. "8" "item_mail_shirt"
  349. "9" "item_pendant_of_energy" // This item doesn't exist, needs to be made
  350. "10" "item_ring_of_dodging"
  351. "11" "item_tbr_ring_of_health" // This item doesn't exist, needs to be made
  352. "12" "item_ring_of_vigor"
  353. "13" "item_robes_of_enlightenment_8"
  354. "14" "item_wand_of_healing_power"
  355. "15" "item_wand_of_spell_power"
  356. }
  357. "Chance" "5" //of dropping 1 of the set
  358. }
  359. "2"
  360. {
  361. "ItemSets"
  362. {
  363. "1" "item_potion_of_lesser_healing"
  364. "2" "item_potion_of_lesser_mana"
  365. }
  366. "Chance" "10" //of dropping 1 of the set
  367. }
  368. }
  369. //===============================================
  370. // Black Goblin Area
  371. //===============================================
  372.  
  373. "black_goblin" // tier 1
  374. {
  375. "1"
  376. {
  377. "ItemSets"
  378. {
  379. "1" "item_ring_of_regeneration"
  380. "2" "item_boots_of_agility_8"
  381. "3" "item_tbr_broadsword"
  382. "4" "item_tbr_circlet_of_nobility"
  383. "5" "item_cloak_of_flames_25"
  384. "6" "item_firehand_gauntlets_20"
  385. "7" "item_gauntlets_of_might_8"
  386. "8" "item_mail_shirt"
  387. "9" "item_pendant_of_energy" // This item doesn't exist, needs to be made
  388. "10" "item_ring_of_dodging"
  389. "11" "item_tbr_ring_of_health" // This item doesn't exist, needs to be made
  390. "12" "item_ring_of_vigor"
  391. "13" "item_robes_of_enlightenment_8"
  392. "14" "item_wand_of_healing_power"
  393. "15" "item_wand_of_spell_power"
  394. }
  395. "Chance" "5" //of dropping 1 of the set
  396. }
  397. "2"
  398. {
  399. "ItemSets"
  400. {
  401. "1" "item_potion_of_lesser_healing"
  402. "2" "item_potion_of_lesser_mana"
  403. }
  404. "Chance" "10" //of dropping 1 of the set
  405. }
  406. }
  407.  
  408. "black_shaman" // tier 1
  409. {
  410. "1"
  411. {
  412. "ItemSets"
  413. {
  414. "1" "item_ring_of_regeneration"
  415. "2" "item_boots_of_agility_8"
  416. "3" "item_tbr_broadsword"
  417. "4" "item_tbr_circlet_of_nobility"
  418. "5" "item_cloak_of_flames_25"
  419. "6" "item_firehand_gauntlets_20"
  420. "7" "item_gauntlets_of_might_8"
  421. "8" "item_mail_shirt"
  422. "9" "item_pendant_of_energy" // This item doesn't exist, needs to be made
  423. "10" "item_ring_of_dodging"
  424. "11" "item_tbr_ring_of_health" // This item doesn't exist, needs to be made
  425. "12" "item_ring_of_vigor"
  426. "13" "item_robes_of_enlightenment_8"
  427. "14" "item_wand_of_healing_power"
  428. "15" "item_wand_of_spell_power"
  429. }
  430. "Chance" "5" //of dropping 1 of the set
  431. }
  432. "2"
  433. {
  434. "ItemSets"
  435. {
  436. "1" "item_potion_of_lesser_healing"
  437. "2" "item_potion_of_lesser_mana"
  438. }
  439. "Chance" "10" //of dropping 1 of the set
  440. }
  441. }
  442.  
  443. "ogre" // tier 1
  444. {
  445. "1"
  446. {
  447. "ItemSets"
  448. {
  449. "1" "item_ring_of_regeneration"
  450. "2" "item_boots_of_agility_8"
  451. "3" "item_tbr_broadsword"
  452. "4" "item_tbr_circlet_of_nobility"
  453. "5" "item_cloak_of_flames_25"
  454. "6" "item_firehand_gauntlets_20"
  455. "7" "item_gauntlets_of_might_8"
  456. "8" "item_mail_shirt"
  457. "9" "item_pendant_of_energy" // This item doesn't exist, needs to be made
  458. "10" "item_ring_of_dodging"
  459. "11" "item_tbr_ring_of_health" // This item doesn't exist, needs to be made
  460. "12" "item_ring_of_vigor"
  461. "13" "item_robes_of_enlightenment_8"
  462. "14" "item_wand_of_healing_power"
  463. "15" "item_wand_of_spell_power"
  464. }
  465. "Chance" "5" //of dropping 1 of the set
  466. }
  467. "2"
  468. {
  469. "ItemSets"
  470. {
  471. "1" "item_potion_of_lesser_healing"
  472. "2" "item_potion_of_lesser_mana"
  473. }
  474. "Chance" "10" //of dropping 1 of the set
  475. }
  476. }
  477.  
  478. "rokthul"
  479. {
  480. "1"
  481. {
  482. "ItemSets"
  483. {
  484. "1" "item_boots_of_agility_8"
  485. "2" "item_medallion_of_stamina"
  486. "3" "item_pendant_of_mana"
  487. "4" "item_gauntlets_of_might_8"
  488. "5" "item_robes_of_enlightenment_8"
  489. "6" "item_tbr_circlet_of_nobility"
  490. }
  491. "Chance" "100"
  492. }
  493. }
  494. //===============================================
  495. // Bandit Area
  496. //===============================================
  497.  
  498. "bandit" // tier 1
  499. {
  500. "1"
  501. {
  502. "ItemSets"
  503. {
  504. "1" "item_ring_of_regeneration"
  505. "2" "item_boots_of_agility_8"
  506. "3" "item_tbr_broadsword"
  507. "4" "item_tbr_circlet_of_nobility"
  508. "5" "item_cloak_of_flames_25"
  509. "6" "item_firehand_gauntlets_20"
  510. "7" "item_gauntlets_of_might_8"
  511. "8" "item_mail_shirt"
  512. "9" "item_pendant_of_energy" // This item doesn't exist, needs to be made
  513. "10" "item_ring_of_dodging"
  514. "11" "item_tbr_ring_of_health" // This item doesn't exist, needs to be made
  515. "12" "item_ring_of_vigor"
  516. "13" "item_robes_of_enlightenment_8"
  517. "14" "item_wand_of_healing_power"
  518. "15" "item_wand_of_spell_power"
  519. }
  520. "Chance" "5" //of dropping 1 of the set
  521. }
  522. "2"
  523. {
  524. "ItemSets"
  525. {
  526. "1" "item_potion_of_lesser_healing"
  527. "2" "item_potion_of_lesser_mana"
  528. }
  529. "Chance" "10" //of dropping 1 of the set
  530. }
  531. }
  532.  
  533. "mance_swiftsword"
  534. {
  535. "1"
  536. {
  537. "ItemSets"
  538. {
  539. "1" "item_pendant_of_energy"
  540. "2" "item_tbr_ring_of_health"
  541. "3" "item_orb_of_unending_life"
  542. "4" "item_ring_of_vigor"
  543. //"5" "item_goldbag" // drops between 1 to 12 goldbags of 50 gold each
  544. }
  545. "Chance" "100"
  546. }
  547. }
  548. //===============================================
  549. // Spider Area
  550. //===============================================
  551.  
  552. "forest_spider" // tier 1
  553. {
  554. "1"
  555. {
  556. "ItemSets"
  557. {
  558. "1" "item_ring_of_regeneration"
  559. "2" "item_boots_of_agility_8"
  560. "3" "item_tbr_broadsword"
  561. "4" "item_tbr_circlet_of_nobility"
  562. "5" "item_cloak_of_flames_25"
  563. "6" "item_firehand_gauntlets_20"
  564. "7" "item_gauntlets_of_might_8"
  565. "8" "item_mail_shirt"
  566. "9" "item_pendant_of_energy" // This item doesn't exist, needs to be made
  567. "10" "item_ring_of_dodging"
  568. "11" "item_tbr_ring_of_health" // This item doesn't exist, needs to be made
  569. "12" "item_ring_of_vigor"
  570. "13" "item_robes_of_enlightenment_8"
  571. "14" "item_wand_of_healing_power"
  572. "15" "item_wand_of_spell_power"
  573. }
  574. "Chance" "5" //of dropping 1 of the set
  575. }
  576. "2"
  577. {
  578. "ItemSets"
  579. {
  580. "1" "item_potion_of_lesser_healing"
  581. "2" "item_potion_of_lesser_mana"
  582. }
  583. "Chance" "10" //of dropping 1 of the set
  584. }
  585. }
  586.  
  587. "forest_lurker" // tier 2
  588. {
  589. "1"
  590. {
  591. "ItemSets"
  592. {
  593. "1" "item_ring_of_regeneration"
  594. "2" "item_boots_of_agility_8"
  595. "3" "item_tbr_broadsword"
  596. "4" "item_tbr_circlet_of_nobility"
  597. "5" "item_cloak_of_flames_25"
  598. "6" "item_firehand_gauntlets_20"
  599. "7" "item_gauntlets_of_might_8"
  600. "8" "item_mail_shirt"
  601. "9" "item_pendant_of_energy" // This item doesn't exist, needs to be made
  602. "10" "item_ring_of_dodging"
  603. "11" "item_tbr_ring_of_health" // This item doesn't exist, needs to be made
  604. "12" "item_ring_of_vigor"
  605. "13" "item_robes_of_enlightenment_8"
  606. "14" "item_wand_of_healing_power"
  607. "15" "item_wand_of_spell_power"
  608. }
  609. "Chance" "5" //of dropping 1 of the set
  610. }
  611. "2"
  612. {
  613. "ItemSets"
  614. {
  615. "1" "item_potion_of_lesser_healing"
  616. "2" "item_potion_of_lesser_mana"
  617. }
  618. "Chance" "10" //of dropping 1 of the set
  619. }
  620. }
  621.  
  622. "giant_spider" // tier 2
  623. {
  624. "1"
  625. {
  626. "ItemSets"
  627. {
  628. "1" "item_ring_of_regeneration"
  629. "2" "item_boots_of_agility_8"
  630. "3" "item_tbr_broadsword"
  631. "4" "item_tbr_circlet_of_nobility"
  632. "5" "item_cloak_of_flames_25"
  633. "6" "item_firehand_gauntlets_20"
  634. "7" "item_gauntlets_of_might_8"
  635. "8" "item_mail_shirt"
  636. "9" "item_pendant_of_energy" // This item doesn't exist, needs to be made
  637. "10" "item_ring_of_dodging"
  638. "11" "item_tbr_ring_of_health" // This item doesn't exist, needs to be made
  639. "12" "item_ring_of_vigor"
  640. "13" "item_robes_of_enlightenment_8"
  641. "14" "item_wand_of_healing_power"
  642. "15" "item_wand_of_spell_power"
  643. }
  644. "Chance" "5" //of dropping 1 of the set
  645. }
  646. "2"
  647. {
  648. "ItemSets"
  649. {
  650. "1" "item_potion_of_lesser_healing"
  651. "2" "item_potion_of_lesser_mana"
  652. }
  653. "Chance" "10" //of dropping 1 of the set
  654. }
  655. }
  656.  
  657. "forest_terror"
  658. {
  659. "1"
  660. {
  661. "ItemSets"
  662. {
  663. "1" "item_boots_of_agility_8"
  664. "2" "item_tbr_broadsword"
  665. "3" "item_mail_shirt"
  666. "4" "item_gauntlets_of_might_8"
  667. "5" "item_robes_of_enlightenment_8"
  668. "6" "item_wand_of_healing_power"
  669. "7" "item_wand_of_spell_power"
  670. }
  671. "Chance" "100"
  672. }
  673. }
  674. //===============================================
  675. // Sea Servant Area
  676. //===============================================
  677.  
  678. "sea_servant_huntsman" // tier 1
  679. {
  680. "1"
  681. {
  682. "ItemSets"
  683. {
  684. "1" "item_ring_of_regeneration"
  685. "2" "item_boots_of_agility_8"
  686. "3" "item_tbr_broadsword"
  687. "4" "item_tbr_circlet_of_nobility"
  688. "5" "item_cloak_of_flames_25"
  689. "6" "item_firehand_gauntlets_20"
  690. "7" "item_gauntlets_of_might_8"
  691. "8" "item_mail_shirt"
  692. "9" "item_pendant_of_energy" // This item doesn't exist, needs to be made
  693. "10" "item_ring_of_dodging"
  694. "11" "item_tbr_ring_of_health" // This item doesn't exist, needs to be made
  695. "12" "item_ring_of_vigor"
  696. "13" "item_robes_of_enlightenment_8"
  697. "14" "item_wand_of_healing_power"
  698. "15" "item_wand_of_spell_power"
  699. }
  700. "Chance" "5" //of dropping 1 of the set
  701. }
  702. "2"
  703. {
  704. "ItemSets"
  705. {
  706. "1" "item_potion_of_lesser_healing"
  707. "2" "item_potion_of_lesser_mana"
  708. }
  709. "Chance" "10" //of dropping 1 of the set
  710. }
  711. }
  712. "sea_servant_wavecaller" // tier 2
  713. {
  714. "1"
  715. {
  716. "ItemSets"
  717. {
  718. "1" "item_ring_of_regeneration"
  719. "2" "item_boots_of_agility_8"
  720. "3" "item_tbr_broadsword"
  721. "4" "item_tbr_circlet_of_nobility"
  722. "5" "item_cloak_of_flames_25"
  723. "6" "item_firehand_gauntlets_20"
  724. "7" "item_gauntlets_of_might_8"
  725. "8" "item_mail_shirt"
  726. "9" "item_pendant_of_energy" // This item doesn't exist, needs to be made
  727. "10" "item_ring_of_dodging"
  728. "11" "item_tbr_ring_of_health" // This item doesn't exist, needs to be made
  729. "12" "item_ring_of_vigor"
  730. "13" "item_robes_of_enlightenment_8"
  731. "14" "item_wand_of_healing_power"
  732. "15" "item_wand_of_spell_power"
  733. }
  734. "Chance" "5" //of dropping 1 of the set
  735. }
  736. "2"
  737. {
  738. "ItemSets"
  739. {
  740. "1" "item_potion_of_lesser_healing"
  741. "2" "item_potion_of_lesser_mana"
  742. }
  743. "Chance" "10" //of dropping 1 of the set
  744. }
  745. }
  746.  
  747. //===============================================
  748. // Mountain Wolf Area
  749. //===============================================
  750.  
  751. "mountain_wolf"
  752. {
  753. "1"
  754. {
  755. "ItemSets"
  756. {
  757. "1" "item_ring_of_regeneration"
  758. "2" "item_boots_of_agility_8"
  759. "3" "item_tbr_broadsword"
  760. "4" "item_tbr_circlet_of_nobility"
  761. "5" "item_cloak_of_flames_25"
  762. "6" "item_firehand_gauntlets_20"
  763. "7" "item_gauntlets_of_might_8"
  764. "8" "item_mail_shirt"
  765. "9" "item_pendant_of_energy" // This item doesn't exist, needs to be made
  766. "10" "item_ring_of_dodging"
  767. "11" "item_tbr_ring_of_health" // This item doesn't exist, needs to be made
  768. "12" "item_ring_of_vigor"
  769. "13" "item_robes_of_enlightenment_8"
  770. "14" "item_wand_of_healing_power"
  771. "15" "item_wand_of_spell_power"
  772. }
  773. "Chance" "5" //of dropping 1 of the set
  774. }
  775. "2"
  776. {
  777. "ItemSets"
  778. {
  779. "1" "item_potion_of_lesser_healing"
  780. "2" "item_potion_of_lesser_mana"
  781. }
  782. "Chance" "10" //of dropping 1 of the set
  783. }
  784. }
  785.  
  786. //===============================================
  787. // Minotaur Area
  788. //===============================================
  789.  
  790. "minotaur_grunt" // tier 1
  791. {
  792. "1"
  793. {
  794. "ItemSets"
  795. {
  796. "1" "item_ring_of_regeneration"
  797. "2" "item_boots_of_agility_8"
  798. "3" "item_tbr_broadsword"
  799. "4" "item_tbr_circlet_of_nobility"
  800. "5" "item_cloak_of_flames_25"
  801. "6" "item_firehand_gauntlets_20"
  802. "7" "item_gauntlets_of_might_8"
  803. "8" "item_mail_shirt"
  804. "9" "item_pendant_of_energy" // This item doesn't exist, needs to be made
  805. "10" "item_ring_of_dodging"
  806. "11" "item_tbr_ring_of_health" // This item doesn't exist, needs to be made
  807. "12" "item_ring_of_vigor"
  808. "13" "item_robes_of_enlightenment_8"
  809. "14" "item_wand_of_healing_power"
  810. "15" "item_wand_of_spell_power"
  811. }
  812. "Chance" "5" //of dropping 1 of the set
  813. }
  814. "2"
  815. {
  816. "ItemSets"
  817. {
  818. "1" "item_potion_of_lesser_healing"
  819. "2" "item_potion_of_lesser_mana"
  820. }
  821. "Chance" "10" //of dropping 1 of the set
  822. }
  823. }
  824.  
  825. "minotaur_warlock" // tier 2
  826. {
  827. "1"
  828. {
  829. "ItemSets"
  830. {
  831. "1" "item_ring_of_regeneration"
  832. "2" "item_boots_of_agility_8"
  833. "3" "item_tbr_broadsword"
  834. "4" "item_tbr_circlet_of_nobility"
  835. "5" "item_cloak_of_flames_25"
  836. "6" "item_firehand_gauntlets_20"
  837. "7" "item_gauntlets_of_might_8"
  838. "8" "item_mail_shirt"
  839. "9" "item_pendant_of_energy" // This item doesn't exist, needs to be made
  840. "10" "item_ring_of_dodging"
  841. "11" "item_tbr_ring_of_health" // This item doesn't exist, needs to be made
  842. "12" "item_ring_of_vigor"
  843. "13" "item_robes_of_enlightenment_8"
  844. "14" "item_wand_of_healing_power"
  845. "15" "item_wand_of_spell_power"
  846. }
  847. "Chance" "5" //of dropping 1 of the set
  848. }
  849. "2"
  850. {
  851. "ItemSets"
  852. {
  853. "1" "item_potion_of_lesser_healing"
  854. "2" "item_potion_of_lesser_mana"
  855. }
  856. "Chance" "10" //of dropping 1 of the set
  857. }
  858. }
  859.  
  860. "minotaur_beastman" // tier 2
  861. {
  862. "1"
  863. {
  864. "ItemSets"
  865. {
  866. "1" "item_ring_of_regeneration"
  867. "2" "item_boots_of_agility_8"
  868. "3" "item_tbr_broadsword"
  869. "4" "item_tbr_circlet_of_nobility"
  870. "5" "item_cloak_of_flames_25"
  871. "6" "item_firehand_gauntlets_20"
  872. "7" "item_gauntlets_of_might_8"
  873. "8" "item_mail_shirt"
  874. "9" "item_pendant_of_energy" // This item doesn't exist, needs to be made
  875. "10" "item_ring_of_dodging"
  876. "11" "item_tbr_ring_of_health" // This item doesn't exist, needs to be made
  877. "12" "item_ring_of_vigor"
  878. "13" "item_robes_of_enlightenment_8"
  879. "14" "item_wand_of_healing_power"
  880. "15" "item_wand_of_spell_power"
  881. }
  882. "Chance" "5" //of dropping 1 of the set
  883. }
  884. "2"
  885. {
  886. "ItemSets"
  887. {
  888. "1" "item_potion_of_lesser_healing"
  889. "2" "item_potion_of_lesser_mana"
  890. }
  891. "Chance" "10" //of dropping 1 of the set
  892. }
  893. }
  894.  
  895. "giant_of_the_seas" // tier 2 or 3 (its lvl 29)
  896. {
  897. "1"
  898. {
  899. "ItemSets"
  900. {
  901. "1" "item_ring_of_regeneration"
  902. "2" "item_boots_of_agility_8"
  903. "3" "item_tbr_broadsword"
  904. "4" "item_tbr_circlet_of_nobility"
  905. "5" "item_cloak_of_flames_25"
  906. "6" "item_firehand_gauntlets_20"
  907. "7" "item_gauntlets_of_might_8"
  908. "8" "item_mail_shirt"
  909. "9" "item_pendant_of_energy" // This item doesn't exist, needs to be made
  910. "10" "item_ring_of_dodging"
  911. "11" "item_tbr_ring_of_health" // This item doesn't exist, needs to be made
  912. "12" "item_ring_of_vigor"
  913. "13" "item_robes_of_enlightenment_8"
  914. "14" "item_wand_of_healing_power"
  915. "15" "item_wand_of_spell_power"
  916. }
  917. "Chance" "5" //of dropping 1 of the set
  918. }
  919. "2"
  920. {
  921. "ItemSets"
  922. {
  923. "1" "item_potion_of_lesser_healing"
  924. "2" "item_potion_of_lesser_mana"
  925. }
  926. "Chance" "10" //of dropping 1 of the set
  927. }
  928. }
  929. //===============================================
  930. // Area
  931. //===============================================
  932.  
  933. "bandit"
  934. {
  935. "1"
  936. {
  937. "ItemSets"
  938. {
  939. "1" "item_ring_of_regeneration"
  940. "2" "item_boots_of_agility_8"
  941. "3" "item_tbr_broadsword"
  942. "4" "item_tbr_circlet_of_nobility"
  943. "5" "item_cloak_of_flames_25"
  944. "6" "item_firehand_gauntlets_20"
  945. "7" "item_gauntlets_of_might_8"
  946. "8" "item_mail_shirt"
  947. "9" "item_pendant_of_energy" // This item doesn't exist, needs to be made
  948. "10" "item_ring_of_dodging"
  949. "11" "item_tbr_ring_of_health" // This item doesn't exist, needs to be made
  950. "12" "item_ring_of_vigor"
  951. "13" "item_robes_of_enlightenment_8"
  952. "14" "item_wand_of_healing_power"
  953. "15" "item_wand_of_spell_power"
  954. }
  955. "Chance" "5" //of dropping 1 of the set
  956. }
  957. "2"
  958. {
  959. "ItemSets"
  960. {
  961. "1" "item_potion_of_lesser_healing"
  962. "2" "item_potion_of_lesser_mana"
  963. }
  964. "Chance" "10" //of dropping 1 of the set
  965. }
  966. }
  967.  
  968. "bandit"
  969. {
  970. "1"
  971. {
  972. "ItemSets"
  973. {
  974. "1" "item_ring_of_regeneration"
  975. "2" "item_boots_of_agility_8"
  976. "3" "item_tbr_broadsword"
  977. "4" "item_tbr_circlet_of_nobility"
  978. "5" "item_cloak_of_flames_25"
  979. "6" "item_firehand_gauntlets_20"
  980. "7" "item_gauntlets_of_might_8"
  981. "8" "item_mail_shirt"
  982. "9" "item_pendant_of_energy" // This item doesn't exist, needs to be made
  983. "10" "item_ring_of_dodging"
  984. "11" "item_tbr_ring_of_health" // This item doesn't exist, needs to be made
  985. "12" "item_ring_of_vigor"
  986. "13" "item_robes_of_enlightenment_8"
  987. "14" "item_wand_of_healing_power"
  988. "15" "item_wand_of_spell_power"
  989. }
  990. "Chance" "5" //of dropping 1 of the set
  991. }
  992. "2"
  993. {
  994. "ItemSets"
  995. {
  996. "1" "item_potion_of_lesser_healing"
  997. "2" "item_potion_of_lesser_mana"
  998. }
  999. "Chance" "10" //of dropping 1 of the set
  1000. }
  1001. }
  1002.  
  1003. "bandit"
  1004. {
  1005. "1"
  1006. {
  1007. "ItemSets"
  1008. {
  1009. "1" "item_ring_of_regeneration"
  1010. "2" "item_boots_of_agility_8"
  1011. "3" "item_tbr_broadsword"
  1012. "4" "item_tbr_circlet_of_nobility"
  1013. "5" "item_cloak_of_flames_25"
  1014. "6" "item_firehand_gauntlets_20"
  1015. "7" "item_gauntlets_of_might_8"
  1016. "8" "item_mail_shirt"
  1017. "9" "item_pendant_of_energy" // This item doesn't exist, needs to be made
  1018. "10" "item_ring_of_dodging"
  1019. "11" "item_tbr_ring_of_health" // This item doesn't exist, needs to be made
  1020. "12" "item_ring_of_vigor"
  1021. "13" "item_robes_of_enlightenment_8"
  1022. "14" "item_wand_of_healing_power"
  1023. "15" "item_wand_of_spell_power"
  1024. }
  1025. "Chance" "5" //of dropping 1 of the set
  1026. }
  1027. "2"
  1028. {
  1029. "ItemSets"
  1030. {
  1031. "1" "item_potion_of_lesser_healing"
  1032. "2" "item_potion_of_lesser_mana"
  1033. }
  1034. "Chance" "10" //of dropping 1 of the set
  1035. }
  1036. }
  1037.  
  1038. "bandit"
  1039. {
  1040. "1"
  1041. {
  1042. "ItemSets"
  1043. {
  1044. "1" "item_ring_of_regeneration"
  1045. "2" "item_boots_of_agility_8"
  1046. "3" "item_tbr_broadsword"
  1047. "4" "item_tbr_circlet_of_nobility"
  1048. "5" "item_cloak_of_flames_25"
  1049. "6" "item_firehand_gauntlets_20"
  1050. "7" "item_gauntlets_of_might_8"
  1051. "8" "item_mail_shirt"
  1052. "9" "item_pendant_of_energy" // This item doesn't exist, needs to be made
  1053. "10" "item_ring_of_dodging"
  1054. "11" "item_tbr_ring_of_health" // This item doesn't exist, needs to be made
  1055. "12" "item_ring_of_vigor"
  1056. "13" "item_robes_of_enlightenment_8"
  1057. "14" "item_wand_of_healing_power"
  1058. "15" "item_wand_of_spell_power"
  1059. }
  1060. "Chance" "5" //of dropping 1 of the set
  1061. }
  1062. "2"
  1063. {
  1064. "ItemSets"
  1065. {
  1066. "1" "item_potion_of_lesser_healing"
  1067. "2" "item_potion_of_lesser_mana"
  1068. }
  1069. "Chance" "10" //of dropping 1 of the set
  1070. }
  1071. }
  1072.  
  1073. "bandit"
  1074. {
  1075. "1"
  1076. {
  1077. "ItemSets"
  1078. {
  1079. "1" "item_ring_of_regeneration"
  1080. "2" "item_boots_of_agility_8"
  1081. "3" "item_tbr_broadsword"
  1082. "4" "item_tbr_circlet_of_nobility"
  1083. "5" "item_cloak_of_flames_25"
  1084. "6" "item_firehand_gauntlets_20"
  1085. "7" "item_gauntlets_of_might_8"
  1086. "8" "item_mail_shirt"
  1087. "9" "item_pendant_of_energy" // This item doesn't exist, needs to be made
  1088. "10" "item_ring_of_dodging"
  1089. "11" "item_tbr_ring_of_health" // This item doesn't exist, needs to be made
  1090. "12" "item_ring_of_vigor"
  1091. "13" "item_robes_of_enlightenment_8"
  1092. "14" "item_wand_of_healing_power"
  1093. "15" "item_wand_of_spell_power"
  1094. }
  1095. "Chance" "5" //of dropping 1 of the set
  1096. }
  1097. "2"
  1098. {
  1099. "ItemSets"
  1100. {
  1101. "1" "item_potion_of_lesser_healing"
  1102. "2" "item_potion_of_lesser_mana"
  1103. }
  1104. "Chance" "10" //of dropping 1 of the set
  1105. }
  1106. }
  1107. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement