item_giftbox.txt 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629
  1. // Gift Box Obtainable Items Database
  2. //
  3. // Structure of Database:
  4. // GroupID,ItemID,Rate
  5. // GiftBox
  6. IG_GiftBox,501,1 // Red Potion
  7. IG_GiftBox,502,1 // Orange Potion
  8. IG_GiftBox,503,1 // Yellow Potion
  9. IG_GiftBox,504,1 // White Potion
  10. IG_GiftBox,505,1 // Blue Potion
  11. IG_GiftBox,506,1 // Green Potion
  12. IG_GiftBox,526,1 // Royal Jelly
  13. IG_GiftBox,529,1 // Candy
  14. IG_GiftBox,530,1 // Candy Cane
  15. IG_GiftBox,537,1 // Pet Food
  16. IG_GiftBox,538,1 // Well-baked Cookie
  17. IG_GiftBox,539,1 // Piece of Cake
  18. IG_GiftBox,617,1 // Old Purple Box
  19. IG_GiftBox,644,19 // Gift Box
  20. IG_GiftBox,706,1 // Four Leaf Clover
  21. IG_GiftBox,718,1 // Garnet
  22. IG_GiftBox,719,1 // Amethyst
  23. IG_GiftBox,720,1 // Aquamarine
  24. IG_GiftBox,721,1 // Emerald
  25. IG_GiftBox,722,1 // Pearl
  26. IG_GiftBox,723,1 // Ruby
  27. IG_GiftBox,724,1 // Cursed Ruby
  28. IG_GiftBox,725,1 // Sardonyx
  29. IG_GiftBox,726,1 // Sapphire
  30. IG_GiftBox,727,1 // Opal
  31. IG_GiftBox,728,1 // Topaz
  32. IG_GiftBox,729,1 // Zircon
  33. IG_GiftBox,730,1 // 1carat Diamond
  34. IG_GiftBox,731,1 // 2carat Diamond
  35. IG_GiftBox,732,1 // 3carat Diamond
  36. IG_GiftBox,733,1 // Cracked Diamond
  37. IG_GiftBox,734,1 // Red Frame
  38. IG_GiftBox,735,1 // Chung Jah
  39. IG_GiftBox,736,1 // China
  40. IG_GiftBox,737,1 // Black Ladle
  41. IG_GiftBox,738,1 // Pencil Case
  42. IG_GiftBox,739,1 // Rouge
  43. IG_GiftBox,740,1 // Puppet
  44. IG_GiftBox,741,1 // Poring Doll
  45. IG_GiftBox,742,1 // Chonchon Doll
  46. IG_GiftBox,743,1 // Spore Doll
  47. IG_GiftBox,744,1 // Bouquet
  48. IG_GiftBox,745,1 // Wedding Bouquet
  49. IG_GiftBox,746,1 // Glass Bead
  50. IG_GiftBox,747,1 // Crystal Mirror
  51. IG_GiftBox,748,1 // Witherless Rose
  52. IG_GiftBox,749,1 // Frozen Rose
  53. IG_GiftBox,750,1 // Baphomet Doll
  54. IG_GiftBox,751,1 // Osiris Doll
  55. IG_GiftBox,752,1 // Grasshopper Doll
  56. IG_GiftBox,753,1 // Yoyo Doll
  57. IG_GiftBox,754,1 // Raccoon Doll
  58. IG_GiftBox,969,1 // Gold
  59. IG_GiftBox,975,1 // Scarlet Dyestuff
  60. IG_GiftBox,976,1 // Lemon Dyestuff
  61. IG_GiftBox,978,1 // Cobaltblue Dyestuff
  62. IG_GiftBox,979,1 // Darkgreen Dyestuff
  63. IG_GiftBox,980,1 // Orange Dyestuff
  64. IG_GiftBox,981,1 // Violet Dyestuff
  65. IG_GiftBox,982,1 // White Dyestuff
  66. IG_GiftBox,983,1 // Black Dyestuff
  67. IG_GiftBox,994,1 // Flame Heart
  68. IG_GiftBox,995,1 // Mystic Frozen
  69. IG_GiftBox,996,1 // Rough Wind
  70. IG_GiftBox,997,1 // Great Nature
  71. IG_GiftBox,999,1 // Steel
  72. IG_GiftBox,1000,1 // Star Crumb
  73. IG_GiftBox,1558,1 // Girl's Diary
  74. IG_GiftBox,4005,1 // Santa Poring Card
  75. IG_GiftBox,7034,1 // Red Stocking
  76. // GiftBox_1
  77. IG_GiftBox_1,501,1 // Red Potion
  78. IG_GiftBox_1,502,1 // Orange Potion
  79. IG_GiftBox_1,503,1 // Yellow Potion
  80. IG_GiftBox_1,504,1 // White Potion
  81. IG_GiftBox_1,505,1 // Blue Potion
  82. IG_GiftBox_1,506,1 // Green Potion
  83. IG_GiftBox_1,526,1 // Royal Jelly
  84. IG_GiftBox_1,529,1 // Candy
  85. IG_GiftBox_1,530,1 // Candy Cane
  86. IG_GiftBox_1,537,1 // Pet Food
  87. IG_GiftBox_1,538,1 // Well-baked Cookie
  88. IG_GiftBox_1,539,1 // Piece of Cake
  89. IG_GiftBox_1,617,1 // Old Purple Box
  90. IG_GiftBox_1,644,19 // Gift Box
  91. IG_GiftBox_1,706,1 // Four Leaf Clover
  92. IG_GiftBox_1,718,1 // Garnet
  93. IG_GiftBox_1,719,1 // Amethyst
  94. IG_GiftBox_1,720,1 // Aquamarine
  95. IG_GiftBox_1,721,1 // Emerald
  96. IG_GiftBox_1,722,1 // Pearl
  97. IG_GiftBox_1,723,1 // Ruby
  98. IG_GiftBox_1,724,1 // Cursed Ruby
  99. IG_GiftBox_1,725,1 // Sardonyx
  100. IG_GiftBox_1,726,1 // Sapphire
  101. IG_GiftBox_1,727,1 // Opal
  102. IG_GiftBox_1,728,1 // Topaz
  103. IG_GiftBox_1,729,1 // Zircon
  104. IG_GiftBox_1,730,1 // 1carat Diamond
  105. IG_GiftBox_1,731,1 // 2carat Diamond
  106. IG_GiftBox_1,732,1 // 3carat Diamond
  107. IG_GiftBox_1,733,1 // Cracked Diamond
  108. IG_GiftBox_1,734,1 // Red Frame
  109. IG_GiftBox_1,735,1 // Chung Jah
  110. IG_GiftBox_1,736,1 // China
  111. IG_GiftBox_1,737,1 // Black Ladle
  112. IG_GiftBox_1,738,1 // Pencil Case
  113. IG_GiftBox_1,739,1 // Rouge
  114. IG_GiftBox_1,740,1 // Puppet
  115. IG_GiftBox_1,741,1 // Poring Doll
  116. IG_GiftBox_1,742,1 // Chonchon Doll
  117. IG_GiftBox_1,743,1 // Spore Doll
  118. IG_GiftBox_1,744,1 // Bouquet
  119. IG_GiftBox_1,745,1 // Wedding Bouquet
  120. IG_GiftBox_1,746,1 // Glass Bead
  121. IG_GiftBox_1,747,1 // Crystal Mirror
  122. IG_GiftBox_1,748,1 // Witherless Rose
  123. IG_GiftBox_1,749,1 // Frozen Rose
  124. IG_GiftBox_1,750,1 // Baphomet Doll
  125. IG_GiftBox_1,751,1 // Osiris Doll
  126. IG_GiftBox_1,752,1 // Grasshopper Doll
  127. IG_GiftBox_1,753,1 // Yoyo Doll
  128. IG_GiftBox_1,754,1 // Raccoon Doll
  129. IG_GiftBox_1,969,1 // Gold
  130. IG_GiftBox_1,975,1 // Scarlet Dyestuff
  131. IG_GiftBox_1,976,1 // Lemon Dyestuff
  132. IG_GiftBox_1,978,1 // Cobaltblue Dyestuff
  133. IG_GiftBox_1,979,1 // Darkgreen Dyestuff
  134. IG_GiftBox_1,980,1 // Orange Dyestuff
  135. IG_GiftBox_1,981,1 // Violet Dyestuff
  136. IG_GiftBox_1,982,1 // White Dyestuff
  137. IG_GiftBox_1,983,1 // Black Dyestuff
  138. IG_GiftBox_1,994,1 // Flame Heart
  139. IG_GiftBox_1,995,1 // Mystic Frozen
  140. IG_GiftBox_1,996,1 // Rough Wind
  141. IG_GiftBox_1,997,1 // Great Nature
  142. IG_GiftBox_1,999,1 // Steel
  143. IG_GiftBox_1,1000,1 // Star Crumb
  144. IG_GiftBox_1,1558,1 // Girl's Diary
  145. IG_GiftBox_1,4005,1 // Santa Poring Card
  146. IG_GiftBox_1,7034,1 // Red Stocking
  147. // GiftBox_2
  148. IG_GiftBox_2,501,1 // Red Potion
  149. IG_GiftBox_2,502,1 // Orange Potion
  150. IG_GiftBox_2,503,1 // Yellow Potion
  151. IG_GiftBox_2,504,1 // White Potion
  152. IG_GiftBox_2,505,1 // Blue Potion
  153. IG_GiftBox_2,506,1 // Green Potion
  154. IG_GiftBox_2,526,1 // Royal Jelly
  155. IG_GiftBox_2,529,1 // Candy
  156. IG_GiftBox_2,530,1 // Candy Cane
  157. IG_GiftBox_2,537,1 // Pet Food
  158. IG_GiftBox_2,538,1 // Well-baked Cookie
  159. IG_GiftBox_2,539,1 // Piece of Cake
  160. IG_GiftBox_2,617,1 // Old Purple Box
  161. IG_GiftBox_2,644,19 // Gift Box
  162. IG_GiftBox_2,706,1 // Four Leaf Clover
  163. IG_GiftBox_2,718,1 // Garnet
  164. IG_GiftBox_2,719,1 // Amethyst
  165. IG_GiftBox_2,720,1 // Aquamarine
  166. IG_GiftBox_2,721,1 // Emerald
  167. IG_GiftBox_2,722,1 // Pearl
  168. IG_GiftBox_2,723,1 // Ruby
  169. IG_GiftBox_2,724,1 // Cursed Ruby
  170. IG_GiftBox_2,725,1 // Sardonyx
  171. IG_GiftBox_2,726,1 // Sapphire
  172. IG_GiftBox_2,727,1 // Opal
  173. IG_GiftBox_2,728,1 // Topaz
  174. IG_GiftBox_2,729,1 // Zircon
  175. IG_GiftBox_2,730,1 // 1carat Diamond
  176. IG_GiftBox_2,731,1 // 2carat Diamond
  177. IG_GiftBox_2,732,1 // 3carat Diamond
  178. IG_GiftBox_2,733,1 // Cracked Diamond
  179. IG_GiftBox_2,734,1 // Red Frame
  180. IG_GiftBox_2,735,1 // Chung Jah
  181. IG_GiftBox_2,736,1 // China
  182. IG_GiftBox_2,737,1 // Black Ladle
  183. IG_GiftBox_2,738,1 // Pencil Case
  184. IG_GiftBox_2,739,1 // Rouge
  185. IG_GiftBox_2,740,1 // Puppet
  186. IG_GiftBox_2,741,1 // Poring Doll
  187. IG_GiftBox_2,742,1 // Chonchon Doll
  188. IG_GiftBox_2,743,1 // Spore Doll
  189. IG_GiftBox_2,744,1 // Bouquet
  190. IG_GiftBox_2,745,1 // Wedding Bouquet
  191. IG_GiftBox_2,746,1 // Glass Bead
  192. IG_GiftBox_2,747,1 // Crystal Mirror
  193. IG_GiftBox_2,748,1 // Witherless Rose
  194. IG_GiftBox_2,749,1 // Frozen Rose
  195. IG_GiftBox_2,750,1 // Baphomet Doll
  196. IG_GiftBox_2,751,1 // Osiris Doll
  197. IG_GiftBox_2,752,1 // Grasshopper Doll
  198. IG_GiftBox_2,753,1 // Yoyo Doll
  199. IG_GiftBox_2,754,1 // Raccoon Doll
  200. IG_GiftBox_2,969,1 // Gold
  201. IG_GiftBox_2,975,1 // Scarlet Dyestuff
  202. IG_GiftBox_2,976,1 // Lemon Dyestuff
  203. IG_GiftBox_2,978,1 // Cobaltblue Dyestuff
  204. IG_GiftBox_2,979,1 // Darkgreen Dyestuff
  205. IG_GiftBox_2,980,1 // Orange Dyestuff
  206. IG_GiftBox_2,981,1 // Violet Dyestuff
  207. IG_GiftBox_2,982,1 // White Dyestuff
  208. IG_GiftBox_2,983,1 // Black Dyestuff
  209. IG_GiftBox_2,994,1 // Flame Heart
  210. IG_GiftBox_2,995,1 // Mystic Frozen
  211. IG_GiftBox_2,996,1 // Rough Wind
  212. IG_GiftBox_2,997,1 // Great Nature
  213. IG_GiftBox_2,999,1 // Steel
  214. IG_GiftBox_2,1000,1 // Star Crumb
  215. IG_GiftBox_2,1558,1 // Girl's Diary
  216. IG_GiftBox_2,4005,1 // Santa Poring Card
  217. IG_GiftBox_2,7034,1 // Red Stocking
  218. // Gift_Box3
  219. IG_GiftBox_3,501,1 // Red Potion
  220. IG_GiftBox_3,502,1 // Orange Potion
  221. IG_GiftBox_3,503,1 // Yellow Potion
  222. IG_GiftBox_3,504,1 // White Potion
  223. IG_GiftBox_3,505,1 // Blue Potion
  224. IG_GiftBox_3,506,1 // Green Potion
  225. IG_GiftBox_3,526,1 // Royal Jelly
  226. IG_GiftBox_3,529,1 // Candy
  227. IG_GiftBox_3,530,1 // Candy Cane
  228. IG_GiftBox_3,537,1 // Pet Food
  229. IG_GiftBox_3,538,1 // Well-baked Cookie
  230. IG_GiftBox_3,539,1 // Piece of Cake
  231. IG_GiftBox_3,617,1 // Old Purple Box
  232. IG_GiftBox_3,644,19 // Gift Box
  233. IG_GiftBox_3,706,1 // Four Leaf Clover
  234. IG_GiftBox_3,718,1 // Garnet
  235. IG_GiftBox_3,719,1 // Amethyst
  236. IG_GiftBox_3,720,1 // Aquamarine
  237. IG_GiftBox_3,721,1 // Emerald
  238. IG_GiftBox_3,722,1 // Pearl
  239. IG_GiftBox_3,723,1 // Ruby
  240. IG_GiftBox_3,724,1 // Cursed Ruby
  241. IG_GiftBox_3,725,1 // Sardonyx
  242. IG_GiftBox_3,726,1 // Sapphire
  243. IG_GiftBox_3,727,1 // Opal
  244. IG_GiftBox_3,728,1 // Topaz
  245. IG_GiftBox_3,729,1 // Zircon
  246. IG_GiftBox_3,730,1 // 1carat Diamond
  247. IG_GiftBox_3,731,1 // 2carat Diamond
  248. IG_GiftBox_3,732,1 // 3carat Diamond
  249. IG_GiftBox_3,733,1 // Cracked Diamond
  250. IG_GiftBox_3,734,1 // Red Frame
  251. IG_GiftBox_3,735,1 // Chung Jah
  252. IG_GiftBox_3,736,1 // China
  253. IG_GiftBox_3,737,1 // Black Ladle
  254. IG_GiftBox_3,738,1 // Pencil Case
  255. IG_GiftBox_3,739,1 // Rouge
  256. IG_GiftBox_3,740,1 // Puppet
  257. IG_GiftBox_3,741,1 // Poring Doll
  258. IG_GiftBox_3,742,1 // Chonchon Doll
  259. IG_GiftBox_3,743,1 // Spore Doll
  260. IG_GiftBox_3,744,1 // Bouquet
  261. IG_GiftBox_3,745,1 // Wedding Bouquet
  262. IG_GiftBox_3,746,1 // Glass Bead
  263. IG_GiftBox_3,747,1 // Crystal Mirror
  264. IG_GiftBox_3,748,1 // Witherless Rose
  265. IG_GiftBox_3,749,1 // Frozen Rose
  266. IG_GiftBox_3,750,1 // Baphomet Doll
  267. IG_GiftBox_3,751,1 // Osiris Doll
  268. IG_GiftBox_3,752,1 // Grasshopper Doll
  269. IG_GiftBox_3,753,1 // Yoyo Doll
  270. IG_GiftBox_3,754,1 // Raccoon Doll
  271. IG_GiftBox_3,969,1 // Gold
  272. IG_GiftBox_3,975,1 // Scarlet Dyestuff
  273. IG_GiftBox_3,976,1 // Lemon Dyestuff
  274. IG_GiftBox_3,978,1 // Cobaltblue Dyestuff
  275. IG_GiftBox_3,979,1 // Darkgreen Dyestuff
  276. IG_GiftBox_3,980,1 // Orange Dyestuff
  277. IG_GiftBox_3,981,1 // Violet Dyestuff
  278. IG_GiftBox_3,982,1 // White Dyestuff
  279. IG_GiftBox_3,983,1 // Black Dyestuff
  280. IG_GiftBox_3,994,1 // Flame Heart
  281. IG_GiftBox_3,995,1 // Mystic Frozen
  282. IG_GiftBox_3,996,1 // Rough Wind
  283. IG_GiftBox_3,997,1 // Great Nature
  284. IG_GiftBox_3,999,1 // Steel
  285. IG_GiftBox_3,1000,1 // Star Crumb
  286. IG_GiftBox_3,1558,1 // Girl's Diary
  287. IG_GiftBox_3,4005,1 // Santa Poring Card
  288. IG_GiftBox_3,7034,1 // Red Stocking
  289. // GiftBox_4
  290. IG_GiftBox_4,501,1 // Red Potion
  291. IG_GiftBox_4,502,1 // Orange Potion
  292. IG_GiftBox_4,503,1 // Yellow Potion
  293. IG_GiftBox_4,504,1 // White Potion
  294. IG_GiftBox_4,505,1 // Blue Potion
  295. IG_GiftBox_4,506,1 // Green Potion
  296. IG_GiftBox_4,526,1 // Royal Jelly
  297. IG_GiftBox_4,529,1 // Candy
  298. IG_GiftBox_4,530,1 // Candy Cane
  299. IG_GiftBox_4,537,1 // Pet Food
  300. IG_GiftBox_4,538,1 // Well-baked Cookie
  301. IG_GiftBox_4,539,1 // Piece of Cake
  302. IG_GiftBox_4,617,1 // Old Purple Box
  303. IG_GiftBox_4,644,19 // Gift Box
  304. IG_GiftBox_4,706,1 // Four Leaf Clover
  305. IG_GiftBox_4,718,1 // Garnet
  306. IG_GiftBox_4,719,1 // Amethyst
  307. IG_GiftBox_4,720,1 // Aquamarine
  308. IG_GiftBox_4,721,1 // Emerald
  309. IG_GiftBox_4,722,1 // Pearl
  310. IG_GiftBox_4,723,1 // Ruby
  311. IG_GiftBox_4,724,1 // Cursed Ruby
  312. IG_GiftBox_4,725,1 // Sardonyx
  313. IG_GiftBox_4,726,1 // Sapphire
  314. IG_GiftBox_4,727,1 // Opal
  315. IG_GiftBox_4,728,1 // Topaz
  316. IG_GiftBox_4,729,1 // Zircon
  317. IG_GiftBox_4,730,1 // 1carat Diamond
  318. IG_GiftBox_4,731,1 // 2carat Diamond
  319. IG_GiftBox_4,732,1 // 3carat Diamond
  320. IG_GiftBox_4,733,1 // Cracked Diamond
  321. IG_GiftBox_4,734,1 // Red Frame
  322. IG_GiftBox_4,735,1 // Chung Jah
  323. IG_GiftBox_4,736,1 // China
  324. IG_GiftBox_4,737,1 // Black Ladle
  325. IG_GiftBox_4,738,1 // Pencil Case
  326. IG_GiftBox_4,739,1 // Rouge
  327. IG_GiftBox_4,740,1 // Puppet
  328. IG_GiftBox_4,741,1 // Poring Doll
  329. IG_GiftBox_4,742,1 // Chonchon Doll
  330. IG_GiftBox_4,743,1 // Spore Doll
  331. IG_GiftBox_4,744,1 // Bouquet
  332. IG_GiftBox_4,745,1 // Wedding Bouquet
  333. IG_GiftBox_4,746,1 // Glass Bead
  334. IG_GiftBox_4,747,1 // Crystal Mirror
  335. IG_GiftBox_4,748,1 // Witherless Rose
  336. IG_GiftBox_4,749,1 // Frozen Rose
  337. IG_GiftBox_4,750,1 // Baphomet Doll
  338. IG_GiftBox_4,751,1 // Osiris Doll
  339. IG_GiftBox_4,752,1 // Grasshopper Doll
  340. IG_GiftBox_4,753,1 // Yoyo Doll
  341. IG_GiftBox_4,754,1 // Raccoon Doll
  342. IG_GiftBox_4,969,1 // Gold
  343. IG_GiftBox_4,975,1 // Scarlet Dyestuff
  344. IG_GiftBox_4,976,1 // Lemon Dyestuff
  345. IG_GiftBox_4,978,1 // Cobaltblue Dyestuff
  346. IG_GiftBox_4,979,1 // Darkgreen Dyestuff
  347. IG_GiftBox_4,980,1 // Orange Dyestuff
  348. IG_GiftBox_4,981,1 // Violet Dyestuff
  349. IG_GiftBox_4,982,1 // White Dyestuff
  350. IG_GiftBox_4,983,1 // Black Dyestuff
  351. IG_GiftBox_4,994,1 // Flame Heart
  352. IG_GiftBox_4,995,1 // Mystic Frozen
  353. IG_GiftBox_4,996,1 // Rough Wind
  354. IG_GiftBox_4,997,1 // Great Nature
  355. IG_GiftBox_4,999,1 // Steel
  356. IG_GiftBox_4,1000,1 // Star Crumb
  357. IG_GiftBox_4,1558,1 // Girl's Diary
  358. IG_GiftBox_4,4005,1 // Santa Poring Card
  359. IG_GiftBox_4,7034,1 // Red Stocking
  360. // GiftBox_China
  361. IG_GiftBoxChina,501,1 // Red Potion
  362. IG_GiftBoxChina,502,1 // Orange Potion
  363. IG_GiftBoxChina,503,1 // Yellow Potion
  364. IG_GiftBoxChina,504,1 // White Potion
  365. IG_GiftBoxChina,505,1 // Blue Potion
  366. IG_GiftBoxChina,506,1 // Green Potion
  367. IG_GiftBoxChina,518,1 // Honey
  368. IG_GiftBoxChina,520,1 // Hinalle Leaflet
  369. IG_GiftBoxChina,521,2 // Aloe Leaflet
  370. IG_GiftBoxChina,525,1 // Panacea
  371. IG_GiftBoxChina,526,1 // Royal Jelly
  372. IG_GiftBoxChina,529,1 // Candy
  373. IG_GiftBoxChina,530,1 // Candy Cane
  374. IG_GiftBoxChina,603,40 // Old Blue Box
  375. IG_GiftBoxChina,604,9 // Dead Branch
  376. IG_GiftBoxChina,605,1 // Anodyne
  377. IG_GiftBoxChina,606,1 // Aloevera
  378. IG_GiftBoxChina,607,1 // Yggdrasil Berry
  379. IG_GiftBoxChina,608,1 // Yggdrasil Seed
  380. IG_GiftBoxChina,610,1 // Yggdrasil Leaf
  381. IG_GiftBoxChina,612,5 // Mini Furnace
  382. IG_GiftBoxChina,613,1 // Iron Hammer
  383. IG_GiftBoxChina,614,1 // Golden Hammer
  384. IG_GiftBoxChina,615,1 // Oridecon Hammer
  385. IG_GiftBoxChina,701,1 // Ora Ora
  386. IG_GiftBoxChina,702,1 // Animal Gore
  387. IG_GiftBoxChina,703,1 // Hinalle
  388. IG_GiftBoxChina,704,1 // Aloe
  389. IG_GiftBoxChina,706,1 // Four Leaf Clover
  390. IG_GiftBoxChina,707,1 // Singing Plant
  391. IG_GiftBoxChina,708,1 // Ment
  392. IG_GiftBoxChina,710,1 // Illusion Flower
  393. IG_GiftBoxChina,715,1 // Yellow Gemstone
  394. IG_GiftBoxChina,716,1 // Red Gemstone
  395. IG_GiftBoxChina,717,1 // Blue Gemstone
  396. IG_GiftBoxChina,718,1 // Garnet
  397. IG_GiftBoxChina,719,1 // Amethyst
  398. IG_GiftBoxChina,720,1 // Aquamarine
  399. IG_GiftBoxChina,721,1 // Emerald
  400. IG_GiftBoxChina,722,1 // Pearl
  401. IG_GiftBoxChina,723,1 // Ruby
  402. IG_GiftBoxChina,724,1 // Cursed Ruby
  403. IG_GiftBoxChina,725,1 // Sardonyx
  404. IG_GiftBoxChina,726,1 // Sapphire
  405. IG_GiftBoxChina,727,1 // Opal
  406. IG_GiftBoxChina,728,1 // Topaz
  407. IG_GiftBoxChina,729,1 // Zircon
  408. IG_GiftBoxChina,730,1 // 1carat Diamond
  409. IG_GiftBoxChina,731,1 // 2carat Diamond
  410. IG_GiftBoxChina,732,1 // 3carat Diamond
  411. IG_GiftBoxChina,733,1 // Cracked Diamond
  412. IG_GiftBoxChina,734,1 // Red Frame
  413. IG_GiftBoxChina,735,1 // Chung Jah
  414. IG_GiftBoxChina,736,1 // China
  415. IG_GiftBoxChina,737,1 // Black Ladle
  416. IG_GiftBoxChina,738,1 // Pencil Case
  417. IG_GiftBoxChina,740,1 // Puppet
  418. IG_GiftBoxChina,741,1 // Poring Doll
  419. IG_GiftBoxChina,742,1 // Chonchon Doll
  420. IG_GiftBoxChina,743,1 // Spore Doll
  421. IG_GiftBoxChina,745,1 // Wedding Bouquet
  422. IG_GiftBoxChina,747,1 // Crystal Mirror
  423. IG_GiftBoxChina,748,1 // Witherless Rose
  424. IG_GiftBoxChina,749,1 // Frozen Rose
  425. IG_GiftBoxChina,752,1 // Grasshopper Doll
  426. IG_GiftBoxChina,753,1 // Yoyo Doll
  427. IG_GiftBoxChina,754,1 // Raccoon Doll
  428. IG_GiftBoxChina,909,1 // Jellopy
  429. IG_GiftBoxChina,910,1 // Garlet
  430. IG_GiftBoxChina,911,1 // Scell
  431. IG_GiftBoxChina,912,1 // Zargon
  432. IG_GiftBoxChina,931,1 // Orcish Voucher
  433. IG_GiftBoxChina,934,1 // Memento
  434. IG_GiftBoxChina,968,1 // Heroic Emblem
  435. IG_GiftBoxChina,969,1 // Gold
  436. IG_GiftBoxChina,971,1 // Detrimindexta
  437. IG_GiftBoxChina,972,1 // Karvodailnirol
  438. IG_GiftBoxChina,973,1 // Counteragent
  439. IG_GiftBoxChina,974,1 // Mixture
  440. IG_GiftBoxChina,975,1 // Scarlet Dyestuff
  441. IG_GiftBoxChina,976,1 // Lemon Dyestuff
  442. IG_GiftBoxChina,978,1 // Cobaltblue Dyestuff
  443. IG_GiftBoxChina,979,1 // Darkgreen Dyestuff
  444. IG_GiftBoxChina,980,1 // Orange Dyestuff
  445. IG_GiftBoxChina,981,1 // Violet Dyestuff
  446. IG_GiftBoxChina,982,1 // White Dyestuff
  447. IG_GiftBoxChina,983,1 // Black Dyestuff
  448. IG_GiftBoxChina,986,1 // Anvil
  449. IG_GiftBoxChina,987,1 // Oridecon Anvil
  450. IG_GiftBoxChina,988,1 // Golden Anvil
  451. IG_GiftBoxChina,989,1 // Emperium Anvil
  452. IG_GiftBoxChina,990,1 // Red Blood
  453. IG_GiftBoxChina,991,1 // Crystal Blue
  454. IG_GiftBoxChina,992,1 // Wind of Verdure
  455. IG_GiftBoxChina,993,1 // Green Live
  456. IG_GiftBoxChina,994,1 // Flame Heart
  457. IG_GiftBoxChina,995,1 // Mystic Frozen
  458. IG_GiftBoxChina,996,1 // Rough Wind
  459. IG_GiftBoxChina,997,1 // Great Nature
  460. IG_GiftBoxChina,998,1 // Iron
  461. IG_GiftBoxChina,999,1 // Steel
  462. IG_GiftBoxChina,1000,1 // Star Crumb
  463. IG_GiftBoxChina,1001,1 // Star Dust
  464. IG_GiftBoxChina,1002,1 // Iron Ore
  465. IG_GiftBoxChina,1003,1 // Coal
  466. IG_GiftBoxChina,1004,1 // Chivalry Emblem
  467. IG_GiftBoxChina,1005,1 // Hammer of Blacksmith
  468. IG_GiftBoxChina,1006,1 // Old Magicbook
  469. IG_GiftBoxChina,1007,1 // Necklace of Wisdom
  470. IG_GiftBoxChina,1008,1 // Necklace of Oblivion
  471. IG_GiftBoxChina,1009,1 // Hand of God
  472. IG_GiftBoxChina,1010,1 // Phracon
  473. IG_GiftBoxChina,1011,1 // Emveretarcon
  474. IG_GiftBoxChina,1065,1 // Trap
  475. IG_GiftBoxChina,1102,1 // Sword
  476. IG_GiftBoxChina,1105,1 // Falchion
  477. IG_GiftBoxChina,1108,1 // Blade
  478. IG_GiftBoxChina,1111,1 // Rapier
  479. IG_GiftBoxChina,1114,1 // Scimitar
  480. IG_GiftBoxChina,1117,1 // Katana
  481. IG_GiftBoxChina,1120,1 // Tsurugi
  482. IG_GiftBoxChina,1125,1 // Ring Pommel Saber
  483. IG_GiftBoxChina,1127,1 // Saber
  484. IG_GiftBoxChina,1128,1 // Haedonggum
  485. IG_GiftBoxChina,1129,1 // Flamberge
  486. IG_GiftBoxChina,1152,1 // Slayer
  487. IG_GiftBoxChina,1155,1 // Bastard Sword
  488. IG_GiftBoxChina,1158,1 // Two-Handed Sword
  489. IG_GiftBoxChina,1162,1 // Broad Sword
  490. IG_GiftBoxChina,1163,1 // Claymore
  491. IG_GiftBoxChina,1202,1 // Knife
  492. IG_GiftBoxChina,1205,1 // Cutter
  493. IG_GiftBoxChina,1208,1 // Main Gauche
  494. IG_GiftBoxChina,1211,1 // Dirk
  495. IG_GiftBoxChina,1214,1 // Dagger
  496. IG_GiftBoxChina,1217,1 // Stiletto
  497. IG_GiftBoxChina,1220,1 // Gladius
  498. IG_GiftBoxChina,1226,1 // Damascus
  499. IG_GiftBoxChina,1251,1 // Jur
  500. IG_GiftBoxChina,1253,1 // Katar
  501. IG_GiftBoxChina,1255,1 // Jamadhar
  502. IG_GiftBoxChina,1302,1 // Axe
  503. IG_GiftBoxChina,1352,1 // Battle Axe
  504. IG_GiftBoxChina,1355,1 // Hammer
  505. IG_GiftBoxChina,1358,1 // Buster
  506. IG_GiftBoxChina,1361,1 // Two-Handed Axe
  507. IG_GiftBoxChina,1402,1 // Javelin
  508. IG_GiftBoxChina,1405,1 // Spear
  509. IG_GiftBoxChina,1408,1 // Pike
  510. IG_GiftBoxChina,1410,1 // Lance
  511. IG_GiftBoxChina,1452,1 // Guisarme
  512. IG_GiftBoxChina,1455,1 // Glaive
  513. IG_GiftBoxChina,1458,1 // Partizan
  514. IG_GiftBoxChina,1461,1 // Trident
  515. IG_GiftBoxChina,1464,1 // Halberd
  516. IG_GiftBoxChina,1502,1 // Club
  517. IG_GiftBoxChina,1505,1 // Mace
  518. IG_GiftBoxChina,1508,1 // Smasher
  519. IG_GiftBoxChina,1511,1 // Flail
  520. IG_GiftBoxChina,1514,1 // Morning Star
  521. IG_GiftBoxChina,1517,1 // Sword Mace
  522. IG_GiftBoxChina,1520,1 // Chain
  523. IG_GiftBoxChina,1550,1 // Book
  524. IG_GiftBoxChina,1551,1 // Bible
  525. IG_GiftBoxChina,1602,1 // Rod
  526. IG_GiftBoxChina,1605,1 // Wand
  527. IG_GiftBoxChina,1608,1 // Staff
  528. IG_GiftBoxChina,1611,1 // Arc Wand
  529. IG_GiftBoxChina,1613,1 // Mighty Staff
  530. IG_GiftBoxChina,1702,1 // Bow
  531. IG_GiftBoxChina,1705,1 // Composite Bow
  532. IG_GiftBoxChina,1711,1 // Crossbow
  533. IG_GiftBoxChina,1713,1 // Arbalest
  534. IG_GiftBoxChina,1714,1 // Gakkung Bow
  535. IG_GiftBoxChina,1718,1 // Hunter Bow
  536. IG_GiftBoxChina,1719,1 // Roguemaster's Bow
  537. IG_GiftBoxChina,2102,1 // Guard
  538. IG_GiftBoxChina,2104,1 // Buckler
  539. IG_GiftBoxChina,2106,1 // Shield
  540. IG_GiftBoxChina,2108,1 // Mirror Shield
  541. IG_GiftBoxChina,2207,1 // Fancy Flower
  542. IG_GiftBoxChina,2209,1 // Ribbon
  543. IG_GiftBoxChina,2213,1 // Kitty Band
  544. IG_GiftBoxChina,2215,1 // Flower Band
  545. IG_GiftBoxChina,2217,1 // Biretta
  546. IG_GiftBoxChina,2221,1 // Hat
  547. IG_GiftBoxChina,2223,1 // Turban
  548. IG_GiftBoxChina,2225,1 // Goggles
  549. IG_GiftBoxChina,2227,1 // Cap
  550. IG_GiftBoxChina,2229,1 // Helm
  551. IG_GiftBoxChina,2231,1 // Gemmed Sallet
  552. IG_GiftBoxChina,2233,1 // Circlet
  553. IG_GiftBoxChina,2236,1 // Santa Hat
  554. IG_GiftBoxChina,2244,1 // Big Ribbon
  555. IG_GiftBoxChina,2249,1 // Coronet
  556. IG_GiftBoxChina,2250,1 // Cute Ribbon
  557. IG_GiftBoxChina,2257,1 // Unicorn Horn
  558. IG_GiftBoxChina,2258,1 // Spiky Band
  559. IG_GiftBoxChina,2262,1 // Clown Nose
  560. IG_GiftBoxChina,2263,1 // Zorro Masque
  561. IG_GiftBoxChina,2265,1 // Gangster Mask
  562. IG_GiftBoxChina,2269,1 // Romantic Flower
  563. IG_GiftBoxChina,2270,1 // Romantic Leaf
  564. IG_GiftBoxChina,2271,1 // Jack be Dandy
  565. IG_GiftBoxChina,2272,1 // Stop Post
  566. IG_GiftBoxChina,2273,1 // Doctor Band
  567. IG_GiftBoxChina,2275,1 // Red Bandana
  568. IG_GiftBoxChina,2276,1 // Angled Glasses
  569. IG_GiftBoxChina,2279,1 // Bomb Wick
  570. IG_GiftBoxChina,2284,1 // Antlers
  571. IG_GiftBoxChina,2287,1 // Pirate Bandana
  572. IG_GiftBoxChina,2289,1 // Poo Poo Hat
  573. IG_GiftBoxChina,2290,1 // Funeral Hat
  574. IG_GiftBoxChina,2291,1 // Masquerade
  575. IG_GiftBoxChina,2293,1 // Pretend Murdered
  576. IG_GiftBoxChina,2294,1 // Stellar
  577. IG_GiftBoxChina,2295,1 // Blinker
  578. IG_GiftBoxChina,2296,1 // Binoculars
  579. IG_GiftBoxChina,2298,1 // Green Feeler
  580. IG_GiftBoxChina,2299,1 // Orc Helm
  581. IG_GiftBoxChina,2302,1 // Cotton Shirt
  582. IG_GiftBoxChina,2304,1 // Jacket
  583. IG_GiftBoxChina,2306,1 // Adventurer's Suit
  584. IG_GiftBoxChina,2308,1 // Mantle
  585. IG_GiftBoxChina,2310,1 // Coat
  586. IG_GiftBoxChina,2311,1 // Mink Coat
  587. IG_GiftBoxChina,2313,1 // Padded Armor
  588. IG_GiftBoxChina,2315,1 // Chain Mail
  589. IG_GiftBoxChina,2317,1 // Full Plate
  590. IG_GiftBoxChina,2322,1 // Silk Robe
  591. IG_GiftBoxChina,2324,1 // Scapulare
  592. IG_GiftBoxChina,2326,1 // Saint's Robe
  593. IG_GiftBoxChina,2329,1 // Wooden Mail
  594. IG_GiftBoxChina,2331,1 // Tights
  595. IG_GiftBoxChina,2333,1 // Silver Robe
  596. IG_GiftBoxChina,2336,1 // Thief Clothes
  597. IG_GiftBoxChina,2337,1 // Ninja Suit
  598. IG_GiftBoxChina,2339,1 // Pantie
  599. IG_GiftBoxChina,2402,1 // Sandals
  600. IG_GiftBoxChina,2404,1 // Shoes
  601. IG_GiftBoxChina,2407,1 // Crystal Pumps
  602. IG_GiftBoxChina,2408,1 // Shackles
  603. IG_GiftBoxChina,2409,1 // High Heels
  604. IG_GiftBoxChina,2502,1 // Hood
  605. IG_GiftBoxChina,2504,1 // Muffler
  606. IG_GiftBoxChina,2506,1 // Manteau
  607. IG_GiftBoxChina,2507,1 // Ancient Cape
  608. IG_GiftBoxChina,2508,1 // Ragamuffin Manteau
  609. IG_GiftBoxChina,2601,1 // Ring
  610. IG_GiftBoxChina,2602,1 // Earring
  611. IG_GiftBoxChina,2603,1 // Necklace
  612. IG_GiftBoxChina,2604,1 // Glove
  613. IG_GiftBoxChina,2605,1 // Brooch
  614. IG_GiftBoxChina,2607,1 // Clip
  615. IG_GiftBoxChina,2608,1 // Rosary
  616. IG_GiftBoxChina,2609,1 // Skull Ring
  617. IG_GiftBoxChina,2610,1 // Gold Ring
  618. IG_GiftBoxChina,2611,1 // Silver Ring
  619. IG_GiftBoxChina,2612,1 // Flower Ring
  620. IG_GiftBoxChina,2613,1 // Diamond Ring
  621. IG_GiftBoxChina,5009,1 // Safety Helmet
  622. IG_GiftBoxChina,5010,1 // Indian Fillet
  623. IG_GiftBoxChina,5014,1 // Fin Helm
  624. IG_GiftBoxChina,5015,2 // Egg Shell
  625. // Old Gift Box
  626. IG_OldGiftBox,5270,45 // Happy Wig
  627. IG_OldGiftBox,5271,15 // Phoenix Crown
  628. IG_OldGiftBox,5272,40 // Smiling Mask