item_buyingstore.txt 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134
  1. // Buying Store Item List
  2. // List of items, that can be sold to buying stores.
  3. // Format: <item id>
  4. // Example:
  5. // 512 // Apple
  6. // Note:
  7. // Items are in same order as data\buyingstoreitemlist.txt, which
  8. // must be edited as well for the client to accept added items.
  9. // items from 2011-11-02 update
  10. 714 // Emperium
  11. 6381 // Field_Shovel
  12. 6382 // Urn
  13. 6393 // Round_Feather
  14. 6394 // Golden_Feather
  15. 6395 // Angel_Magic_Power
  16. //6403
  17. //6404
  18. //6405
  19. //6423
  20. //6469
  21. //6470
  22. //6471
  23. //6493
  24. //6496
  25. //6497
  26. //6498
  27. //6499
  28. //6508
  29. //6509
  30. //6510
  31. //6511
  32. //6512
  33. //6513
  34. //6514
  35. //6515
  36. //6516
  37. //6517
  38. //6518
  39. //6523
  40. //6524
  41. //6525
  42. 7347 // Lab_Staff_Record
  43. 7760 // Yaga_Magic_Book
  44. 7762 // Yaga_Pestle
  45. 7824 // Spirit_Liquor
  46. 11519 // Beef_Toast
  47. 11520 // Mora_Mandarin
  48. 11521 // Pingui_Berry_Juice
  49. 11522 // Red_Raffle_Sap
  50. 11523 // Yellow_Raffle_Sap
  51. 11524 // White_Raffle_Sap
  52. 11525 // Mora_Hip_Tea
  53. 11526 // Rafflecino
  54. //11532
  55. //11533
  56. //11534
  57. //11536
  58. //11537
  59. //11547
  60. //11548
  61. //11549
  62. 12329 // Recall_MaleGM
  63. 12330 // Recall_FemaleGM
  64. 12342 // Manuk's_Opportunity
  65. 12343 // Manuk's_Courage
  66. 12344 // Pinguicula's_fruit_Jam
  67. 12345 // Luciola's_Honey_Jam
  68. 12348 // Manuk's_Faith
  69. 12349 // Cornus'_Tears
  70. 12350 // Angeling_Potion
  71. 12351 // Shout_Megaphone
  72. 12354 // Buche_De_Noel
  73. 12355 // Xmas_Gift
  74. 12356 // Louise_Costume_Box
  75. 12418 // Full_SwingK
  76. 12419 // Mana_Plus
  77. 12422 // HP_Increase_PotionS
  78. 12423 // HP_Increase_PotionM
  79. 12424 // HP_Increase_PotionL
  80. 12425 // SP_Increase_PotionS
  81. 12426 // SP_Increase_PotionM
  82. 12427 // SP_Increase_PotionL
  83. 12428 // Enrich_White_PotionZ
  84. 12429 // Savage_BBQ
  85. 12430 // Wug_Blood_Cocktail
  86. 12431 // Minor_Brisket
  87. 12432 // Siroma_Icetea
  88. 12433 // Drocera_Herb_Stew
  89. 12434 // Petti_Tail_Noodle
  90. 12436 // Vitata500
  91. 12437 // Enrich_Celermine_Juice
  92. 12475 // Cure_Free
  93. 12536 // NY_Rice_Cake_Soup
  94. 12539 // Splendid_Box
  95. 12561 // Mysterious_Seed
  96. 12574 // Mora_Berry
  97. 12575 // Arrow_Of_Elf_Cntr
  98. 12576 // Hunting_Arrow_Cntr
  99. //12582
  100. //12608
  101. //12609
  102. //12612
  103. //12613
  104. //12614
  105. //12615
  106. //12616
  107. //12617
  108. //12618
  109. //12619
  110. //12620
  111. //12621
  112. //12623
  113. //12675
  114. //12676
  115. //12677
  116. //12678
  117. //12679
  118. //12680
  119. //12683
  120. //12690
  121. //12691
  122. //12692
  123. //12693
  124. //12694
  125. //12695
  126. //12698
  127. //12699
  128. //12700
  129. //12775
  130. // items from 2010-03-12 update
  131. 601 // Wing_Of_Fly
  132. 602 // Wing_Of_Butterfly
  133. 603 // Old_Blue_Box
  134. 604 // Branch_Of_Dead_Tree
  135. 605 // Anodyne
  136. 606 // Aloebera
  137. 607 // Yggdrasilberry
  138. 608 // Seed_Of_Yggdrasil
  139. 609 // Amulet
  140. 610 // Leaf_Of_Yggdrasil
  141. 611 // Spectacles
  142. 612 // Portable_Furnace
  143. 613 // Iron_Hammer
  144. 614 // Golden_Hammer
  145. 615 // Oridecon_Hammer
  146. 616 // Old_Card_Album
  147. 617 // Old_Violet_Box
  148. 618 // Worn_Out_Scroll
  149. 619 // Unripe_Apple
  150. 620 // Orange_Juice
  151. 621 // Bitter_Herb
  152. 622 // Rainbow_Carrot
  153. 623 // Earthworm_The_Dude
  154. 624 // Rotten_Fish
  155. 625 // Lusty_Iron
  156. 626 // Monster_Juice
  157. 627 // Sweet_Milk
  158. 628 // Well_Dried_Bone
  159. 629 // Singing_Flower
  160. 630 // Dew_Laden_Moss
  161. 631 // Deadly_Noxious_Herb
  162. 632 // Fatty_Chubby_Earthworm
  163. 633 // Baked_Yam
  164. 634 // Tropical_Banana
  165. 635 // Horror_Of_Tribe
  166. 636 // No_Recipient
  167. 637 // Old_Broom
  168. 638 // Silver_Knife_Of_Chaste
  169. 639 // Armlet_Of_Obedience
  170. 640 // Shining_Stone
  171. 641 // Contracts_In_Shadow
  172. 642 // Book_Of_Devil
  173. 643 // Pet_Incubator
  174. 644 // Gift_Box
  175. 645 // Center_Potion
  176. 656 // Awakening_Potion
  177. 657 // Berserk_Potion
  178. 658 // Union_Of_Tribe
  179. 659 // Heart_Of_Her
  180. 660 // Prohibition_Red_Candle
  181. 661 // Sway_Apron
  182. 662 // Inspector_Certificate
  183. 663 // Korea_Rice_Cake
  184. 664 // Gift_Box_1
  185. 665 // Gift_Box_2
  186. 666 // Gift_Box_3
  187. 667 // Gift_Box_4
  188. 668 // Handsei
  189. 669 // Rice_Cake_Soup
  190. 678 // Poison_Bottle
  191. 679 // Gold_Pill
  192. 681 // Memory_Of_Wedding
  193. 682 // Realgar_Wine
  194. 683 // Exorcize_Herb
  195. 684 // Durian
  196. 686 // Earth_Scroll_1_3
  197. 687 // Earth_Scroll_1_5
  198. 688 // Cold_Scroll_1_3
  199. 689 // Cold_Scroll_1_5
  200. 690 // Fire_Scroll_1_3
  201. 691 // Fire_Scroll_1_5
  202. 692 // Wind_Scroll_1_3
  203. 693 // Wind_Scroll_1_5
  204. 694 // Ghost_Scroll_1_3
  205. 695 // Ghost_Scroll_1_5
  206. 696 // Fire_Scroll_2_1
  207. 697 // Fire_Scroll_2_5
  208. 698 // Fire_Scroll_3_1
  209. 699 // Fire_Scroll_3_5
  210. 700 // Cold_Scroll_2_1
  211. 12000 // Cold_Scroll_2_5
  212. 12001 // Holy_Scroll_1_3
  213. 12002 // Holy_Scroll_1_5
  214. 12003 // Holy_Scroll_2_1
  215. 12004 // Arrow_Container
  216. 12005 // Iron_Arrow_Container
  217. 12006 // Steel_Arrow_Container
  218. 12007 // Ori_Arrow_Container
  219. 12008 // Fire_Arrow_Container
  220. 12009 // Silver_Arrow_Container
  221. 12010 // Wind_Arrow_Container
  222. 12011 // Stone_Arrow_Container
  223. 12012 // Crystal_Arrow_Container
  224. 12013 // Shadow_Arrow_Container
  225. 12014 // Imma_Arrow_Container
  226. 12015 // Rusty_Arrow_Container
  227. 12016 // Speed_Up_Potion
  228. 12017 // Slow_Down_Potion
  229. 12018 // Fire_Cracker
  230. 12020 // Water_Of_Darkness
  231. 12027 // Giggling_Box
  232. 12028 // Box_Of_Thunder
  233. 12029 // Gloomy_Box
  234. 12030 // Box_Of_Grudge
  235. 12031 // Sleepy_Box
  236. 12032 // Box_Of_Storm
  237. 12033 // Box_Of_Sunlight
  238. 12034 // Painting_Box
  239. 12040 // Stone_Of_Intelligence_
  240. 12041 // Str_Dish01
  241. 12042 // Str_Dish02
  242. 12043 // Str_Dish03
  243. 12044 // Str_Dish04
  244. 12045 // Str_Dish05
  245. 12046 // Int_Dish01
  246. 12047 // Int_Dish02
  247. 12048 // Int_Dish03
  248. 12049 // Int_Dish04
  249. 12050 // Int_Dish05
  250. 12051 // Vit_Dish01
  251. 12052 // Vit_Dish02
  252. 12053 // Vit_Dish03
  253. 12054 // Vit_Dish04
  254. 12055 // Vit_Dish05
  255. 12056 // Agi_Dish01
  256. 12057 // Agi_Dish02
  257. 12058 // Agi_Dish03
  258. 12059 // Agi_Dish04
  259. 12060 // Agi_Dish05
  260. 12061 // Dex_Dish01
  261. 12062 // Dex_Dish02
  262. 12063 // Dex_Dish03
  263. 12064 // Dex_Dish04
  264. 12065 // Dex_Dish05
  265. 12066 // Luk_Dish01
  266. 12067 // Luk_Dish02
  267. 12068 // Luk_Dish03
  268. 12069 // Luk_Dish04
  269. 12070 // Luk_Dish05
  270. 12071 // Str_Dish06
  271. 12072 // Str_Dish07
  272. 12073 // Str_Dish08
  273. 12074 // Str_Dish09
  274. 12075 // Str_Dish10
  275. 12076 // Int_Dish06
  276. 12077 // Int_Dish07
  277. 12078 // Int_Dish08
  278. 12079 // Int_Dish09
  279. 12080 // Int_Dish10
  280. 12081 // Vit_Dish06
  281. 12082 // Vit_Dish07
  282. 12083 // Vit_Dish08
  283. 12084 // Vit_Dish09
  284. 12085 // Vit_Dish10
  285. 12086 // Agi_Dish06
  286. 12087 // Agi_Dish07
  287. 12088 // Agi_Dish08
  288. 12089 // Agi_Dish09
  289. 12090 // Agi_Dish10
  290. 12091 // Dex_Dish06
  291. 12092 // Dex_Dish07
  292. 12093 // Dex_Dish08
  293. 12094 // Dex_Dish09
  294. 12095 // Dex_Dish10
  295. 12096 // Luk_Dish06
  296. 12097 // Luk_Dish07
  297. 12098 // Luk_Dish08
  298. 12099 // Luk_Dish09
  299. 12100 // Luk_Dish10
  300. 12101 // Citron
  301. 12102 // Meat_Skewer
  302. 12103 // Bloody_Dead_Branch
  303. 12104 // Random_Quiver
  304. 12105 // Set_Of_Taiming_Item
  305. 12106 // Accessory_Box
  306. 12107 // Wrapped_Mask
  307. 12108 // Bundle_Of_Magic_Scroll
  308. 12109 // Poring_Box
  309. 12110 // First_Aid_Kit
  310. 12111 // Food_Package
  311. 12112 // Tropical_Sograt
  312. 12113 // Vermilion_The_Beach
  313. 12114 // Elemental_Fire
  314. 12115 // Elemental_Water
  315. 12116 // Elemental_Earth
  316. 12117 // Elemental_Wind
  317. 12118 // Resist_Fire
  318. 12119 // Resist_Water
  319. 12120 // Resist_Earth
  320. 12121 // Resist_Wind
  321. 12122 // Sesame_Pastry
  322. 12123 // Honey_Pastry
  323. 12124 // Rainbow_Cake
  324. 12125 // Outdoor_Cooking_Kits
  325. 12126 // Indoor_Cooking_Kits
  326. 12127 // High_end_Cooking_Kits
  327. 12128 // Imperial_Cooking_Kits
  328. 12129 // Fantastic_Cooking_Kits
  329. 12130 // Cookie_Bag
  330. 12132 // Red_Bag
  331. 12144 // Sphere_Case_Wind
  332. 12145 // Sphere_Case_Darkness
  333. 12146 // Sphere_Case_Poison
  334. 12147 // Sphere_Case_Water
  335. 12148 // Sphere_Case_Fire
  336. 12149 // Bullet_Case
  337. 12150 // Bullet_Case_Blood
  338. 12151 // Bullet_Case_Silver
  339. 12183 // Holy_Arrow_Quiver
  340. 12184 // Mercenary_Red_Potion
  341. 12185 // Mercenary_Blue_Potion
  342. 12194 // Hometown_Gift
  343. 12195 // Plain_Rice_Cake
  344. 12196 // Hearty_Rice_Cake
  345. 12197 // Salty_Rice_Cake
  346. 12198 // Lucky_Rice_Cake
  347. 12241 // M_Center_Potion
  348. 12242 // M_Awakening_Potion
  349. 12243 // M_Berserk_Potion
  350. 12246 // Magic_Card_Album
  351. 12260 // Cool_Summer_Outfit
  352. 12290 // Mysterious_Can
  353. 12291 // Mysterious_PET_Bottle
  354. 12292 // Unripe_Fruit
  355. 12293 // Dried_Yggdrasilberry
  356. 12341 // Special_Alloy_Trap_Box
  357. 12346 // Unripe_Acorn
  358. 12347 // Acorn_Jelly
  359. 12353 // Tiny_Waterbottle
  360. 12358 // Fan_Of_Wind
  361. 12359 // Very_Soft_Plant
  362. 12360 // Very_Red_Juice
  363. 12362 // Kuloren
  364. 12364 // Staff_Of_Leader
  365. 12365 // Charming_Lotus
  366. 12366 // Gril_Doll
  367. 12367 // Luxury_Whisky_Bottle
  368. 12368 // Splendid_Mirror
  369. 12369 // Coconut
  370. 12371 // Magical_Lithography
  371. 12372 // Hell_Contract
  372. 12373 // Boy's_Naivety
  373. 12374 // Flaming_Ice
  374. 12376 // Mysterious_Can2
  375. 12377 // Mysterious_PET_Bottle2
  376. 12379 // Pope's_Cookie
  377. 12383 // Vulcan_Bullet_Magazine
  378. 12392 // RepairA
  379. 12393 // RepairB
  380. 12394 // RepairC
  381. 12395 // Tantanmen
  382. 12414 // Guarana_Candy
  383. 12717 // Poison_Paralysis
  384. 12718 // Poison_Leech
  385. 12719 // Poison_Oblivion
  386. 12720 // Poison_Contamination
  387. 12721 // Poison_Numb
  388. 12722 // Poison_Fever
  389. 12723 // Poison_Laughing
  390. 12724 // Poison_Fatigue
  391. 12734 // Runstone_Quality
  392. 12735 // Runstone_Ancient
  393. 12736 // Runstone_Mystic
  394. 12737 // Runstone_Ordinary
  395. 12738 // Runstone_Rare
  396. 506 // Green_Potion
  397. 507 // Red_Herb
  398. 508 // Yellow_Herb
  399. 509 // White_Herb
  400. 510 // Blue_Herb
  401. 511 // Green_Herb
  402. 512 // Apple
  403. 513 // Banana
  404. 514 // Grape
  405. 515 // Carrot
  406. 516 // Sweet_Potato
  407. 517 // Meat
  408. 518 // Honey
  409. 519 // Milk
  410. 520 // Leaflet_Of_Hinal
  411. 521 // Leaflet_Of_Aloe
  412. 522 // Fruit_Of_Mastela
  413. 523 // Holy_Water
  414. 525 // Panacea
  415. 526 // Royal_Jelly
  416. 528 // Monster's_Feed
  417. 529 // Candy
  418. 530 // Candy_Striper
  419. 531 // Apple_Juice
  420. 532 // Banana_Juice
  421. 533 // Grape_Juice
  422. 534 // Carrot_Juice
  423. 535 // Pumpkin
  424. 536 // Ice_Cream
  425. 537 // Pet_Food
  426. 538 // Well_Baked_Cookie
  427. 539 // Piece_Of_Cake
  428. 544 // Fish_Slice
  429. 548 // Cheese
  430. 549 // Nice_Sweet_Potato
  431. 550 // Popped_Rice
  432. 551 // Shusi
  433. 553 // Bun
  434. 564 // Rice_Ball
  435. 566 // Tomyumkung
  436. 567 // Prawn
  437. 568 // Lemon
  438. 569 // Novice_Potion
  439. 570 // Lucky_Candy
  440. 571 // Lucky_Candy_Cane
  441. 572 // Lucky_Cookie
  442. 574 // Egg
  443. 576 // Prickly_Fruit
  444. 577 // Grain
  445. 578 // Strawberry
  446. 579 // Delicious_Fish
  447. 580 // Bread
  448. 581 // Mushroom
  449. 582 // Orange
  450. 584 // Fish_Ball_Soup
  451. 587 // Prickly_Fruit_
  452. 591 // Caviar_Pancake
  453. 592 // Jam_Pancake
  454. 593 // Honey_Pancake
  455. 594 // Sour_Cream_Pancake
  456. 595 // Mushroom_Pancake
  457. 11513 // Protect_Neck_Candy
  458. 11515 // Coconut
  459. 11516 // Acai_Fruit
  460. 11517 // Puri_Potion
  461. 701 // Ora_Ora
  462. 702 // Animal_Blood
  463. 703 // Hinalle
  464. 704 // Aloe
  465. 705 // Clover
  466. 706 // Four_Leaf_Clover
  467. 707 // Singing_Plant
  468. 708 // Ment
  469. 709 // Izidor
  470. 710 // Illusion_Flower
  471. 711 // Shoot
  472. 712 // Flower
  473. 713 // Empty_Bottle
  474. 715 // Yellow_Gemstone
  475. 716 // Red_Gemstone
  476. 717 // Blue_Gemstone
  477. 718 // Dark_Red_Jewel
  478. 719 // Violet_Jewel
  479. 720 // Skyblue_Jewel
  480. 721 // Azure_Jewel
  481. 722 // Scarlet_Jewel
  482. 723 // Cardinal_Jewel
  483. 724 // Cardinal_Jewel_
  484. 725 // Red_Jewel
  485. 726 // Blue_Jewel
  486. 727 // White_Jewel
  487. 728 // Golden_Jewel
  488. 729 // Bluish_Green_Jewel
  489. 730 // Crystal_Jewel
  490. 731 // Crystal_Jewel_
  491. 732 // Crystal_Jewel__
  492. 733 // Crystal_Jewel___
  493. 734 // Red_Frame
  494. 735 // Blue_Porcelain
  495. 736 // White_Platter
  496. 737 // Black_Ladle
  497. 738 // Pencil_Case
  498. 739 // Rouge
  499. 740 // Stuffed_Doll
  500. 741 // Poring_Doll
  501. 742 // Chonchon_Doll
  502. 743 // Spore_Doll
  503. 744 // Bunch_Of_Flowers
  504. 745 // Wedding_Bouquet
  505. 746 // Glass_Bead
  506. 747 // Crystal_Mirror
  507. 748 // Witherless_Rose
  508. 749 // Frozen_Rose
  509. 750 // Baphomet_Doll
  510. 751 // Osiris_Doll
  511. 752 // Grasshopper_Doll
  512. 753 // Monkey_Doll
  513. 754 // Raccoondog_Doll
  514. 756 // Oridecon_Stone
  515. 757 // Elunium_Stone
  516. 901 // Danggie
  517. 902 // Tree_Root
  518. 903 // Reptile_Tongue
  519. 904 // Scorpion's_Tail
  520. 905 // Stem
  521. 906 // Pointed_Scale
  522. 907 // Resin
  523. 908 // Spawn
  524. 909 // Jellopy
  525. 910 // Garlet
  526. 911 // Scell
  527. 912 // Zargon
  528. 913 // Tooth_Of_Bat
  529. 914 // Fluff
  530. 915 // Chrysalis
  531. 916 // Feather_Of_Birds
  532. 917 // Talon
  533. 918 // Sticky_Webfoot
  534. 919 // Animal's_Skin
  535. 920 // Claw_Of_Wolves
  536. 921 // Mushroom_Spore
  537. 922 // Orcish_Cuspid
  538. 923 // Evil_Horn
  539. 924 // Powder_Of_Butterfly
  540. 925 // Bill_Of_Birds
  541. 926 // Scale_Of_Snakes
  542. 928 // Insect_Feeler
  543. 929 // Immortal_Heart
  544. 930 // Rotten_Bandage
  545. 931 // Orcish_Voucher
  546. 932 // Skel_Bone
  547. 934 // Mementos
  548. 935 // Shell
  549. 936 // Scales_Shell
  550. 937 // Posionous_Canine
  551. 938 // Sticky_Mucus
  552. 939 // Bee_Sting
  553. 940 // Grasshopper's_Leg
  554. 941 // Nose_Ring
  555. 942 // Yoyo_Tail
  556. 943 // Solid_Shell
  557. 944 // Horseshoe
  558. 945 // Raccoon_Leaf
  559. 946 // Snail's_Shell
  560. 947 // Horn
  561. 948 // Bear's_Foot
  562. 949 // Feather
  563. 950 // Heart_Of_Mermaid
  564. 951 // Fin
  565. 952 // Cactus_Needle
  566. 953 // Stone_Heart
  567. 954 // Shining_Scales
  568. 955 // Worm_Peelings
  569. 956 // Gill
  570. 957 // Decayed_Nail
  571. 958 // Horrendous_Mouth
  572. 959 // Rotten_Scale
  573. 960 // Nipper
  574. 961 // Conch
  575. 962 // Tentacle
  576. 963 // Sharp_Scale
  577. 964 // Crap_Shell
  578. 965 // Clam_Shell
  579. 966 // Flesh_Of_Clam
  580. 967 // Turtle_Shell
  581. 968 // Voucher_Of_Orcish_Hero
  582. 969 // Gold
  583. 971 // Detrimindexta
  584. 972 // Karvodailnirol
  585. 973 // Counteragent
  586. 974 // Mixture
  587. 975 // Scarlet_Dyestuffs
  588. 976 // Lemon_Dyestuffs
  589. 978 // Cobaltblue_Dyestuffs
  590. 979 // Darkgreen_Dyestuffs
  591. 980 // Orange_Dyestuffs
  592. 981 // Violet_Dyestuffs
  593. 982 // White_Dyestuffs
  594. 983 // Black_Dyestuffs
  595. 984 // Oridecon
  596. 985 // Elunium
  597. 986 // Anvil
  598. 987 // Oridecon_Anvil
  599. 988 // Golden_Anvil
  600. 989 // Emperium_Anvil
  601. 990 // Boody_Red
  602. 991 // Crystal_Blue
  603. 992 // Wind_Of_Verdure
  604. 993 // Yellow_Live
  605. 994 // Flame_Heart
  606. 995 // Mistic_Frozen
  607. 996 // Rough_Wind
  608. 997 // Great_Nature
  609. 998 // Iron
  610. 999 // Steel
  611. 1000 // Star_Crumb
  612. 1001 // Sparkling_Dust
  613. 1002 // Iron_Ore
  614. 1003 // Coal
  615. 1004 // Patriotism_Marks
  616. 1005 // Hammer_Of_Blacksmith
  617. 1006 // Old_Magic_Book
  618. 1007 // Penetration
  619. 1008 // Frozen_Heart
  620. 1009 // Sacred_Marks
  621. 1010 // Phracon
  622. 1011 // Emveretarcon
  623. 1012 // Lizard_Scruff
  624. 1013 // Colorful_Shell
  625. 1014 // Jaws_Of_Ant
  626. 1015 // Thin_N'_Long_Tongue
  627. 1016 // Rat_Tail
  628. 1017 // Moustache_Of_Mole
  629. 1018 // Nail_Of_Mole
  630. 1019 // Wooden_Block
  631. 1020 // Long_Hair
  632. 1021 // Dokkaebi_Horn
  633. 1022 // Fox_Tail
  634. 1023 // Fish_Tail
  635. 1024 // Chinese_Ink
  636. 1025 // Spiderweb
  637. 1026 // Acorn
  638. 1027 // Porcupine_Spike
  639. 1028 // Wild_Boar's_Mane
  640. 1029 // Tiger's_Skin
  641. 1030 // Tiger_Footskin
  642. 1031 // Limb_Of_Mantis
  643. 1032 // Blossom_Of_Maneater
  644. 1033 // Root_Of_Maneater
  645. 1034 // Cobold_Hair
  646. 1035 // Dragon_Canine
  647. 1036 // Dragon_Scale
  648. 1037 // Dragon_Train
  649. 1038 // Petite_DiablOfs_Horn
  650. 1039 // Petite_DiablOfs_Wing
  651. 1040 // Elder_Pixie's_Beard
  652. 1041 // Lantern
  653. 1042 // Short_Leg
  654. 1043 // Nail_Of_Orc
  655. 1044 // Tooth_Of_
  656. 1045 // Sacred_Masque
  657. 1046 // Tweezer
  658. 1047 // Head_Of_Medusa
  659. 1048 // Slender_Snake
  660. 1049 // Skirt_Of_Virgin
  661. 1050 // Tendon
  662. 1051 // Detonator
  663. 1052 // Single_Cell
  664. 1053 // Tooth_Of_Ancient_Fish
  665. 1054 // Lip_Of_Ancient_Fish
  666. 1055 // Earthworm_Peeling
  667. 1056 // Grit
  668. 1057 // Moth_Dust
  669. 1058 // Wing_Of_Moth
  670. 1059 // Transparent_Cloth
  671. 1060 // Golden_Hair
  672. 1061 // Starsand_Of_Witch
  673. 1062 // Pumpkin_Head
  674. 1063 // Sharpened_Cuspid
  675. 1064 // Reins
  676. 1065 // Booby_Trap
  677. 1066 // Tree_Of_Archer_1
  678. 1067 // Tree_Of_Archer_2
  679. 1068 // Tree_Of_Archer_3
  680. 1088 // Morocc_Potion
  681. 1089 // Payon_Potion
  682. 1092 // Empty_Cylinder
  683. 1093 // Empty_Potion
  684. 1094 // Short_Daenggie
  685. 1095 // Needle_Of_Alarm
  686. 1096 // Round_Shell
  687. 1097 // Worn_Out_Page
  688. 1098 // Manacles
  689. 1099 // Worn_Out_Prison_Uniform
  690. 6001 // Essence_Of_Fire
  691. 6002 // Token_Of_Apostle
  692. 6003 // Soul_Pendant
  693. 6004 // Bapho_Doll
  694. 6008 // Wood
  695. 6010 // Pickaxe
  696. 6020 // Fur
  697. 6021 // Peaked_Hat
  698. 6022 // Hard_Skin
  699. 6023 // Mystic_Horn
  700. 6032 // Horn_Of_Hilsrion
  701. 6033 // Horn_Of_Tendrilion
  702. 6073 // Dragon's_Mane
  703. 6075 // Crystalized_Teardrop
  704. 6086 // Withered_Flower
  705. 6087 // Crystal_Of_Soul_01
  706. 6088 // Crystal_Of_Soul_02
  707. 6089 // Piece_Of_Darkness
  708. 6090 // Purified_Bradium
  709. 6091 // Dark_Red_Scale
  710. 6095 // Flavored_Alcohol
  711. 6096 // Fish_With_Blue_Back
  712. 6097 // Pumpkin_Pie_
  713. 6098 // Small_Snow_Flower
  714. 6099 // Grilled_Rice_Cake
  715. 6100 // Damp_Darkness
  716. 6104 // Big_Cell
  717. 6105 // Morning_Dew
  718. 6106 // Well_Ripened_Berry
  719. 6107 // Sunset_On_The_Rock
  720. 6108 // Apple_Pudding
  721. 6109 // Plant_Neutrient
  722. 6110 // Vital_Flower
  723. 6111 // Mystic_Stone
  724. 6112 // Fresh_Plant
  725. 6113 // Vital_Flower_
  726. 6114 // Flame_Gemstone
  727. 6115 // Bun_
  728. 6120 // Face_Paint
  729. 6123 // Surface_Paint
  730. 6128 // Guillotine_Antidote
  731. 6144 // Heartbroken_Tears
  732. 6145 // Vulcan_Bullet
  733. 6146 // Magic_Gear_Fuel
  734. 6147 // Liquid_Condensed_Bullet
  735. 6186 // Monkey_Wrench
  736. 6189 // Magic_Book_FB
  737. 6190 // Magic_Book_CB
  738. 6191 // Magic_Book_LB
  739. 6192 // Magic_Book_SG
  740. 6193 // Magic_Book_LOV
  741. 6194 // Magic_Book_MS
  742. 6195 // Magic_Book_CM
  743. 6196 // Magic_Book_TV
  744. 6197 // Magic_Book_TS
  745. 6198 // Magic_Book_JT
  746. 6199 // Magic_Book_WB
  747. 6200 // Magic_Book_HD
  748. 6201 // Magic_Book_ES
  749. 6202 // Magic_Book_ES_
  750. 6203 // Magic_Book_CL
  751. 6204 // Magic_Book_CR
  752. 6205 // Magic_Book_DL
  753. 6210 // Seed_Of_Thorny_Plant
  754. 6211 // Bloodsuck_Plant_Seed
  755. 6212 // Bomb_Mushroom_Spore
  756. 6213 // Explosive_Powder
  757. 6214 // Smokes_Powder
  758. 6215 // Tear_Gas
  759. 6216 // Oil_Bottle
  760. 6217 // Mandragora_Flowerpot
  761. 6223 // Carnium
  762. 6224 // Bradium
  763. 6244 // Dark_Powder
  764. 6245 // Black_Powder
  765. 6246 // Yellow_Powder
  766. 6247 // White_Powder
  767. 6248 // Chowder_Pot
  768. 6249 // Savage_Meat
  769. 6250 // Iron_Cooking_Skewer
  770. 6251 // Black_Charcoal
  771. 6252 // Wolf's_Blood
  772. 6253 // Cold_Ice
  773. 6254 // Seasoned_Tough_Meat
  774. 6255 // Large_Pan
  775. 6256 // Powdered_Ice
  776. 6257 // Ice_Crystal
  777. 6258 // Comodo_Tropical_Fruit
  778. 6259 // Drosera_Feeler
  779. 6260 // Petite_Tail
  780. 6261 // Fine_Noodles
  781. 6262 // Cold_Broth
  782. 6263 // Coconut
  783. 6264 // Melon
  784. 6265 // Pineapple
  785. 6279 // Apple_Bomb_Guidebook
  786. 6280 // Pineapple_Bomb_Guidebook
  787. 6281 // Coconut_Bomb_Guidebook
  788. 6282 // Melon_Bomb_Guidebook
  789. 6283 // Banana_Bomb_Guidebook
  790. 6284 // Plant_Genetic_Cultivation_Guide
  791. 6285 // Improved_Potion_Creation_Manual
  792. 6297 // Empty_Potion_Bottle
  793. 6321 // Rake_Helmet
  794. 6322 // Antler_Helmet
  795. 6323 // Two-Horn_Helmet
  796. 6324 // One-Horn_Helmet
  797. 6325 // White_Spider_Legs
  798. 6326 // Queen_Scraba_Shell
  799. 6360 // Scarlet_Point
  800. 6361 // Indigo_Point
  801. 6362 // Yellow_Wish_Point
  802. 6363 // Lime_Green_Point
  803. 7001 // Mould_Powder
  804. 7002 // Ogre_Tooth
  805. 7003 // Anolian_Skin
  806. 7004 // Mud_Lump
  807. 7005 // Skull
  808. 7006 // Wing_Of_Red_Bat
  809. 7007 // Claw_Of_Rat
  810. 7008 // Stiff_Horn
  811. 7009 // Glitter_Shell
  812. 7010 // Tail_Of_Steel_Scorpion
  813. 7011 // Claw_Of_Monkey
  814. 7012 // Tough_Scalelike_Stem
  815. 7013 // Coral_Reef
  816. 7014 // Old_Portrait
  817. 7015 // Bookclip_In_Memory
  818. 7016 // Spoon_Stub
  819. 7017 // Executioner's_Mitten
  820. 7018 // Young_Twig
  821. 7019 // Loki's_Whispers
  822. 7020 // Mother's_Nightmare
  823. 7021 // Foolishness_Of_Blind
  824. 7022 // Old_Hilt
  825. 7023 // Blade_Lost_In_Darkness
  826. 7024 // Bloody_Edge
  827. 7026 // Key_Of_Clock_Tower
  828. 7027 // Underground_Key
  829. 7030 // Claw_Of_Desert_Wolf
  830. 7031 // Old_Frying_Pan
  831. 7032 // Piece_Of_Egg_Shell
  832. 7033 // Poison_Spore
  833. 7034 // Red_Socks_With_Holes
  834. 7035 // Matchstick
  835. 7036 // Fang_Of_Garm
  836. 7038 // Yarn
  837. 7041 // Fine_Grit
  838. 7043 // Fine_Sand
  839. 7047 // Alice's_Apron
  840. 7048 // Talon_Of_Griffin
  841. 7049 // Stone
  842. 7053 // Cyfar
  843. 7054 // Brigan
  844. 7055 // Animal_Pooopoo
  845. 7056 // Payroll_Of_Kafra
  846. 7057 // Gallar_Horn
  847. 7058 // Gullraifnir
  848. 7063 // Soft_Feather
  849. 7064 // Dragon_Fly_Wing
  850. 7065 // Sea_Otter_Leather
  851. 7066 // Ice_Piece
  852. 7067 // Stone_Piece
  853. 7068 // Burn_Tree
  854. 7069 // Broken_Armor_Piece
  855. 7070 // Broken_Shell
  856. 7071 // Tatters_Clothes
  857. 7072 // Rust_Suriken
  858. 7073 // Jewel_Of_Prayer
  859. 7074 // Iron_Glove
  860. 7075 // Iron_Maiden
  861. 7076 // Mystery_Wheel
  862. 7077 // Silver_Fancy
  863. 7078 // Anger_Of_Valkurye
  864. 7079 // Feather_Of_Angel
  865. 7080 // Foot_Step_Of_Cat
  866. 7081 // Beard_Of_Women
  867. 7082 // Root_Of_Stone
  868. 7083 // Soul_Of_Fish
  869. 7084 // Saliva_Of_Bird
  870. 7085 // Tendon_Of_Bear
  871. 7086 // Symbol_Of_Sun
  872. 7087 // Breath_Of_Soul
  873. 7088 // Crystal_Of_Snow
  874. 7089 // Indication_Of_Tempest
  875. 7090 // Slilince_Wave
  876. 7091 // Rough_Billows
  877. 7092 // Air_Stream
  878. 7093 // Wheel
  879. 7094 // Mystery_Piece
  880. 7095 // Broken_Steel_Piece
  881. 7096 // Cold_Magma
  882. 7097 // Burning_Heart
  883. 7098 // Live_Coal
  884. 7099 // Old_Magic_Circle
  885. 7100 // Sharp_Leaf
  886. 7101 // Peco_Wing_Feather
  887. 7102 // Hideous_Dream
  888. 7103 // Unknown_Liquid_Bottle
  889. 7104 // Fake_Angel_Wing
  890. 7105 // Fake_Angel_Loop
  891. 7106 // Goat's_Horn
  892. 7107 // Gaoat's_Skin
  893. 7108 // Boroken_Shiled_Piece
  894. 7109 // Shine_Spear_Blade
  895. 7110 // Vroken_Sword
  896. 7111 // Smooth_Paper
  897. 7112 // Fright_Paper_Blade
  898. 7113 // Broken_Pharaoh_Symbol
  899. 7114 // Tutankhamen's_Mask
  900. 7115 // Harpy's_Feather
  901. 7116 // Harpy's_Claw
  902. 7117 // Rent_Spell_Book
  903. 7118 // Rent_Scroll
  904. 7119 // Spawns
  905. 7120 // Burning_Horse_Shoe
  906. 7121 // Honey_Jar
  907. 7122 // Hot_Hair
  908. 7123 // Dragon's_Skin
  909. 7124 // Sand_Lump
  910. 7125 // Scropion's_Nipper
  911. 7126 // Large_Jellopy
  912. 7127 // Alcol_Create_Book
  913. 7128 // FireBottle_Create_Book
  914. 7129 // Acid_Create_Book
  915. 7130 // Plant_Create_Book
  916. 7131 // Mine_Create_Book
  917. 7132 // Coating_Create_Book
  918. 7133 // Slim_Potion_Create_Book
  919. 7134 // Medicine_Bowl
  920. 7140 // Seed_Of_Life
  921. 7141 // Yggdrasilberry_Dew
  922. 7143 // Life_Force_Pot
  923. 7144 // Normal_Potion_Book
  924. 7147 // Jasmin
  925. 7149 // Yellow_Plate
  926. 7150 // Bamboo_Cut
  927. 7151 // Oil_Paper
  928. 7152 // Glossy_Hair
  929. 7153 // Old_Japaness_Clothes
  930. 7154 // Poison_Powder
  931. 7155 // Poison_Toad's_Skin
  932. 7156 // Broken_Shuriken
  933. 7157 // Black_Mask
  934. 7158 // Broken_Wine_Vessel
  935. 7159 // Tengu's_Nose
  936. 7160 // Lord's_Passable_Ticket
  937. 7161 // Black_Bear's_Skin
  938. 7162 // Cloud_Piece
  939. 7163 // Sharp_Feeler
  940. 7164 // Hard_Peach
  941. 7165 // Limpid_Celestial_Robe
  942. 7166 // Soft_Silk_Cloth
  943. 7167 // Mystery_Iron_Bit
  944. 7168 // Great_Wing
  945. 7169 // Taegeuk_Plate
  946. 7170 // Tuxedo
  947. 7171 // Leopard_Skin
  948. 7172 // Leopard_Talon
  949. 7174 // Packing_Ribbon
  950. 7175 // Packing_Paper
  951. 7182 // Cacao
  952. 7186 // Thin_Stem
  953. 7187 // Festival_Mask
  954. 7188 // Browny_Root
  955. 7189 // Heart_Of_Tree
  956. 7190 // Solid_Peeling
  957. 7191 // Lamplight
  958. 7192 // Blade_Of_Pinwheel
  959. 7193 // Germinating_Sprout
  960. 7194 // Soft_Leaf
  961. 7195 // Air_Rifle
  962. 7196 // Shoulder_Protection
  963. 7197 // Tough_Vines
  964. 7198 // Great_Leaf
  965. 7199 // Coupon
  966. 7200 // Flexible_String
  967. 7201 // Log
  968. 7202 // Beetle_Nipper
  969. 7203 // Solid_Twig
  970. 7204 // Gunpowder
  971. 7205 // Piece_Of_Black_Cloth
  972. 7206 // Black_Kitty_Doll
  973. 7207 // Old_Manteau
  974. 7208 // Rusty_Cleaver
  975. 7209 // Dullahan's_Helm
  976. 7210 // Dullahan_Armor
  977. 7211 // Rojerta_Piece
  978. 7212 // Hanging_Doll
  979. 7213 // Needle_Pouch
  980. 7214 // Bat_Cage
  981. 7215 // Broken_Needle
  982. 7216 // Red_Scarf
  983. 7217 // Spool
  984. 7218 // Rotten_Rope
  985. 7219 // Striped_Socks
  986. 7220 // Ectoplasm
  987. 7221 // Tangled_Chain
  988. 7222 // Tree_Knot
  989. 7223 // Distorted_Portrait
  990. 7225 // Pumpkin_Bucket
  991. 7226 // Pill
  992. 7262 // Fan
  993. 7263 // Cat_Eyed_Stone
  994. 7264 // Dried_Sand
  995. 7265 // Dragon_Horn
  996. 7266 // Dragon_Fang
  997. 7267 // Tiger_Skin_Panties
  998. 7268 // Little_Blacky_Ghost
  999. 7269 // Bib
  1000. 7270 // Milk_Bottle
  1001. 7277 // Munak_Doll
  1002. 7286 // Chilli
  1003. 7289 // Olivine
  1004. 7290 // Phlogopite
  1005. 7291 // Agate
  1006. 7292 // Muscovite
  1007. 7293 // Rose_Quartz
  1008. 7294 // Turquoise
  1009. 7295 // Citrine
  1010. 7296 // Pyroxene
  1011. 7297 // Biotite
  1012. 7298 // Leaf_Clothes
  1013. 7299 // Bamboo_Basket
  1014. 7300 // Gemstone
  1015. 7301 // Sword_Accessory
  1016. 7303 // Bag_Of_Rice
  1017. 7312 // Jubilee
  1018. 7315 // Dark_Crystal_Fragment
  1019. 7316 // Long_Limb
  1020. 7317 // Screw
  1021. 7318 // Old_Pick
  1022. 7319 // Old_Steel_Plate
  1023. 7320 // Air_Pollutant
  1024. 7321 // Fragment_Of_Crystal
  1025. 7322 // Poisonous_Gas
  1026. 7323 // Battered_Kettle
  1027. 7325 // Tube
  1028. 7326 // Fluorescent_Liquid
  1029. 7327 // Headlamp
  1030. 7340 // Will_Of_Darkness
  1031. 7345 // Armlet_Of_Prisoner
  1032. 7352 // Transparent_Plate01
  1033. 7353 // Transparent_Plate02
  1034. 7354 // Transparent_Plate03
  1035. 7355 // Transparent_Plate04
  1036. 7356 // Piece_Of_Crest1
  1037. 7357 // Piece_Of_Crest2
  1038. 7358 // Piece_Of_Crest3
  1039. 7359 // Piece_Of_Crest4
  1040. 7419 // Embryo_HandBook
  1041. 7433 // Scroll
  1042. 7434 // Elemental_Potion_Book
  1043. 7435 // Golden_Bracelet
  1044. 7436 // Piece_Of_Memory_Green
  1045. 7437 // Piece_Of_Memory_Purple
  1046. 7438 // Piece_Of_Memory_Blue
  1047. 7439 // Piece_Of_Memory_Red
  1048. 7440 // Red_Feather
  1049. 7441 // Blue_Feather
  1050. 7442 // Cursed_Seal
  1051. 7443 // Tri_Headed_Dragon_Head
  1052. 7444 // Treasure_Box
  1053. 7445 // Dragonball_Green
  1054. 7446 // Dragonball_Blue
  1055. 7447 // Dragonball_Red
  1056. 7448 // Dragonball_Yellow
  1057. 7449 // Bloody_Page
  1058. 7450 // Piece_Of_Bone_Armor
  1059. 7451 // Scale_Of_Red_Dragon
  1060. 7452 // Yellow_Spice
  1061. 7453 // Sweet_Sauce
  1062. 7454 // Plain_Sauce
  1063. 7455 // Hot_Sauce
  1064. 7456 // Red_Spice
  1065. 7457 // Cooking_Oil
  1066. 7472 // Cookbook01
  1067. 7473 // Cookbook02
  1068. 7474 // Cookbook03
  1069. 7475 // Cookbook04
  1070. 7476 // Cookbook05
  1071. 7477 // Cookbook06
  1072. 7478 // Cookbook07
  1073. 7479 // Cookbook08
  1074. 7480 // Cookbook09
  1075. 7481 // Cookbook10
  1076. 7482 // Pot
  1077. 7507 // Sturdy_Iron_Piece
  1078. 7510 // Valhalla_Flower
  1079. 7511 // Rune_Of_Darkness
  1080. 7512 // Burnt_Parts
  1081. 7513 // Pocket_Watch
  1082. 7521 // Flame_Stone
  1083. 7522 // Ice_Stone
  1084. 7523 // Wind_Stone
  1085. 7524 // Shadow_Orb
  1086. 7561 // Ice_Heart
  1087. 7562 // Ice_Scale
  1088. 7563 // Bloody_Rune
  1089. 7564 // Rotten_Meat
  1090. 7565 // Sticky_Poison
  1091. 7566 // Will_Of_Darkness_
  1092. 7567 // Suspicious_Hat
  1093. 7568 // White_Mask
  1094. 7574 // Ice_Particle
  1095. 7751 // Old_White_Cloth
  1096. 7752 // Clattering_Skull
  1097. 7753 // Broken_Farming_Utensil
  1098. 7754 // Broken_Crown
  1099. 7830 // Goddess_Tear
  1100. 7831 // Valkyrie_Token
  1101. 7832 // Brynhild_Armor_Piece
  1102. 7833 // Hero_Remains
  1103. 7834 // Andvari_Ring
  1104. 7835 // Dusk_Glow
  1105. 7836 // Dawn_Essence
  1106. 7837 // Cold_Moonlight
  1107. 7838 // Hazy_Starlight
  1108. 7931 // Poison_Kit
  1109. 7932 // Poison_Herb_Nerium
  1110. 7933 // Poison_Herb_Rantana
  1111. 7934 // Poison_Herb_Makulata
  1112. 7935 // Poison_Herb_Seratum
  1113. 7936 // Poison_Herb_Scopolia
  1114. 7937 // Poison_Herb_Amoena
  1115. 7938 // Light_Granule
  1116. 7939 // Elder_Branch
  1117. 7940 // Special_Alloy_Trap
  1118. 11000 // Prontera_Book_01
  1119. 11001 // Adventure_Story01
  1120. 11002 // Great_Chef_Orleans01
  1121. 11003 // Legend_Of_Kafra01
  1122. 11004 // Mercenary_Rebellion
  1123. 11005 // Tyrant_Schmidt
  1124. 11006 // Blood_Flower01
  1125. 11007 // Blood_Flower02
  1126. 11008 // Barmund
  1127. 11009 // Adventure_Story02
  1128. 11020 // Japan_Book1
  1129. 11021 // Japan_Book2
  1130. 11022 // Mix_Cooking_Ingredient_Book_1
  1131. 11023 // Vitality_Boost_Research_Book
  1132. 11024 // Energy_Drink_Formula