Guest User

item_db2

a guest
Mar 10th, 2015
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.34 KB | None | 0 0
  1. item_db: (
  2. // Items Additional Database
  3. //
  4. /******************************************************************************
  5. ************* Entry structure ************************************************
  6. ******************************************************************************
  7. {
  8. // =================== Mandatory fields ===============================
  9. Id: ID (int)
  10. AegisName: "Aegis_Name" (string, optional if Inherit: true)
  11. Name: "Item Name" (string, optional if Inherit: true)
  12. // =================== Optional fields ================================
  13. Type: Item Type (int, defaults to 3 = etc item)
  14. Buy: Buy Price (int, defaults to Sell * 2)
  15. Sell: Sell Price (int, defaults to Buy / 2)
  16. Weight: Item Weight (int, defaults to 0)
  17. Atk: Attack (int, defaults to 0)
  18. Matk: Magical Attack (int, defaults to 0, ignored in pre-re)
  19. Def: Defense (int, defaults to 0)
  20. Range: Attack Range (int, defaults to 0)
  21. Slots: Slots (int, defaults to 0)
  22. Job: Job mask (int, defaults to all jobs = 0xFFFFFFFF)
  23. Upper: Upper mask (int, defaults to any = 0x3f)
  24. Gender: Gender (int, defaults to both = 2)
  25. Loc: Equip location (int, required value for equipment)
  26. WeaponLv: Weapon Level (int, defaults to 0)
  27. EquipLv: Equip required level (int, defaults to 0)
  28. EquipLv: [min, max] (alternative syntax with min / max level)
  29. Refine: Refineable (boolean, defaults to true)
  30. View: View ID (int, defaults to 0)
  31. BindOnEquip: true/false (boolean, defaults to false)
  32. BuyingStore: true/false (boolean, defaults to false)
  33. Delay: Delay to use item (int, defaults to 0)
  34. KeepAfterUse: true/false (boolean, defaults to false)
  35. Trade: { (defaults to no restrictions)
  36. override: GroupID (int, defaults to 100)
  37. nodrop: true/false (boolean, defaults to false)
  38. notrade: true/false (boolean, defaults to false)
  39. partneroverride: true/false (boolean, defaults to false)
  40. noselltonpc: true/false (boolean, defaults to false)
  41. nocart: true/false (boolean, defaults to false)
  42. nostorage: true/false (boolean, defaults to false)
  43. nogstorage: true/false (boolean, defaults to false)
  44. nomail: true/false (boolean, defaults to false)
  45. noauction: true/false (boolean, defaults to false)
  46. }
  47. Nouse: { (defaults to no restrictions)
  48. override: GroupID (int, defaults to 100)
  49. sitting: true/false (boolean, defaults to false)
  50. }
  51. Stack: [amount, type] (int, defaults to 0)
  52. Sprite: SpriteID (int, defaults to 0)
  53. Script: <"
  54. Script
  55. (it can be multi-line)
  56. ">
  57. OnEquipScript: <" OnEquip Script (can also be multi-line) ">
  58. OnUnequipScript: <" OnUnequip Script (can also be multi-line) ">
  59. // =================== Optional fields (item_db2 only) ================
  60. Inherit: true/false (boolean, if true, inherit the values
  61. that weren't specified, from item_db.conf,
  62. else override it and use default values)
  63. },
  64. ******************************************************************************/
  65.  
  66. // THQ Quest Items
  67. // =============================================================
  68. /*
  69. {
  70. Id: 7950
  71. AegisName: "THG_Membership"
  72. Name: "THG Membership"
  73. Type: 3
  74. Sell: 10
  75. Weight: 10
  76. },
  77. */
  78. /*
  79. {
  80. Id: 7951
  81. AegisName: "Token_Bag"
  82. Name: "Token Bag"
  83. Type: 3
  84. Sell: 10
  85. Weight: 10
  86. },
  87. */
  88. /*
  89. {
  90. Id: 1998
  91. AegisName: "Jeramiah's_Jur"
  92. Name: "Jeramiah's Jur"
  93. Type: 3
  94. Sell: 10
  95. Weight: 10
  96. },
  97. */
  98. /*
  99. {
  100. Id: 1999
  101. AegisName: "Zed's_Staff"
  102. Name: "Zed's Staff"
  103. Type: 3
  104. Sell: 10
  105. Weight: 10
  106. },
  107. */
  108. // Official Event Items that had their Effects removed after the event was completed
  109. /*
  110. {
  111. Id: 585
  112. AegisName: "Wurst"
  113. Name: "Brusti"
  114. Type: 11
  115. Buy: 2
  116. Weight: 40
  117. Script: <"
  118. itemheal rand(15,20),0;
  119. itemskill PR_MAGNIFICAT,3;
  120. ">
  121. },
  122. */
  123. /*
  124. {
  125. Id: 679
  126. AegisName: "Gold_Pill"
  127. Name: "Pilule"
  128. Type: 0
  129. Buy: 5000
  130. Weight: 300
  131. Script: <" percentheal 50,50; ">
  132. },
  133. */
  134. /*
  135. {
  136. Id: 2681
  137. AegisName: "Republic_Ring"
  138. Name: "Republic Anniversary Ring"
  139. Type: 5
  140. Buy: 20
  141. Weight: 100
  142. Loc: 136
  143. Refine: false
  144. Script: <" bonus bAllStats,3; ">
  145. },
  146. */
  147. /*
  148. {
  149. Id: 5134
  150. AegisName: "Pumpkin_Hat"
  151. Name: "Pumpkin-Head"
  152. Type: 5
  153. Buy: 20
  154. Weight: 200
  155. Def: 2
  156. Loc: 256
  157. View: 206
  158. Script: <" bonus2 bSubRace,RC_Demon,5; ">
  159. },
  160. */
  161. /*
  162. {
  163. Id: 5136
  164. AegisName: "Santa's_Hat_"
  165. Name: "Louise's Santa Hat"
  166. Type: 5
  167. Buy: 20
  168. Weight: 100
  169. Def: 3
  170. Loc: 256
  171. View: 20
  172. Script: <"
  173. bonus bMdef,1;
  174. bonus bLuk,1;
  175. bonus3 bAutoSpellWhenHit,AL_HEAL,3,50;
  176. bonus3 bAutoSpellWhenHit,AL_BLESSING,10,50;
  177. ">
  178. },
  179. */
  180. /*
  181. {
  182. Id: 5145
  183. AegisName: "Carnival_Joker_Jester"
  184. Name: "Carnival Jester"
  185. Type: 5
  186. Buy: 10
  187. Weight: 100
  188. Loc: 256
  189. View: 89
  190. Script: <" bonus bAllStats,3; ">
  191. },
  192. */
  193. /*
  194. {
  195. Id: 5147
  196. AegisName: "Baseball_Cap"
  197. Name: "Baseball Cap"
  198. Type: 5
  199. Buy: 0
  200. Weight: 200
  201. Def: 3
  202. Loc: 256
  203. View: 216
  204. Script: <"
  205. bonus2 bExpAddRace,RC_Boss,50;
  206. bonus2 bExpAddRace,RC_NonBoss,50;
  207. ">
  208. },
  209. */
  210. /*
  211. {
  212. Id: 5201
  213. AegisName: "Party_Hat_B"
  214. Name: "2nd Anniversary Party Hat"
  215. Type: 5
  216. Buy: 20
  217. Weight: 300
  218. Def: 3
  219. Loc: 256
  220. View: 144
  221. Script: <" bonus bAllStats,3; ">
  222. },
  223. */
  224. /*
  225. {
  226. Id: 5202
  227. AegisName: "Pumpkin_Hat_"
  228. Name: "Pumpkin Hat"
  229. Type: 5
  230. Buy: 20
  231. Weight: 200
  232. Def: 2
  233. Loc: 256
  234. View: 206
  235. Script: <"
  236. bonus bAllStats,2;
  237. bonus2 bSubRace,RC_Demon,5;
  238. bonus3 bAddMonsterDropItem,529,RC_DemiHuman,1500;
  239. ">
  240. },
  241. */
  242. /*
  243. {
  244. Id: 5204
  245. AegisName: "Event_Pierrot_Nose"
  246. Name: "Rudolf's Red Nose"
  247. Type: 5
  248. Buy: 20
  249. Weight: 100
  250. Loc: 1
  251. Refine: false
  252. View: 49
  253. Script: <"
  254. bonus2 bResEff,Eff_Blind,3000;
  255. bonus2 bAddMonsterDropItem,12130,30;
  256. ">
  257. },
  258. */
  259. /*
  260. {
  261. Id: 5264
  262. AegisName: "Aussie_Flag_Hat"
  263. Name: "Australian Flag Hat"
  264. Type: 5
  265. Buy: 20
  266. Weight: 500
  267. Def: 4
  268. Loc: 256
  269. View: 304
  270. Script: <" bonus bAllStats,2; ">
  271. },
  272. */
  273. /*
  274. {
  275. Id: 5356
  276. AegisName: "Pumpkin_Hat_H"
  277. Name: "Pumpkin Hat"
  278. Type: 5
  279. Buy: 20
  280. Weight: 200
  281. Def: 2
  282. Loc: 256
  283. View: 206
  284. Script: <"
  285. bonus bAllStats,2;
  286. bonus2 bSubRace,RC_Demon,5;
  287. bonus2 bMagicAddRace,RC_Demon,5;
  288. ">
  289. },
  290. */
  291. /*
  292. {
  293. Id: 5811
  294. AegisName: "Santa_Beard"
  295. Name: "Santa Beard"
  296. Type: 5
  297. Buy: 20
  298. Weight: 100
  299. Def: 5
  300. Loc: 1
  301. Refine: false
  302. View: 25
  303. Script: <" bonus2 bSubRace,RC_Brute,5; ">
  304. },
  305. */
  306. /*
  307. {
  308. Id: 11702
  309. AegisName: "Moon_Cookie"
  310. Name: "Moon Cookie"
  311. Type: 11
  312. Buy: 0
  313. Weight: 10
  314. Script: <"
  315. sc_end SC_POISON;
  316. sc_end SC_SILENCE;
  317. sc_end SC_BLIND;
  318. sc_end SC_CONFUSION;
  319. sc_end SC_CURSE;
  320. sc_end SC_ILLUSION;
  321. itemskill AL_BLESSING,7;
  322. ">
  323. },
  324. */
  325. /*
  326. {
  327. Id: 12131
  328. AegisName: "Lucky_Potion"
  329. Name: "Lucky Potion"
  330. Type: 0
  331. Buy: 2
  332. Weight: 100
  333. Script: <" sc_start SC_FOOD_LUK,180000,15; ">
  334. },
  335. */
  336. /*
  337. {
  338. Id: 12143
  339. AegisName: "Red_Can"
  340. Name: "Red Can"
  341. Type: 2
  342. Buy: 50000
  343. Weight: 300
  344. Script: <" percentheal 25,25; ">
  345. },
  346. */
  347. // Event effect: Summon monster? Probably Rice_Cake. x_x
  348. /*
  349. {
  350. Id: 12199
  351. AegisName: "Rice_Scroll"
  352. Name: "Rice Scroll"
  353. Type: 2
  354. Buy: 0
  355. },
  356. */
  357. /*
  358. {
  359. Id: 12200
  360. AegisName: "Event_Cake"
  361. Name: "Event Cake"
  362. Type: 2
  363. Buy: 20
  364. Weight: 50
  365. Script: <" itemskill PR_MAGNIFICAT,3; ">
  366. },
  367. */
  368. /*
  369. {
  370. Id: 12238
  371. AegisName: "New_Year_Rice_Cake_1"
  372. Name: "New Year Rice Cake"
  373. Type: 0
  374. Buy: 20
  375. Weight: 100
  376. Script: <"
  377. percentheal 20,15;
  378. sc_start SC_FOOD_STR,1200000,3;
  379. sc_start SC_FOOD_INT,1200000,3;
  380. sc_start SC_FOOD_LUK,1200000,3;
  381. sc_start SC_MOVHASTE_INFINITY,5000,0;
  382. ">
  383. },
  384. */
  385. /*
  386. {
  387. Id: 12239
  388. AegisName: "New_Year_Rice_Cake_2"
  389. Name: "New Year Rice Cake"
  390. Type: 0
  391. Buy: 20
  392. Weight: 100
  393. Script: <"
  394. percentheal 20,15;
  395. sc_start SC_FOOD_DEX,1200000,3;
  396. sc_start SC_FOOD_AGI,1200000,3;
  397. sc_start SC_FOOD_VIT,1200000,3;
  398. sc_start SC_MOVHASTE_INFINITY,5000,0;
  399. ">
  400. },
  401. */
  402. // iRO St. Patrick's Day Event 2008
  403. // =============================================================
  404. /*
  405. {
  406. Id: 12715
  407. AegisName: "Black_Treasure_Chest"
  408. Name: "Black Treasure Chest"
  409. Type: 2
  410. Buy: 0
  411. Weight: 200
  412. Script: <" callfunc "F_08stpattyseventbox"; ">
  413. },
  414. */
  415. // iRO Valentine's Day Event 2009
  416. // =============================================================
  417. /*
  418. {
  419. Id: 12742
  420. AegisName: "Valentine_Gift_Box_M"
  421. Name: "Valentine Gift Box"
  422. Type: 2
  423. Buy: 10
  424. Script: <" getitem 7946,1; ">
  425. },
  426. */
  427. /*
  428. {
  429. Id: 12743
  430. AegisName: "Valentine_Gift_Box_F"
  431. Name: "Valentine Gift Box"
  432. Type: 2
  433. Buy: 10
  434. Script: <" getitem 7947,1; ">
  435. },
  436. */
  437. /*
  438. {
  439. Id: 12744
  440. AegisName: "Chocolate_Box"
  441. Name: "Chocolate Box"
  442. Type: 2
  443. Buy: 10
  444. Script: <" getitem 558,1; ">
  445. },
  446. */
  447. /*
  448. {
  449. Id: 14466
  450. AegisName: "Valentine's_Emblem_Box"
  451. Name: "Valentine's Emblem Box"
  452. Type: 2
  453. Buy: 10
  454. Script: <" getitem 5817,1; ">
  455. },
  456. */
  457. /*
  458. {
  459. Id: 7946
  460. AegisName: "Gold_Ring_Of_Valentine"
  461. Name: "Gold Ring Of Valentine"
  462. Type: 3
  463. Buy: 10
  464. },
  465. */
  466. /*
  467. {
  468. Id: 7947
  469. AegisName: "Silver_Ring_Of_Valentine"
  470. Name: "Silver Ring Of Valentine"
  471. Type: 3
  472. Buy: 10
  473. },
  474. */
  475. /*
  476. {
  477. Id: 7948
  478. AegisName: "Box"
  479. Name: "Box"
  480. Type: 3
  481. Buy: 10
  482. Weight: 10
  483. },
  484. */
  485. /*
  486. {
  487. Id: 5817
  488. AegisName: "Valentine's_Emblem"
  489. Name: "Valentine's Emblem"
  490. Type: 5
  491. Buy: 10
  492. Def: 3
  493. Loc: 136
  494. Refine: false
  495. Script: <"
  496. bonus bAtkRate,3;
  497. bonus bMatkRate,3;
  498. bonus bAllStats,2;
  499. bonus bFlee,10;
  500. bonus bAspd,1;
  501. bonus bMdef,3;
  502. bonus2 bSkillAtk,"AL_HEAL",10;
  503. bonus2 bSkillHeal,AL_HEAL,10;
  504. bonus2 bSkillHeal,AM_POTIONPITCHER,10;
  505. bonus2 bAddItemHealRate,IG_Potion,10;
  506. ">
  507. },
  508. */
  509. // iRO Halloween Event 2009
  510. // =============================================================
  511. /*
  512. {
  513. Id: 5668
  514. AegisName: "Weird_Pumpkin_Hat"
  515. Name: "Weird Pumpkin Hat"
  516. Type: 5
  517. Buy: 20
  518. Def: 5
  519. Loc: 256
  520. View: 206
  521. Script: <"
  522. bonus bMdef,5;
  523. bonus2 bAddMonsterDropItem,12192,2500;
  524. ">
  525. },
  526. */
  527. /*
  528. {
  529. Id: 6298
  530. AegisName: "Crushed_Pumpkin"
  531. Name: "Crushed Pumpkin"
  532. Type: 3
  533. Buy: 0
  534. },
  535. */
  536. /*
  537. {
  538. Id: 6299
  539. AegisName: "Worn_Fabric"
  540. Name: "Worn Fabric"
  541. Type: 3
  542. Buy: 0
  543. },
  544. */
  545. // Old Tuxedo and Wedding Dress, will display the outfit when worn.
  546. // ==================================================================
  547. /*
  548. {
  549. Id: 2338
  550. AegisName: "Wedding_Dress"
  551. Name: "Wedding Dress"
  552. Type: 5
  553. Buy: 43000
  554. Weight: 500
  555. Job: 0xFFFFFFFE
  556. Loc: 16
  557. OnEquipScript: <" sc_start SC_WEDDING,-1,0; ">
  558. OnUnequipScript: <" sc_end SC_WEDDING; ">
  559. },
  560. */
  561. /*
  562. {
  563. Id: 7170
  564. AegisName: "Tuxedo"
  565. Name: "Tuxedo"
  566. Type: 5
  567. Buy: 43000
  568. Weight: 10
  569. Job: 0xFFFFFFFE
  570. Gender: 1
  571. Loc: 16
  572. OnEquipScript: <" sc_start SC_WEDDING,-1,0; ">
  573. OnUnequipScript: <" sc_end SC_WEDDING; ">
  574. },
  575. */
  576. // Custons ragnaYOUNG@2015
  577. // =============================================================
  578.  
  579. {
  580. Id: 24000
  581. AegisName: "Aura_do_Guardião_Sombrio"
  582. Name: "Aura do Guardião Sombrio"
  583. Type: 5
  584. Buy: 10
  585. Weight: 10
  586. Def: 2
  587. Slots: 2
  588. Job: 0xFFFFFFFF
  589. Upper: 7
  590. Gender: 2
  591. Loc: 512
  592. EquipLv: 1
  593. Refine: 1
  594. View: 1600
  595. Trade: {
  596. nodrop: true
  597. noselltonpc: true
  598. nomail: true
  599. }
  600. Script: <"
  601. bonus bAllStats,5;
  602. bonus2 bSubRace,7,5;
  603. ">
  604. },
Advertisement
Add Comment
Please, Sign In to add comment