item_bluebox.txt 33 KB

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