item_bluebox.txt 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939
  1. // Old Blue Box Obtainable Items Database
  2. //
  3. // Structure of Database:
  4. // GroupID,ItemID,Rate
  5. 1,501,12 // Red Potion
  6. 1,502,12 // Orange Potion
  7. 1,503,12 // Yellow Potion
  8. 1,504,12 // White Potion
  9. 1,505,12 // Blue Potion
  10. 1,506,12 // Green Potion
  11. 1,507,12 // Red Herb
  12. 1,508,12 // Yellow Herb
  13. 1,509,12 // White Herb
  14. 1,510,12 // Blue Herb
  15. 1,511,12 // Green Herb
  16. 1,512,12 // Apple
  17. 1,513,12 // Banana
  18. 1,514,12 // Grape
  19. 1,515,12 // Carrot
  20. 1,516,12 // Potato
  21. 1,517,12 // Meat
  22. 1,518,12 // Honey
  23. 1,519,12 // Milk
  24. 1,520,12 // Hinalle Leaflet
  25. 1,521,12 // Aloe Leaflet
  26. 1,522,12 // Mastela Fruit
  27. 1,523,12 // Holy Water
  28. 1,525,12 // Panacea
  29. 1,526,12 // Royal Jelly
  30. 1,528,12 // Monster Food
  31. 1,529,12 // Candy
  32. 1,530,12 // Candy Cane
  33. 1,531,12 // Apple Juice
  34. 1,532,12 // Banana Juice
  35. 1,533,12 // Grape Juice
  36. 1,534,12 // Carrot Juice
  37. 1,535,12 // Pumpkin
  38. 1,536,12 // Ice Cream
  39. 1,537,12 // Pet Food
  40. 1,538,12 // Well-baked Cookie
  41. 1,539,12 // Piece of Cake
  42. 1,544,12 // Raw Fish
  43. 1,545,12 // Condensed Red Potion
  44. 1,546,12 // Condensed Yellow Potion
  45. 1,547,12 // Condensed White Potion
  46. 1,548,12 // Cheese
  47. 1,549,12 // Yam
  48. 1,550,12 // Rice Cake
  49. 1,551,12 // Sushi
  50. 1,553,12 // Bao
  51. 1,555,12 // Traditional Rice Cake
  52. 1,558,12 // Chocolate
  53. 1,561,12 // White Chocolate
  54. 1,601,12 // Fly Wing
  55. 1,602,12 // Butterfly Wing
  56. 1,603,1173 // Old Blue Box
  57. 1,604,512 // Dead Branch
  58. 1,605,12 // Anodyne
  59. 1,606,12 // Aloevera
  60. 1,607,12 // Yggdrasil Berry
  61. 1,608,12 // Yggdrasil Seed
  62. 1,609,12 // Amulet
  63. 1,610,12 // Yggdrasil Leaf
  64. 1,611,12 // Magnifier
  65. 1,612,12 // Mini Furnace
  66. 1,613,12 // Iron Hammer
  67. 1,614,12 // Golden Hammer
  68. 1,615,12 // Oridecon Hammer
  69. 1,618,12 // Worn Out Scroll
  70. 1,619,12 // Unripe Apple
  71. 1,620,12 // Orange Juice
  72. 1,621,12 // Bitter Herb
  73. 1,622,12 // Rainbow Carrot
  74. 1,623,12 // Earthworm the Dude
  75. 1,624,12 // Rotten Fish
  76. 1,625,12 // Rusty Iron
  77. 1,626,12 // Monster Juice
  78. 1,627,12 // Sweet Milk
  79. 1,628,12 // Well-Dried Bone
  80. 1,629,12 // Singing Flower
  81. 1,630,12 // Dew Laden Moss
  82. 1,631,12 // Deadly Noxious Herb
  83. 1,632,12 // Fatty Chubby Earthworm
  84. 1,633,12 // Sweet Potato
  85. 1,634,12 // Tropical Banana
  86. 1,635,12 // Orc Trophy
  87. 1,636,12 // No Recipient
  88. 1,637,12 // Old Broom
  89. 1,638,12 // Silver Knife of Chastity
  90. 1,639,12 // Armlet of Obedience
  91. 1,640,12 // Shining Stone
  92. 1,641,12 // Contracts in Shadow
  93. 1,642,12 // Book of the Devil
  94. 1,643,12 // Pet Incubator
  95. 1,644,312 // Gift Box
  96. 1,645,12 // Concentration Potion
  97. 1,656,12 // Awakening Potion
  98. 1,657,12 // Berserk Potion
  99. 1,659,12 // Her Heart
  100. 1,663,12 // Songpyun
  101. 1,664,12 // Gift Box
  102. 1,665,12 // Gift Box
  103. 1,666,12 // Gift Box
  104. 1,667,12 // Gift Box
  105. 1,668,12 // Red_Envelope
  106. 1,678,12 // Poison Bottle
  107. 1,679,12 // Pilule
  108. 1,701,12 // Ora Ora
  109. 1,702,12 // Animal Gore
  110. 1,703,12 // Hinalle
  111. 1,704,12 // Aloe
  112. 1,705,12 // Clover
  113. 1,706,12 // Four Leaf Clover
  114. 1,707,12 // Singing Plant
  115. 1,708,12 // Ment
  116. 1,710,12 // Illusion Flower
  117. 1,711,12 // Shoot
  118. 1,712,12 // Flower
  119. 1,713,12 // Empty Bottle
  120. 1,714,12 // Emperium
  121. 1,715,12 // Yellow Gemstone
  122. 1,716,12 // Red Gemstone
  123. 1,717,12 // Blue Gemstone
  124. 1,718,12 // Garnet
  125. 1,719,12 // Amethyst
  126. 1,720,12 // Aquamarine
  127. 1,721,12 // Emerald
  128. 1,722,12 // Pearl
  129. 1,723,12 // Ruby
  130. 1,724,12 // Cursed Ruby
  131. 1,725,12 // Sardonyx
  132. 1,726,12 // Sapphire
  133. 1,727,12 // Opal
  134. 1,728,12 // Topaz
  135. 1,729,12 // Zircon
  136. 1,730,12 // 1carat Diamond
  137. 1,731,12 // 2carat Diamond
  138. 1,732,12 // 3carat Diamond
  139. 1,733,12 // Cracked Diamond
  140. 1,734,12 // Red Frame
  141. 1,735,12 // Chung Jah
  142. 1,736,12 // China
  143. 1,737,12 // Black Ladle
  144. 1,738,12 // Pencil Case
  145. 1,739,12 // Rouge
  146. 1,740,12 // Puppet
  147. 1,741,12 // Poring Doll
  148. 1,742,12 // Chonchon Doll
  149. 1,743,12 // Spore Doll
  150. 1,744,12 // Bouquet
  151. 1,745,12 // Wedding Bouquet
  152. 1,746,12 // Glass Bead
  153. 1,747,12 // Crystal Mirror
  154. 1,748,12 // Witherless Rose
  155. 1,749,12 // Frozen Rose
  156. 1,750,12 // Baphomet Doll
  157. 1,751,12 // Osiris Doll
  158. 1,752,12 // Grasshopper Doll
  159. 1,753,12 // Yoyo Doll
  160. 1,754,12 // Raccoon Doll
  161. 1,756,12 // Rough Oridecon
  162. 1,757,12 // Rough Elunium
  163. 1,901,12 // Danggie
  164. 1,902,12 // Tree Root
  165. 1,903,12 // Reptile Tongue
  166. 1,904,12 // Scorpion Tail
  167. 1,905,12 // Stem
  168. 1,906,12 // Pointed Scale
  169. 1,907,12 // Resin
  170. 1,908,12 // Spawn
  171. 1,909,12 // Jellopy
  172. 1,910,12 // Garlet
  173. 1,911,12 // Scell
  174. 1,912,12 // Zargon
  175. 1,913,12 // Tooth of Bat
  176. 1,914,12 // Fluff
  177. 1,915,12 // Chrysalis
  178. 1,916,12 // Feather of Birds
  179. 1,917,12 // Talon
  180. 1,918,12 // Sticky Webfoot
  181. 1,919,12 // Animal Skin
  182. 1,920,12 // Wolf Claw
  183. 1,921,12 // Mushroom Spore
  184. 1,922,12 // Orc's Fang
  185. 1,923,12 // Evil Horn
  186. 1,924,12 // Powder of Butterfly
  187. 1,925,12 // Bill of Birds
  188. 1,926,12 // Snake Scale
  189. 1,928,12 // Insect Feeler
  190. 1,929,12 // Immortal Heart
  191. 1,930,12 // Rotten Bandage
  192. 1,931,12 // Orcish Voucher
  193. 1,932,12 // Skel-Bone
  194. 1,934,12 // Memento
  195. 1,935,12 // Shell
  196. 1,936,12 // Scale Shell
  197. 1,937,12 // Venom Canine
  198. 1,938,12 // Sticky Mucus
  199. 1,939,12 // Bee Sting
  200. 1,940,12 // Grasshopper's Leg
  201. 1,941,12 // Nose Ring
  202. 1,942,12 // Yoyo Tail
  203. 1,943,12 // Solid Shell
  204. 1,944,12 // Horseshoe
  205. 1,945,12 // Raccoon Leaf
  206. 1,946,12 // Snail's Shell
  207. 1,947,12 // Horn
  208. 1,948,12 // Bear's Footskin
  209. 1,949,12 // Feather
  210. 1,950,12 // Heart of Mermaid
  211. 1,951,12 // Fin
  212. 1,952,12 // Cactus Needle
  213. 1,953,12 // Stone Heart
  214. 1,954,12 // Shining Scale
  215. 1,955,12 // Worm Peeling
  216. 1,956,12 // Gill
  217. 1,957,12 // Decayed Nail
  218. 1,958,12 // Horrendous Mouth
  219. 1,959,12 // Stinky Scale
  220. 1,960,12 // Nipper
  221. 1,961,12 // Conch
  222. 1,962,12 // Tentacle
  223. 1,963,12 // Sharp Scale
  224. 1,964,12 // Crab Shell
  225. 1,965,12 // Clam Shell
  226. 1,966,12 // Clam Flesh
  227. 1,967,12 // Turtle Shell
  228. 1,968,12 // Heroic Emblem
  229. 1,969,12 // Gold
  230. 1,970,12 // Alcohol
  231. 1,971,12 // Detrimindexta
  232. 1,972,12 // Karvodailnirol
  233. 1,973,12 // Counteragent
  234. 1,974,12 // Mixture
  235. 1,975,12 // Scarlet Dyestuff
  236. 1,976,12 // Lemon Dyestuff
  237. 1,978,12 // Cobaltblue Dyestuff
  238. 1,979,12 // Darkgreen Dyestuff
  239. 1,980,12 // Orange Dyestuff
  240. 1,981,12 // Violet Dyestuff
  241. 1,982,12 // White Dyestuff
  242. 1,983,12 // Black Dyestuff
  243. 1,984,12 // Oridecon
  244. 1,985,12 // Elunium
  245. 1,986,12 // Anvil
  246. 1,987,12 // Oridecon Anvil
  247. 1,988,12 // Golden Anvil
  248. 1,989,12 // Emperium Anvil
  249. 1,990,12 // Red Blood
  250. 1,991,12 // Crystal Blue
  251. 1,992,12 // Wind of Verdure
  252. 1,993,12 // Green Live
  253. 1,994,12 // Flame Heart
  254. 1,995,12 // Mystic Frozen
  255. 1,996,12 // Rough Wind
  256. 1,997,12 // Great Nature
  257. 1,998,12 // Iron
  258. 1,999,12 // Steel
  259. 1,1000,12 // Star Crumb
  260. 1,1001,12 // Star Dust
  261. 1,1002,12 // Iron Ore
  262. 1,1003,12 // Coal
  263. 1,1004,12 // Chivalry Emblem
  264. 1,1005,12 // Hammer of Blacksmith
  265. 1,1006,12 // Old Magicbook
  266. 1,1007,12 // Necklace of Wisdom
  267. 1,1008,12 // Necklace of Oblivion
  268. 1,1009,12 // Hand of God
  269. 1,1010,12 // Phracon
  270. 1,1011,12 // Emveretarcon
  271. 1,1012,12 // Frill
  272. 1,1013,12 // Rainbow Shell
  273. 1,1014,12 // Ant Jaw
  274. 1,1015,12 // Tongue
  275. 1,1016,12 // Rat Tail
  276. 1,1017,12 // Mole Whiskers
  277. 1,1018,12 // Mole Claw
  278. 1,1019,12 // Trunk
  279. 1,1020,12 // Black Hair
  280. 1,1021,12 // Dokebi Horn
  281. 1,1022,12 // Nine Tails
  282. 1,1023,12 // Fish Tail
  283. 1,1024,12 // Squid Ink
  284. 1,1025,12 // Cobweb
  285. 1,1026,12 // Acorn
  286. 1,1027,12 // Porcupine Quill
  287. 1,1028,12 // Mane
  288. 1,1029,12 // Tiger Skin
  289. 1,1030,12 // Tiger's Footskin
  290. 1,1031,12 // Mantis Scythe
  291. 1,1032,12 // Maneater Blossom
  292. 1,1033,12 // Maneater Root
  293. 1,1034,12 // Blue Hair
  294. 1,1035,12 // Dragon Canine
  295. 1,1036,12 // Dragon Scale
  296. 1,1037,12 // Dragon Tail
  297. 1,1038,12 // Little Evil Horn
  298. 1,1039,12 // Little Evil Wing
  299. 1,1040,12 // Elder Pixie's Moustache
  300. 1,1041,12 // Lantern
  301. 1,1042,12 // Bug Leg
  302. 1,1043,12 // Orc Claw
  303. 1,1044,12 // Zenorc's Fang
  304. 1,1045,12 // Cultish Masque
  305. 1,1046,12 // Scorpion Nipper
  306. 1,1047,12 // Dead Medusa
  307. 1,1048,12 // Horrendous Hair
  308. 1,1049,12 // Skirt of Virgin
  309. 1,1050,12 // Tendon
  310. 1,1051,12 // Detonator
  311. 1,1052,12 // Single Cell
  312. 1,1053,12 // Ancient Tooth
  313. 1,1054,12 // Ancient Lips
  314. 1,1055,12 // Earthworm Peeling
  315. 1,1056,12 // Grit
  316. 1,1057,12 // Moth Dust
  317. 1,1058,12 // Moth Wings
  318. 1,1059,12 // Fabric
  319. 1,1060,12 // Golden Hair
  320. 1,1061,12 // Witched Starsand
  321. 1,1062,12 // Jack o' Pumpkin
  322. 1,1063,12 // Fang
  323. 1,1064,12 // Reins
  324. 1,1065,12 // Trap
  325. 1,1066,12 // Fine-grained Trunk
  326. 1,1067,12 // Solid Trunk
  327. 1,1068,12 // Barren Trunk
  328. 1,1088,12 // Morocc Solution
  329. 1,1089,12 // Payon Solution
  330. 1,1092,12 // Empty Test Tube
  331. 1,1093,12 // Empty Potion Bottle
  332. 1,1094,12 // Short Daenggie
  333. 1,1095,12 // Clock Hand
  334. 1,1096,12 // Round Shell
  335. 1,1097,12 // Worn Out Page
  336. 1,1098,12 // Manacles
  337. 1,1099,12 // Worn-out Prison Uniform
  338. 1,1101,6 // Sword
  339. 1,1102,6 // Sword
  340. 1,1104,6 // Falchion
  341. 1,1105,6 // Falchion
  342. 1,1107,6 // Blade
  343. 1,1108,6 // Blade
  344. 1,1110,6 // Rapier
  345. 1,1111,6 // Rapier
  346. 1,1113,6 // Scimitar
  347. 1,1114,6 // Scimitar
  348. 1,1116,3 // Katana
  349. 1,1117,3 // Katana
  350. 1,1119,6 // Tsurugi
  351. 1,1120,6 // Tsurugi
  352. 1,1122,6 // Ring Pommel Saber
  353. 1,1123,6 // Haedonggum
  354. 1,1124,6 // Orcish sword
  355. 1,1125,6 // Ring Pommel Saber
  356. 1,1126,6 // Saber
  357. 1,1127,6 // Saber
  358. 1,1128,6 // Haedonggum
  359. 1,1129,6 // Flamberge
  360. 1,1151,3 // Slayer
  361. 1,1152,3 // Slayer
  362. 1,1154,3 // Bastard Sword
  363. 1,1155,3 // Bastard Sword
  364. 1,1157,3 // Two-Handed Sword
  365. 1,1158,3 // Two-Handed Sword
  366. 1,1160,3 // Broad Sword
  367. 1,1162,3 // Broad Sword
  368. 1,1163,3 // Claymore
  369. 1,1201,3 // Knife
  370. 1,1202,3 // Knife
  371. 1,1204,3 // Cutter
  372. 1,1205,3 // Cutter
  373. 1,1207,3 // Main Gauche
  374. 1,1208,3 // Main Gauche
  375. 1,1210,3 // Dirk
  376. 1,1211,3 // Dirk
  377. 1,1213,3 // Dagger
  378. 1,1214,3 // Dagger
  379. 1,1216,3 // Stiletto
  380. 1,1217,3 // Stiletto
  381. 1,1219,3 // Gladius
  382. 1,1220,3 // Gladius
  383. 1,1222,3 // Damascus
  384. 1,1226,3 // Damascus
  385. 1,1243,3 // Novice Main Gauche
  386. 1,1250,3 // Jur
  387. 1,1251,3 // Jur
  388. 1,1252,3 // Katar
  389. 1,1253,3 // Katar
  390. 1,1254,3 // Jamadhar
  391. 1,1255,3 // Jamadhar
  392. 1,1256,3 // Katar of Frozen Icicle
  393. 1,1257,3 // Katar of Quaking
  394. 1,1258,3 // Katar of Raging Blaze
  395. 1,1259,3 // Katar of Piercing Wind
  396. 1,1301,3 // Axe
  397. 1,1302,3 // Axe
  398. 1,1304,3 // Orcish Axe
  399. 1,1351,3 // Battle Axe
  400. 1,1352,3 // Battle Axe
  401. 1,1354,3 // Hammer
  402. 1,1355,3 // Hammer
  403. 1,1357,3 // Buster
  404. 1,1358,3 // Buster
  405. 1,1360,3 // Two-Handed Axe
  406. 1,1361,3 // Two-Handed Axe
  407. 1,1401,9 // Javelin
  408. 1,1402,9 // Javelin
  409. 1,1404,9 // Spear
  410. 1,1405,9 // Spear
  411. 1,1407,9 // Pike
  412. 1,1408,9 // Pike
  413. 1,1410,3 // Lance
  414. 1,1411,3 // Lance
  415. 1,1451,3 // Guisarme
  416. 1,1452,3 // Guisarme
  417. 1,1454,3 // Glaive
  418. 1,1455,3 // Glaive
  419. 1,1457,3 // Partizan
  420. 1,1458,3 // Partizan
  421. 1,1460,3 // Trident
  422. 1,1461,3 // Trident
  423. 1,1463,3 // Halberd
  424. 1,1464,3 // Halberd
  425. 1,1472,3 // Soul Staff
  426. 1,1501,6 // Club
  427. 1,1502,6 // Club
  428. 1,1504,6 // Mace
  429. 1,1505,6 // Mace
  430. 1,1507,6 // Smasher
  431. 1,1508,6 // Smasher
  432. 1,1510,6 // Flail
  433. 1,1511,6 // Flail
  434. 1,1513,6 // Morning Star
  435. 1,1514,6 // Morning Star
  436. 1,1516,6 // Sword Mace
  437. 1,1517,6 // Sword Mace
  438. 1,1519,6 // Chain
  439. 1,1520,6 // Chain
  440. 1,1522,6 // Stunner
  441. 1,1550,3 // Book
  442. 1,1551,3 // Bible
  443. 1,1552,3 // Tablet
  444. 1,1553,3 // Book of Billows
  445. 1,1554,3 // Book of Mother Earth
  446. 1,1555,3 // Book of the Blazing Sun
  447. 1,1556,3 // Book of Gust of Wind
  448. 1,1558,3 // Girl's Diary
  449. 1,1601,3 // Rod
  450. 1,1602,3 // Rod
  451. 1,1604,3 // Wand
  452. 1,1605,3 // Wand
  453. 1,1607,3 // Staff
  454. 1,1608,3 // Staff
  455. 1,1610,3 // Arc Wand
  456. 1,1611,3 // Arc Wand
  457. 1,1613,3 // Mighty Staff
  458. 1,1614,3 // Wand of Occult
  459. 1,1615,3 // Evil Bone Wand
  460. 1,1701,3 // Bow
  461. 1,1702,3 // Bow
  462. 1,1704,3 // Composite Bow
  463. 1,1705,3 // Composite Bow
  464. 1,1707,3 // Great Bow
  465. 1,1708,3 // Great Bow
  466. 1,1710,3 // Crossbow
  467. 1,1711,3 // Crossbow
  468. 1,1713,3 // Arbalest
  469. 1,1714,3 // Gakkung Bow
  470. 1,1715,3 // Arbalest
  471. 1,1716,3 // Gakkung Bow
  472. 1,1718,3 // Hunter Bow
  473. 1,1750,12 // Arrow
  474. 1,1751,12 // Silver Arrow
  475. 1,1752,12 // Fire Arrow
  476. 1,1753,12 // Steel Arrow
  477. 1,1754,12 // Crystal Arrow
  478. 1,1755,12 // Arrow of Wind
  479. 1,1756,12 // Stone Arrow
  480. 1,1757,12 // Immaterial Arrow
  481. 1,1758,12 // Stun Arrow
  482. 1,1759,12 // Frozen Arrow
  483. 1,1760,12 // Flash Arrow
  484. 1,1761,12 // Cursed Arrow
  485. 1,1762,12 // Rusty Arrow
  486. 1,1763,12 // Poison Arrow
  487. 1,1764,12 // Sharp Arrow
  488. 1,1765,12 // Oridecon Arrow
  489. 1,1767,12 // Shadow Arrow
  490. 1,1768,12 // Sleep Arrow
  491. 1,1769,12 // Mute Arrow
  492. 1,1770,12 // Iron Arrow
  493. 1,1801,3 // Waghnak
  494. 1,1802,3 // Waghnak
  495. 1,1803,3 // Knuckle Duster
  496. 1,1804,3 // Knuckle Duster
  497. 1,1805,3 // Studded Knuckles
  498. 1,1806,3 // Studded Knuckles
  499. 1,1807,3 // Fist
  500. 1,1808,3 // Fist
  501. 1,1809,3 // Claw
  502. 1,1810,3 // Claw
  503. 1,1811,3 // Finger
  504. 1,1812,3 // Finger
  505. 1,1901,3 // Violin
  506. 1,1902,3 // Violin
  507. 1,1903,3 // Mandolin
  508. 1,1904,3 // Mandolin
  509. 1,1905,3 // Lute
  510. 1,1906,3 // Lute
  511. 1,1907,3 // Guitar
  512. 1,1908,3 // Guitar
  513. 1,1909,3 // Harp
  514. 1,1910,3 // Harp
  515. 1,1911,3 // Gumoongoh
  516. 1,1912,3 // Gumoongoh
  517. 1,1950,3 // Rope
  518. 1,1951,3 // Rope
  519. 1,1952,3 // Whip
  520. 1,1953,3 // Whip
  521. 1,1954,3 // Wire Whip
  522. 1,1955,3 // Wire Whip
  523. 1,1956,3 // Rante Whip
  524. 1,1957,3 // Rante Whip
  525. 1,1958,3 // Tail Whip
  526. 1,1959,3 // Tail Whip
  527. 1,1960,3 // Whip
  528. 1,1961,3 // Whip
  529. 1,2101,3 // Guard
  530. 1,2102,3 // Guard
  531. 1,2103,3 // Buckler
  532. 1,2104,3 // Buckler
  533. 1,2105,3 // Shield
  534. 1,2106,3 // Shield
  535. 1,2107,3 // Mirror Shield
  536. 1,2108,3 // Mirror Shield
  537. 1,2109,3 // Memory Book
  538. 1,2112,3 // Novice Guard
  539. 1,2201,3 // Sunglasses
  540. 1,2203,3 // Glasses
  541. 1,2205,3 // Diver Goggles
  542. 1,2206,3 // Wedding Veil
  543. 1,2207,3 // Fancy Flower
  544. 1,2208,3 // Ribbon
  545. 1,2209,3 // Ribbon
  546. 1,2210,3 // Hair Band
  547. 1,2211,3 // Bandana
  548. 1,2212,3 // Eye Patch
  549. 1,2213,3 // Kitty Band
  550. 1,2214,3 // Bunny Band
  551. 1,2215,3 // Flower Band
  552. 1,2216,3 // Biretta
  553. 1,2217,3 // Biretta
  554. 1,2218,3 // Flu Mask
  555. 1,2220,3 // Hat
  556. 1,2221,3 // Hat
  557. 1,2222,3 // Turban
  558. 1,2223,3 // Turban
  559. 1,2224,3 // Goggles
  560. 1,2225,3 // Goggles
  561. 1,2226,3 // Cap
  562. 1,2227,3 // Cap
  563. 1,2228,3 // Helm
  564. 1,2229,3 // Helm
  565. 1,2230,3 // Gemmed Sallet
  566. 1,2231,3 // Gemmed Sallet
  567. 1,2232,3 // Circlet
  568. 1,2233,3 // Circlet
  569. 1,2236,3 // Santa Hat
  570. 1,2239,3 // Monocle
  571. 1,2241,3 // Grandpa Beard
  572. 1,2242,3 // Purple Glasses
  573. 1,2243,3 // Geek Glasses
  574. 1,2244,3 // Big Ribbon
  575. 1,2245,3 // Sweet Gent
  576. 1,2246,3 // Golden Gear
  577. 1,2247,3 // Romantic Gent
  578. 1,2248,3 // Western Grace
  579. 1,2249,1 // Coronet
  580. 1,2250,3 // Cute Ribbon
  581. 1,2251,3 // Monk Hat
  582. 1,2252,3 // Wizard Hat
  583. 1,2253,3 // Sunflower
  584. 1,2254,1 // Angel Wing
  585. 1,2255,1 // Evil Wing
  586. 1,2257,3 // Unicorn Horn
  587. 1,2258,1 // Spiky Band
  588. 1,2259,3 // Mini Propeller
  589. 1,2260,3 // Mini Glasses
  590. 1,2261,3 // Army Cap
  591. 1,2262,3 // Clown Nose
  592. 1,2263,3 // Zorro Masque
  593. 1,2265,3 // Gangster Mask
  594. 1,2266,3 // Iron Cain
  595. 1,2267,3 // Cigarette
  596. 1,2268,3 // Pipe
  597. 1,2269,3 // Romantic Flower
  598. 1,2270,3 // Romantic Leaf
  599. 1,2271,3 // Jack be Dandy
  600. 1,2274,1 // Ghost Bandana
  601. 1,2275,3 // Red Bandana
  602. 1,2276,3 // Angled Glasses
  603. 1,2277,3 // Nurse Cap
  604. 1,2278,3 // Mr. Smile
  605. 1,2279,3 // Bomb Wick
  606. 1,2282,3 // Halo
  607. 1,2285,3 // Apple of Archer
  608. 1,2287,3 // Pirate Bandana
  609. 1,2288,3 // Mr. Scream
  610. 1,2289,3 // Poo Poo Hat
  611. 1,2290,3 // Funeral Hat
  612. 1,2291,3 // Masquerade
  613. 1,2294,3 // Stellar
  614. 1,2295,3 // Blinker
  615. 1,2297,3 // Goblin Mask
  616. 1,2298,3 // Green Feeler
  617. 1,2299,3 // Orc Helm
  618. 1,2301,3 // Cotton Shirt
  619. 1,2302,3 // Cotton Shirt
  620. 1,2303,3 // Jacket
  621. 1,2304,3 // Jacket
  622. 1,2305,3 // Adventurer's Suit
  623. 1,2306,3 // Adventurer's Suit
  624. 1,2307,3 // Mantle
  625. 1,2308,3 // Mantle
  626. 1,2309,3 // Coat
  627. 1,2310,3 // Coat
  628. 1,2311,3 // Mink Coat
  629. 1,2312,3 // Padded Armor
  630. 1,2313,3 // Padded Armor
  631. 1,2314,3 // Chain Mail
  632. 1,2315,3 // Chain Mail
  633. 1,2316,3 // Full Plate
  634. 1,2317,3 // Full Plate
  635. 1,2318,3 // Lord's Clothes
  636. 1,2320,3 // Formal Suit
  637. 1,2321,3 // Silk Robe
  638. 1,2322,3 // Silk Robe
  639. 1,2323,3 // Scapulare
  640. 1,2324,3 // Scapulare
  641. 1,2325,3 // Saint's Robe
  642. 1,2326,3 // Saint's Robe
  643. 1,2328,3 // Wooden Mail
  644. 1,2329,3 // Wooden Mail
  645. 1,2330,3 // Tights
  646. 1,2331,3 // Tights
  647. 1,2332,3 // Silver Robe
  648. 1,2333,3 // Silver Robe
  649. 1,2335,3 // Thief Clothes
  650. 1,2336,3 // Thief Clothes
  651. 1,2337,3 // Ninja Suit
  652. 1,2338,3 // Wedding Dress
  653. 1,2339,3 // Pantie
  654. 1,2340,3 // Novice Breastplate
  655. 1,2341,3 // Legion Plate Armor
  656. 1,2352,3 // Tattered Novice Ninja Suit
  657. 1,2401,3 // Sandals
  658. 1,2402,3 // Sandals
  659. 1,2403,3 // Shoes
  660. 1,2404,3 // Shoes
  661. 1,2405,3 // Boots
  662. 1,2406,3 // Boots
  663. 1,2407,3 // Crystal Pumps
  664. 1,2408,3 // Shackles
  665. 1,2409,3 // High Heels
  666. 1,2411,3 // Greaves
  667. 1,2414,3 // Novice Slippers
  668. 1,2501,3 // Hood
  669. 1,2502,3 // Hood
  670. 1,2503,3 // Muffler
  671. 1,2504,3 // Muffler
  672. 1,2505,3 // Manteau
  673. 1,2506,3 // Manteau
  674. 1,2507,3 // Ancient Cape
  675. 1,2508,3 // Ragamuffin Manteau
  676. 1,2510,3 // Somber Novice Hood
  677. 1,2601,3 // Ring
  678. 1,2602,3 // Earring
  679. 1,2603,3 // Necklace
  680. 1,2604,3 // Glove
  681. 1,2605,3 // Brooch
  682. 1,2607,3 // Clip
  683. 1,2608,3 // Rosary
  684. 1,2609,3 // Skull Ring
  685. 1,2610,3 // Gold Ring
  686. 1,2611,3 // Silver Ring
  687. 1,2612,3 // Flower Ring
  688. 1,2613,3 // Diamond Ring
  689. 1,2617,3 // Celebrant's Mitten
  690. 1,2618,3 // Matyr's Leash
  691. 1,2621,1 // Ring
  692. 1,2622,1 // Earring
  693. 1,2623,1 // Necklace
  694. 1,2624,1 // Glove
  695. 1,2625,1 // Brooch
  696. 1,2626,1 // Rosary
  697. 1,2627,3 // Belt
  698. 1,2628,3 // Novice Armlet
  699. 1,5002,1 // Jewel Crown
  700. 1,5003,3 // Joker Jester
  701. 1,5005,3 // Gas Mask
  702. 1,5006,3 // Machoman's Glasses
  703. 1,5008,3 // Puppy Love
  704. 1,5009,3 // Safety Helmet
  705. 1,5010,3 // Indian Fillet
  706. 1,5011,3 // Aerial
  707. 1,5014,3 // Fin Helm
  708. 1,5015,3 // Egg Shell
  709. 1,5030,3 // Panda Hat
  710. 1,5035,3 // Poring Hat
  711. 1,5037,3 // Nutshell
  712. 1,5055,3 // Novice False Eggshell
  713. 1,5085,1 // Small Ribbons
  714. 1,5088,3 // Surprised Mask
  715. 1,5089,3 // Annoyed Mask
  716. 1,5090,3 // Goblin Leader Mask
  717. 1,7001,12 // Mould Powder
  718. 1,7002,12 // Ogre Tooth
  719. 1,7003,12 // Anolian Skin
  720. 1,7004,12 // Mud Lump
  721. 1,7005,12 // Skull
  722. 1,7006,12 // Wing of Red Bat
  723. 1,7007,12 // Claw of Rat
  724. 1,7008,12 // Stiff Horn
  725. 1,7009,12 // Glitter Shell
  726. 1,7010,12 // Tail of Steel Scorpion
  727. 1,7011,12 // Claw of Monkey
  728. 1,7012,12 // Tough Scalelike Stem
  729. 1,7013,12 // Coral Reef
  730. 1,7014,12 // Old Portrait
  731. 1,7015,12 // Memory Bookmark
  732. 1,7016,12 // Bent Spoon
  733. 1,7026,12 // Key of the Clock Tower
  734. 1,7027,12 // Key of the Underground
  735. 1,7030,12 // Claw of Desert Wolf
  736. 1,7031,12 // Old Frying Pan
  737. 1,7032,12 // Piece of Egg Shell
  738. 1,7033,12 // Poison Spore
  739. 1,7034,12 // Red Stocking
  740. 1,7035,12 // Matchstick
  741. 1,7036,12 // Fang of Garm
  742. 1,7038,12 // Yarn
  743. 1,7041,12 // Fine Grit
  744. 1,7047,12 // Alice's Apron
  745. 1,7048,12 // Talon of Griffon
  746. 1,7049,12 // Stone
  747. 1,7053,12 // Cyfar
  748. 1,7054,12 // Brigan
  749. 1,7059,12 // Free Ticket for Kafra Storage
  750. 1,7060,12 // Free Ticket for Kafra Transportation
  751. 1,7061,12 // Free Ticket for the Cart Service
  752. 1,7063,12 // Soft Feather
  753. 1,7064,12 // Wing of Dragonfly
  754. 1,7065,12 // Sea-Otter Fur
  755. 1,7066,12 // Ice Cubic
  756. 1,7067,12 // Stone Fragment
  757. 1,7068,12 // Burnt Tree
  758. 1,7069,12 // Destroyed Armor
  759. 1,7070,12 // Broken Shell
  760. 1,7071,12 // Tattered Clothes
  761. 1,7072,12 // Old Shuriken
  762. 1,7093,12 // Cogwheel
  763. 1,7094,12 // Fragment
  764. 1,7095,12 // Metal Fragment
  765. 1,7096,12 // Lava
  766. 1,7097,12 // Burning Heart
  767. 1,7098,12 // Live Coal
  768. 1,7099,12 // Worn-out Magic Scroll
  769. 1,7100,12 // Sharp Leaf
  770. 1,7101,12 // Peco Peco Feather
  771. 1,7106,12 // Antelope Horn
  772. 1,7107,12 // Antelope Skin
  773. 1,7108,12 // Piece of Shield
  774. 1,7109,12 // Shining Spear Blade
  775. 1,7110,12 // Broken Sword
  776. 1,7111,12 // Slick Paper
  777. 1,7112,12 // Sharp Paper
  778. 1,7113,12 // Broken Pharaoh Emblem
  779. 1,7114,12 // Masque of Tutankhamen
  780. 1,7115,12 // Harpy Feather
  781. 1,7116,12 // Harpy Talon
  782. 1,7117,12 // Torn Magic Book
  783. 1,7118,12 // Torn Scroll
  784. 1,7119,12 // Bacillus
  785. 1,7120,12 // Burning Horseshoe
  786. 1,7121,12 // Honey Pot
  787. 1,7122,12 // Burning Hair
  788. 1,7123,12 // Dragon Skin
  789. 1,7124,12 // Sand Clump
  790. 1,7125,12 // Scorpion Claw
  791. 1,7126,12 // Large Jellopy
  792. 1,7134,12 // Medicine Bowl
  793. 1,7135,12 // Fire Bottle
  794. 1,7136,12 // Acid Bottle
  795. 1,7137,12 // Plant Bottle
  796. 1,7138,12 // Marine Sphere Bottle
  797. 1,7139,12 // Glistening Coat
  798. 1,7149,12 // Yellow Plate
  799. 1,7150,12 // Piece of Bamboo
  800. 1,7151,12 // Oil Paper
  801. 1,7152,12 // Glossy Hair
  802. 1,7153,12 // Worn-out Kimono
  803. 1,7154,12 // Poisonous Powder
  804. 1,7155,12 // Poisonous Toad Skin
  805. 1,7156,12 // Broken Shuriken
  806. 1,7157,12 // Dark Mask
  807. 1,7158,12 // Broken Liquor Jar
  808. 1,7159,12 // Tengu Nose
  809. 1,7161,12 // Black Bear Skin
  810. 1,7162,12 // Cloud Crumb
  811. 1,7163,12 // Hard Feeler
  812. 1,7164,12 // Solid_Peach
  813. 1,7165,12 // Transparent Celestial Robe
  814. 1,7166,12 // Soft Silk
  815. 1,7167,12 // Strange Steel Piece
  816. 1,7168,12 // Giant Butterfly Wing
  817. 1,7169,12 // Ba_Gua
  818. 1,7170,12 // Tuxedo
  819. 1,7171,12 // Leopard Skin
  820. 1,7172,12 // Leopard Claw
  821. 1,7174,12 // Wrapping Lace
  822. 1,7175,12 // Wrapping Paper
  823. 1,7182,12 // Cacao
  824. 1,7186,12 // Thin Trunk
  825. 1,7187,12 // Festival Mask
  826. 1,7188,12 // Brown_Root
  827. 1,7189,12 // Wooden Heart
  828. 1,7190,12 // Solid Husk
  829. 1,7191,12 // Lamp
  830. 1,7192,12 // Vane
  831. 1,7193,12 // Sprout
  832. 1,7194,12 // Soft Blade of Grass
  833. 1,7195,12 // Slingshot
  834. 1,7196,12 // Shoulder Protector
  835. 1,7197,12 // Tough Vines
  836. 1,7198,12 // Huge Leaf
  837. 1,7200,12 // Elastic Band
  838. 1,7201,12 // Log
  839. 1,7202,12 // Pincher of Beetle
  840. 1,7203,12 // Strong Branch
  841. 1,7205,12 // Piece of Black Cloth
  842. 1,7206,12 // Black Cat Doll
  843. 1,7207,12 // Old Manteau
  844. 1,7208,12 // Rusty Kitchen Knife
  845. 1,7209,12 // Helm of Dullahan
  846. 1,7210,12 // Armor Piece of Dullahan
  847. 1,7211,12 // Fragment of Rossata Stone
  848. 1,7212,12 // Hung Doll
  849. 1,7213,12 // Needle Packet
  850. 1,7214,12 // Bat Cage
  851. 1,7215,12 // Broken Needle
  852. 1,7216,12 // Red Muffler
  853. 1,7217,12 // Spool
  854. 1,7218,12 // Decomposed Rope
  855. 1,7219,12 // Striped Sock
  856. 1,7220,12 // Ectoplasm
  857. 1,7221,12 // Tangled Chains
  858. 1,7222,12 // Wooden Gnarl
  859. 1,7223,12 // Contorted Self-Portrait
  860. 1,7225,12 // Pumpkin Lantern
  861. 1,7262,12 // Folding Fan of Cat Ghost
  862. 1,7263,12 // Cat's Eye
  863. 1,7264,12 // Dry Sand
  864. 1,7265,12 // Dragon Horn
  865. 1,7266,12 // Denture from Dragon Mask
  866. 1,7267,12 // Tiger Panty
  867. 1,7268,12 // Little Ghost Doll
  868. 1,7269,12 // Pinafore
  869. 1,7270,12 // Nursing_Bottle
  870. 1,10001,3 // Skull Helm
  871. 1,10002,3 // Monster Oxygen Mask
  872. 1,10003,3 // Transparent Headgear
  873. 1,10004,3 // Pacifier
  874. 1,10005,3 // Wig
  875. 1,10006,3 // Queen's Hair Ornament
  876. 1,10007,3 // Silk Ribbon
  877. 1,10008,3 // Punisher
  878. 1,10009,3 // Wild Flower
  879. 1,10010,3 // Battered Pot
  880. 1,10011,3 // Stellar Hairpin
  881. 1,10012,3 // Tiny Egg Shell
  882. 1,10013,3 // Backpack
  883. 1,10014,3 // Rocker Glasses
  884. 1,10015,3 // Green Lace
  885. 1,10016,3 // Golden Bell
  886. 1,10017,3 // Bark Shorts
  887. 1,10018,3 // Monkey Circlet
  888. 1,10019,3 // Red Scarf
  889. 1,10020,3 // Grave Keeper's Sword
  890. 1,7561,21 // Ice Heart
  891. 1,7562,21 // Ice Scale
  892. 1,7563,21 // Bloody Rune
  893. 1,7564,21 // Rotten Meat
  894. 1,7565,21 // Sticky Poison
  895. 1,7751,34 // Old White Cloth
  896. 1,7752,32 // Clattering Skull
  897. 1,7753,34 // Broken Farm Tools
  898. 1,2123,1 // Orleans' Plate
  899. 1,2124,1 // Thorny Shield
  900. 1,2365,1 // Robes of Orleans
  901. 1,2125,1 // Strong Shield
  902. 1,2420,1 // Angel's Reincarnation
  903. 1,5122,1 // Magni's Cap
  904. 1,5175,1 // Censor Bar
  905. 1,1264,1 // Specialty Jur
  906. 1,1269,1 // Inverse Scale
  907. 1,1271,1 // Blood Tears
  908. 1,1370,1 // Doom Slayer
  909. 1,1376,1 // Heart Breaker
  910. 1,1377,1 // Hurricane's Fury
  911. 1,1478,1 // Ahlspiess
  912. 1,13304,1 // Spirit of Kamaitachi
  913. 1,1730,1 // Burning Bow
  914. 1,1731,1 // Freezing Bow
  915. 1,1732,1 // Earthen Bow
  916. 1,1733,1 // Gale Bow
  917. 1,1818,1 // Magma Fist
  918. 1,1819,1 // Iceicle Fist
  919. 1,1820,1 // Electric Fist
  920. 1,1821,1 // Seismic Fist
  921. 1,1822,1 // Barrage Fist
  922. 1,1919,1 // Bass Guitar
  923. 1,1972,1 // Electric Eel
  924. 1,1973,1 // Foot of the Sea Witch
  925. 1,1974,1 // Carrot Whip
  926. 1,13200,1 // Bullet
  927. 1,13201,1 // Silver Bulle
  928. 1,13202,1 // Shell of Blood
  929. 1,13203,1 // Flare Sphere
  930. 1,13204,1 // Lightning Sphere
  931. 1,13205,1 // Poison Sphere
  932. 1,13206,1 // Blind Sphere
  933. 1,13207,1 // Freezing Sphere
  934. 1,13167,1 // Gate Keeper-DD
  935. 1,13168,1 // Thunder-P
  936. 1,13163,1 // Long Barrel
  937. 1,13170,2 // Lever Action Rifle
  938. 1,13164,1 // Long Barrel [1]