root/db/produce_db.txt @ 2

Revision 1, 20.0 kB (checked in by jinshiro, 17 years ago)
Line 
1// Item Produce Database
2//
3// Structure of Database:
4// ProduceItemID,ItemLV,RequireSkill,RequireSkillLv,MaterialID1,MaterialAmount1,......
5//
6// Comments:
7// If MaterialAmount = 0, then you just need that item in your inventory (guides)
8// For example, Mine Bottle is 7138,32,228,7131,0,713,1,1050,1,1051,1
9// 7131 is the Guide needed to create mine bottles and the amount needed of this item is 0 (.. ,7131,0, ..).
10
11
12//===== Weapon === ItemLV=1~3 ==================
13
14//---- One Handed Swords -----------------------
15//-- Sword <-- BS_SWORD & 2 Iron
161101,1,99,1,998,2
17//-- Falchion <-- BS_SWORD & 30 Iron
181104,1,99,1,998,30
19//-- Blade <-- BS_SWORD & 45 Iron, 25 Tooth of Bat
201107,1,99,1,998,45,913,25
21//-- Rapier <-- BS_SWORD & 20 Steel
221110,2,99,2,999,20
23//-- Scimiter <-- BS_SWORD & 35 Steel
241113,2,99,2,999,35
25//-- Ring Pommel Saber <-- BS_SWORD & 40 Steel, 50 Wolf Claw
261122,2,99,2,999,40,920,50
27//-- Saber <-- BS_SWORD & 5 Steel, 8 Oridecon, 1 Opal
281126,3,99,3,999,5,984,8,727,1
29//-- Haedongum <-- BS_SWORD & 8 Oridecon, 10 Steel, 1 Topaz
301123,3,99,3,984,8,999,10,728,1
31//-- Tsurugi <-- BS_SWORD & 8 Oridecon, 15 Steel, 1 Garnet
321119,3,99,3,984,8,999,15,718,1
33//-- Flamberge <-- BS_SWORD & 16 Oridecon, 1 Cursed Ruby
341129,3,99,3,984,16,724,1
35//----------------------------------------------
36
37//---- Daggers ---------------------------------
38//-- Knife <-- BS_DAGGER & 1 Iron, 10 Jellopies
391201,1,98,1,998,1,909,10
40//-- Cutter <-- BS_DAGGER & 25 Iron
411204,1,98,1,998,25
42//-- Main Gauge <-- BS_DAGGER & 50 Iron
431207,1,98,1,998,50
44//-- Dirk <-- BS_DAGGER & 17 Steel
451210,2,98,2,999,17
46//-- Dagger <-- BS_DAGGER & 30 Steel
471213,2,98,2,999,30
48//-- Stiletto <-- BS_DAGGER & 40 Steel
491216,2,98,2,999,40
50//-- Gladius <-- BS_DAGGER & 4 Oridecon, 40 Steel, 1 Sapphire
511219,3,98,3,984,4,999,40,726,1
52//-- Damascus <-- BS_DAGGER & 4 Oridecon, 60 Steel, 1 Zircon
531222,3,98,3,984,4,999,60,729,1
54//----------------------------------------------
55
56//---- Two Handed Swords -----------------------
57//-- Katana <-- BS_TWOHANDSWORD & 35 Iron, 15 Horrendous Mouth
581116,1,100,1,998,35,958,15
59//-- Slayer <-- BS_TWOHANDSWORD & 25 Steel, 20 Decayed Nail
601151,2,100,2,999,25,957,20
61//-- Bastard Sword <-- BS_TWOHANDSWORD & 45 Steel
621154,2,100,2,999,45
63//-- Two-Handed Sword <-- BS_TWOHANDSWORD & 12 Oridecon, 10 Steel
641157,3,100,3,984,12,999,10
65//-- Broad Sword <-- BS_TWOHANDSWORD & 12 Oridecon, 20 Steel
661160,3,100,3,984,12,999,20
67//-- Claymore <-- BS_TWOHANDSWORD & 16 Oridecon, 20 Steel, 1 Cracked Diamond
681163,3,100,3,984,16,999,20,733,1
69//----------------------------------------------
70
71//---- Axes ------------------------------------
72//-- Axe <-- BS_AXE & 10 Iron
731301,1,101,1,998,10
74//-- Battle Axe <-- BS_AXE & 110 Iron
751351,1,101,1,998,110
76//-- Hammer <-- BS_AXE & 30 Steel
771354,2,101,2,999,30
78//-- Buster <-- BS_AXE & 4 Oridecon, 20 Steel, 30 Orcish Fang
791357,3,101,3,984,4,999,20,922,30
80//-- Two-Handed Axe <-- BS_AXE & 8 Oridecon, 10 Steel, 1 Amthyst
811360,3,101,3,984,8,999,10,719,1
82//----------------------------------------------
83
84//---- Maces -----------------------------------
85//-- Club <-- BS_MACE & 3 Iron
861501,1,102,1,998,3
87//-- Mace <-- BS_MACE & 30 Iron
881504,1,102,1,998,30
89//-- Smasher <-- BS_MACE & 20 Steel
901507,2,102,2,999,20
91//-- Flail <-- BS_MACE & 33 Steel
921510,2,102,2,999,33
93//-- Chain <-- BS_MACE & 45 Steel
941519,2,102,2,999,45
95//-- Morning Star <-- BS_MACE & 85 Steel, 1 1 Carat Diamond
961513,3,102,3,999,85,730,1
97//-- Sword Mace <-- BS_MACE & 100 Steel, 20 Sharp Scale
981516,3,102,3,999,100,963,20
99//-- Stunner <-- BS_MACE & 120 Steel, 1 Heroic Emblem
1001522,3,102,3,999,120,968,1
101//----------------------------------------------
102
103//---- Knucklebracers --------------------------
104//-- Waghnakh <-- BS_KNUCKLE & 160 Iron, 1 Pearl
1051801,1,103,1,998,160,722,1
106//-- Knuckle Duster <-- BS_KNUCKLE & 50 Steel
1071803,2,103,2,999,50
108//-- Hora <-- BS_KNUCKLE & 65 Steel
1091805,2,103,2,999,65
110//-- Fist <-- BS_KNUCKLE & 4 Oridecon, 10 Ruby
1111807,3,103,3,984,4,723,10
112//-- Claw <-- BS_KNUCKLE & 8 Oridecon, 10 Topaz
1131809,3,103,3,984,8,728,10
114//-- Finger <-- BS_KNUCKLE & 4 Oridecon, 10 Opal
1151811,3,103,3,984,4,727,10
116//----------------------------------------------
117
118//---- Spears ----------------------------------
119//-- Javelin <-- BS_SPEAR & 3 Iron
1201401,1,104,1,998,3
121//-- Spear <-- BS_SPEAR & 35 Iron
1221404,1,104,1,998,35
123//-- Pike <-- BS_SPEAR & 70 Iron
1241407,1,104,1,998,70
125//-- Guisarme <-- BS_SPEAR & 25 Steel
1261451,2,104,2,999,25
127//-- Glaive <-- BS_SPEAR & 40 Steel
1281454,2,104,2,999,40
129//-- Partizan <-- BS_SPEAR & 55 Steel
1301457,2,104,2,999,55
131//-- Trident <-- BS_SPEAR & 8 Oridecon, 10 Steel, 5 Aquamarine
1321460,3,104,3,984,8,999,10,720,5
133//-- Halberd <-- BS_SPEAR & 12 Oridecon, 10 Steel
1341463,3,104,3,984,12,999,10
135//-- Lance <-- BS_SPEAR & 12 Oridecon, 3 Ruby, 2 Evil Horn
1361410,3,104,3,984,12,723,3,923,2
137//----------------------------------------------
138
139//==============================================
140
141
142//==============================================
143// COOKING RECIPES (LV= 11 -> 20)
144//==============================================
145
146//--------------------LEVEL 1-----------
147
148//-- Boiled Down Locust <-- 5 Grasshopper's Leg, 1 Old Frying Pan, 1 Cooking Oil
14912041,11,0,0,7472,0,940,5,7031,1,7457,1
150//-- Herb Tea With Grape Juice <-- 3 Grape, 2 Red Potion
15112046,11,0,0,7472,0,514,3,501,2
152//-- Steamed Crab Pincer <-- 10 Nipper, 10 Green Herb, 1 Yellow Potion
15312051,11,0,0,7472,0,960,10,511,10,503,1
154//-- Frog Spawn Soup <-- 1 Grain, 10 Spawn, 1 Squid Ink
15512056,11,0,0,7472,0,577,1,908,10,1024,1
156//-- Grape Juice with Honey <-- 1 Honey, 2 Grape, 1 Red Potion
15712061,11,0,0,7472,0,518,1,514,2,501,1
158//-- Fried Monkey Tail <-- 5 Yoyo Tail, 1 Old Frying Pan, 1 Cooking Oil
15912066,11,0,0,7472,0,942,5,7031,1,7457,1
160
161//--------------------LEVEL 2-----------
162
163//-- Seasoned Webs <-- 20 Cobweb, 10 Green Herb, 10 Yellow Herb, 1 Plain Sauce
16412042,12,0,0,7473,0,918,20,511,10,508,10,7454,1
165//-- Sea Food <-- 10 Clam Flesh, 5 Gill, 5 Fin, 1 Yummy Fish
16612052,12,0,0,7473,0,966,10,956,5,951,5,579,1
167//-- Black Tea <-- 5 Blue Herb, 10 Red Herb, 10 Yellow Herb
16812047,12,0,0,7473,0,510,5,507,10,508,10
169//-- Smooth Noodle <-- 1 Grain, 1 Plain Sauce, 5 Jack o' Pumpkin, 3 Carrot
17012057,12,0,0,7473,0,577,1,7454,1,1062,5,515,3
171//-- Chocolate Mousse Cake <-- 10 Cacao, 1 Piece of Cake, 1 Milk, 1 China
17212062,12,0,0,7473,0,7182,10,539,1,519,1,736,1
173//-- Mixed Juice <-- 3 Apple Juice, 2 Carrot Juice, 1 Grape Juice, 2 Orange Juice
17412067,12,0,0,7473,0,531,3,534,2,533,1,620,2
175
176
177//--------------------LEVEL 3-----------
178
179//-- Fruit Punch <-- 5 Apple, 5 Banana, 5 Orange, 5 Strawberry, 1 Yellow Spice
18012063,13,0,0,7474,0,512,5,513,5,582,5,578,5,7452,1
181//-- Herb and Honey Tea <-- 2 Honey, 10 White Herb, 1 Yellow Spice
18212048,13,0,0,7474,0,518,2,509,10,7452,1
183//-- Bomber Steak <-- 4 Meat, 1 Old Frying Pan, 10 Green Herb, 5 Red Chili, 1 Hot Sauce
18412043,13,0,0,7474,0,517,4,7031,1,511,10,7286,5,7455,1
185//-- Clam Soup <-- 20 Clam Flesh, 10 Conch, 1 Honey, 1 Sweet Sauce
18612053,13,0,0,7474,0,966,20,961,10,518,1,7453,1
187//-- Tentacle and Cheese Gratin <-- 10 Tentacle, 10 Cheese, 5 Yam, 1 Sweet Sauce
18812058,13,0,0,7474,0,962,10,548,10,549,5,7453,1
189//-- Fried Sweet Potato with Syrup <-- 10 Potato, 10 Yam, 1 Sweet Potato, 1 Sweet Sauce
19012068,13,0,0,7474,0,516,10,549,10,633,1,7453,1
191
192//--------------------LEVEL 4-----------
193
194//-- Morroc Fruit Wine <-- 10 Strawberry, 4 Lemon, 10 Orange, 2 Alcohol, 5 Grape
19512049,14,0,0,7475,0,578,10,568,4,582,10,970,2,514,5
196//-- Seasoned Jellyfish <-- 30 Tentacle, 10 White Herb, 10 Soft Blade Grass, 1 Old Frying Pan, 20 Squid Ink
19712054,14,0,0,7475,0,962,30,509,10,7194,10,7031,1,1024,20
198//-- Rib with Herbs and Spices <-- 5 Meat, 3 Red Herb, 2 Yellow Herb, 3 Green Herb, 1 Sweet Sauce, 1 Lemon
19912044,14,0,0,7475,0,517,5,507,3,508,2,511,3,7453,1,568,1
200//-- Cream Sandwich <-- 5 Bread, 15 Milk, 10 Cheese, 10 Yellow Herb, 1 Meat, 1 Sweet Sauce
20112064,14,0,0,7475,0,580,5,519,15,548,10,508,10,517,1,7453,1
202//-- Lutie Mixed Cold Noodles <-- 3 Grain, 1 Hot Sauce, 10 Ice Cubic, 10 Carrot, 10 Jack o' Pumpkin
20312059,14,0,0,7475,0,577,3,7455,1,7066,10,515,10,1062,10
204//-- Ancient Fish Dish <-- 10 Ancient Lips, 10 Raccoon Leaf, 10 White Herb,5 Yummy Fish, 2 Sweet Sauce
20512069,14,0,0,7475,0,1054,10,945,10,509,10,579,5,7453,2
206
207//--------------------LEVEL 5-----------
208
209//-- Mastela Wine <-- 4 Mastela Fruit, 1 Blue Potion, 2 Alcohol, 2 Lemon, 1 Yellow Spice
21012050,15,0,0,7476,0,522,4,505,1,970,2,568,2,7452,1
211//-- Lutie Plat Cake <-- 10 Potato, 2 Honey, 1 Cooking Oil, 3 Carrot, 1 Grain
21212045,15,0,0,7476,0,516,10,518,2,7457,1,515,3,577,1
213//-- Green Salad <-- 2 Hinalle Leaflet, 3 Aloe Leaflet, 10 Sharp Leaf, 6 Huge Leaf, 1 Sweet Sauce, 1 Yellow Spice
21412065,15,0,0,7476,0,520,2,521,3,7100,10,7198,6,7453,1,7452,1
215//-- Steamed Bat Wing and Pumpkin <-- 20 Wing of Red Bat, 20 Jack o' Pumpkin, 1 Pot, 10 Hinalle Leaflet, 10 Red Herb
21612060,15,0,0,7476,0,7006,20,1062,20,7482,1,520,10,507,10
217//-- Peppery Roasted Dumpling <-- 20 Bao, 10 Yellow Herb, 1 Hot Sauce, 1 Red Spice, 20 Green Herb
21812055,15,0,0,7476,0,553,20,508,10,7455,1,7456,1,511,20
219//-- Broiled Down Scorpion <-- 20 Scorpion Tail, 10 Bug Leg, 10 Huge Leaf, 2 Old Frying Pan, 1 Cooking Oil
22012070,15,0,0,7476,0,904,20,1042,10,7198,10,7031,2,7457,1
221
222//--------------------LEVEL 6-----------
223
224//-- Flavored Grilled Beef <-- 10 Meat, 2 Honey, 1 Yellow Herb, 1 Mastela Fruit, 20 Shining Scale
22512071,16,0,0,7477,0,517,10,518,2,508,1,522,1,954,20
226//-- Red Mushroom Wine <-- 3 Mushroom, 3 Grape Juice, 20 Mushroom Spore, 1 Alcohol, 1 Red Spice
22712076,16,0,0,7477,0,581,3,533,3,921,20,970,1,7456,1
228//-- Peach Cake <-- 20 Solid Peach, 10 Piece of Cake, 10 Cheese, 10 Milk, 5 Orange Juice, 1 Sweet Sauce
22912091,16,0,0,7477,0,7164,20,539,10,548,10,519,10,620,5,7453,1
230//-- Chili and Prawn Gratin <-- 20 Red Chile, 20 Shrimp, 1 Sweet Sauce, 20 Lemon
23112086,16,0,0,7477,0,7286,20,567,20,7453,1,568,20
232//-- Very Bitter Invigorant <-- 20 Brown Root, 10 Maneater Root, 20 Mushroom Spore, 1 Mushroom, 2 Honey
23312081,16,0,0,7477,0,7188,20,1033,10,921,20,581,1,518,2
234//-- Soup of Great Luck <-- 5 Reptile Tongue, 5 Tongue, 10 Clover, 10 Witch Starsand, 1 Aloe
23512096,16,0,0,7477,0,903,5,1015,5,705,10,1061,10,704,1
236
237//--------------------LEVEL 7-----------
238
239//-- Barbecue <-- 10 Meat, 1 Live Coal, 2 Coal, 1 Hot Sauce, 15 Trunk, 10 White Herb
24012072,17,0,0,7478,0,517,10,7098,1,1003,2,7455,1,1019,15,509,10
241//-- Royal Jelly and Herb Tea <-- 4 Royal Jelly, 2 Honey, 5 White Herb, 10 Hinalle Leaflet, 1 Yellow Spice
24212077,17,0,0,7478,0,526,4,518,2,509,5,520,10,7452,1
243//-- Soul Hunt Bread <-- 10 Bread, 5 Mastela Fruit, 1 Sweet Sauce, 5 Ment, 5 Amulet, 2 Unripe Apple
24412092,17,0,0,7478,0,580,10,522,5,7453,1,708,5,609,5,619,2
245//-- Boiled Vegetable stuffed with Roasted Crocodile <-- 10 Anolian Skin, 10 Jack o' Pumpkin, 10 Carrot, 10 Aloe Leaflet, 10 Yellow Herb, 1 Yellow Spice
24612087,17,0,0,7478,0,7003,10,1062,10,515,10,521,10,508,10
247//-- Sumptuous Feast <-- 10 Fish Tail, 5 Aloe Leaflet, 10 Mane, 2 Yummy Fish, 10 Pet Food, 1 Sweet Sauce
24812082,17,0,0,7478,0,1023,10,521,5,1028,10,579,2,537,10,7453,1
249//-- Grilled Meat Skewer <-- 10 Scale Shell, 5 Gill, 10 Soft Blade of Grass, 5 Meat, 10 Mushroom, 10 Clam Flesh
25012097,17,0,0,7478,0,936,10,956,5,7194,10,517,5,581,10,966,10
251
252//--------------------LEVEL 8-----------
253
254//-- Bear Foot Dish <-- 20 Bear's Footskin, 10 Carrot, 10 Jack o' Pumpkin, 2 Aloe Leaflet, 1 Hinalle Leaflet, 1 Plain Sauce
25512073,18,0,0,7479,0,948,20,515,10,1062,10,521,2,520,1,7454,1
256//-- Royal Tea <-- 4 Prickly Fruit, 10 Hinalle Leaflet, 3 Yggdrasil Leaf, 10 Aloe Leaflet, 6 Royal Jelly, 1 Yellow Spice
25712078,18,0,0,7479,0,576,4,520,10,610,3,521,10,526,6,7452,1
258//-- Special Toast <-- 10 Bread, 2 Royal Jelly, 5 Meat, 10 Strawberry, 1 Hot Sauce, 10 Cheese, 1 Sweet Sauce
25912093,18,0,0,7479,0,580,10,526,2,517,5,578,10,7455,1,548,10,7453,1
260//-- Very Hot Curry <-- 1 Aloevera, 1 Hot Sauce, 10 Meat, 10 Hinalle Leaflet, 10 Jack o' Pumpkin, 10 Carrot
26112088,18,0,0,7479,0,606,1,7455,1,517,10,520,10,1062,10,515,10
262//-- Huge Stuffed Leaves <-- 20 Fig Leaf, 20 Meat, 5 Rainbow Carrot, 10 Jack o' Pumpkin, 1 Plain Sauce, 2 Grain
26312083,18,0,0,7479,0,7298,20,517,20,622,5,1062,10,7454,1,577,2
264//-- Strawberry Rice Ball <-- 10 Strawberry, 5 Grain, 10 Fig Leaf, 1 Yellow Spice, 2 Red Spice, 1 Plain Sauce
26512098,18,0,0,7479,0,578,10,577,5,7298,10,7452,1,7456,2,7454,1
266
267//--------------------LEVEL 9-----------
268
269//-- Sauted Meat Strips <-- 40 Tendon, 1 Pot, 10 Cheese, 1 Hot Sauce, 2 Coal, 30 Green Herb, 10 Squid Ink
27012074,19,0,0,7480,0,1050,40,7482,1,548,10,7455,1,1003,2,511,30,1024,10
271//-- Tristan 12 <-- 10 Yggdrasil Leaf, 10 Orange, 5 Alcohol, 4 Royal Jelly, 2 Blue Potion, 1 Yellow Spice, 10 Aloe Leaflet
27212079,19,0,0,7480,0,610,10,582,10,970,5,526,4,505,2,7452,1,521,10
273//-- Ethereal Fruit Juice <-- 5 Unripe Apple, 10 Orange, 10 Strawberry, 1 Red Spice, 1 Tropica Banana, 5 Grape Juice, 2 Alcohol
27412094,19,0,0,7480,0,619,5,582,10,578,10,7456,1,634,1,533,5,970,2
275//-- Delicious Boiled Meats <-- 10 Meat, 5 Royal Jelly, 20 Shoot, 4 Plain Sauce, 5 Yellow Herb, 10 White Herb, 5 Red Herb
27612089,19,0,0,7480,0,517,10,526,5,711,20,7454,4,508,5,509,10,507,5
277//-- Ascending Dragon Broth <-- 10 Dragon Skin, 20 Dragon Tail, 3 Yggdrasil Leaf, 6 Royal Jelly, 1 Hot Sauce, 1 Red Spice, 1 Fatty Chubby Earthworm
27812084,19,0,0,7480,0,7123,10,1037,20,610,3,526,6,7455,1,7456,1,632,1
279//-- Blood Flavored Sodapop <-- 1 Animal Gore, 2 Anodyne, 2 Aloevera, 2 Alcohol, 6 Royal Jelly, 1 Red Spice, 10 Apple Juice
28012099,19,0,0,7480,0,702,1,605,2,606,2,970,2,526,6,7456,1,531,10
281
282//--------------------LEVEL 10-----------
283
284//-- Tongue Dish <-- 20 Tongue, 1 Pot, 1 Alcohol, 2 Aloevera, 1 Hot Sauce, 5 Royal Jelly, 10 Yggdrasil Leaf, 2 Blue Potion
28512075,20,0,0,7481,0,1015,20,7482,1,970,1,606,2,7455,1,526,5,610,10,505,2
286//-- Dragon Breath Cocktail <-- 10 Maneater Root, 1 Singing Plant, 5 Aloe Leaflet, 5 Royal Jelly, 5 Lemon, 5 Prickly Fruit, 1 Yggdrasilberry, 10 Blue Herb
28712080,20,0,0,7481,0,1033,10,707,1,521,5,526,5,568,5,576,5,607,1,510,10
288//-- Wine of Bergelmir <-- 1 Yggdrasilberry, 10 Ice Cubic, 10 Bacillus, 4 Royal Jelly, 3 Concentration Potion, 5 Alcohol, 2 Prickly Fruit, 1 Illusion Flower
28912095,20,0,0,7481,0,607,1,7066,10,7119,10,526,4,645,3,970,5,576,2,710,1
290//-- Hot Sand Steamed Scorpion <-- 20 Scorpion Tail, 20 Scorpion Claw, 2 Aloevera, 3 Yggdrasil Leaf, 3 Bitter Herb, 10 Royal Jelly , 1 Hot Sauce, 1 Pot
29112090,20,0,0,7481,0,904,20,7125,20,606,2,610,3,621,3,526,10,7455,1,7482,1
292//-- Stew of Immortality <-- 20 Immortal Heart, 10 Memento, 1 Yggdrasil Seed, 2 Anodyne, 10 Heart of Mermaid, 2 Hot Sauce, 10 Amulet, 2 Bitter Herb
29312085,20,0,0,7481,0,929,20,934,10,608,1,605,2,950,10,7455,2,609,10,621,2
294//-- Nine Tail Dish <-- 10 Nine Tails, 2 Four Leaf Clover, 10 Maneater Root, 10 Sharp Leaf, 4 Yggdrasil Leaf, 1 Plain Sauce, 1 Yellow Spice, 2 Izidor
29512100,20,0,0,7481,0,1022,10,706,2,1033,10,7100,10,610,4,7454,1,7452,1,709,2
296//==============================================
297
298
299//===== Stones and Metals === ItemLV=21 ========
300
301//---- Metals ----------------------------------
302//-- Iron <-- BS_IRON & 1 Iron Ore
303998,21,94,1,1002,1
304//-- Steel <-- BS_STEEL & 5 Iron, 1 Coal
305999,21,95,1,998,5,1003,1
306//----------------------------------------------
307
308
309//---- Enchanted Stones ------------------------
310//-- Star Crumb <-- BS_ENCHANTSTONE & 10 Star Dust
3111000,21,96,1,1001,10
312//-- Flame Heart <-- BS_ENCHANTSTONE & 10 Red Blood
313994,21,96,1,990,10
314//-- Mystic Frozen <-- BS_ENCHANTSTONE & 10 Crystal Blue
315995,21,96,1,991,10
316//-- Rough Wind <-- BS_ENCHANTSTONE & 10 Wind of Verdure
317997,21,96,1,993,10
318//-- Great Nature <-- BS_ENCHANTSTONE & 10 Green Live
319996,21,96,1,992,10
320//----------------------------------------------
321
322//==============================================
323
324
325//===== Potions === ItemLV=22 ==================
326
327//---- Health Potions --------------------------
328//-- Red Potion <-- AM_PHARMACY & Potion Creation Guide & 1 Red Herb, 1 Empty Potion Bottle
329501,22,228,1,7144,0,507,1,1093,1
330//-- Yellow Potion <-- AM_PHARMACY & Potion Creation Guide & 1 Yellow Herb, 1 Empty Potion Bottle
331503,22,228,1,7144,0,508,1,1093,1
332//-- White Potion <-- AM_PHARMACY & Potion Creation Guide & 1 White Herb, 1 Empty Potion Bottle
333504,22,228,1,7144,0,509,1,1093,1
334//-- Blue Potion <-- AM_PHARMACY & Potion Creation Guide & 1 Blue Herb, 1 Scell, 1 Empty Potion Bottle
335505,22,228,1,7144,0,510,1,911,1,1093,1
336//-- Condensed Red Potion <-- AM_PHARMACY & Condensed Potion Creation Guide & 1 Red Potion, 1 Empty Testtube, 1 Cactus Needle
337545,22,228,1,7133,0,501,1,1092,1,952,1
338//-- Condensed Yellow Potion <-- AM_PHARMACY & Condensed Potion Creation Guide & 1 Yellow Potion, 1 Empty Testtube, 1 Mole Whiskers
339546,22,228,1,7133,0,503,1,1092,1,1017,1
340//-- Condensed White Potion <-- AM_PHARMACY & Condensed Potion Creation Guide & 1 White Potion, 1 Empty Testtube, 1 Witched Starsand
341547,22,228,1,7133,0,504,1,1092,1,1061,1
342//----------------------------------------------
343
344//---- Skill-related Mixtures ------------------
345//-- Holy Water <-- AL_HOLYWATER & 1 Empty Bottle
346523,22,31,1,713,1
347//-- Deadly Poison Bottle <-- ASC_CDP & 1 Venom Canine, 1 Cactus Needle, 1 Bee Sting, 1 Poison Spore, 1 Karvodailnirol, 1 Berserk Potion, 1 Empty Bottle
348678,22,407,1,937,1,952,1,939,1,7033,1,972,1,657,1,713,1
349//-- Bottle Grenade <-- AM_PHARMACY & Bottle Grenade Creation Guide & 1 Alcohol, 1 Fabric, 1 Empty Bottle
3507135,22,228,1,7128,0,970,1,1059,1,713,1
351//-- Acid Bottle <-- AM_PHARMACY & Acid Bottle Creation Guide & 1 Empty Bottle, 1 Immortal Heart
3527136,22,228,1,7129,0,713,1,929,1
353//-- Plant Bottle <-- AM_PHARMACY & Plant Bottle Creation Guide & 1 Empty Bottle, 2 Maneater Blossom
3547137,22,228,1,7130,0,713,1,1032,2
355//-- Marine Sphere Bottle <-- AM_PHARMACY & Marine Sphere Creation Guide & 1 Empty Bottle, 1 Tendon, 1 Detonator
3567138,22,228,1,7131,0,713,1,1050,1,1051,1
357//-- Glistening Coat <-- AM_PHARMACY & Glistening Coat Creation Guide & 1 Alcohol, 1 Heart of Mermaid, 1 Zenorcs Fang, 1 Empty Bottle
3587139,22,228,1,7132,0,970,1,950,1,1044,1,713,1
359//----------------------------------------------
360
361//---- Elemental-resist Potions ----------------
362//-- Resist Fire Potion <-- AM_PHARMACY & Elemental Potion Creation Guide & 2 Frill, 1 Red Gemstone, 1 Empty Potion Bottle
36312118,22,228,1,7434,0,1012,2,716,1,1093,1
364//-- Resist Water Potion <-- AM_PHARMACY & Elemental Potion Creation Guide & 3 Heart of Mermaid, 1 Blue Gemstone, 1 Empty Potion Bottle
36512119,22,228,1,7434,0,950,3,717,1,1093,1
366//-- Resist Earth Potion <-- AM_PHARMACY & Elemental Potion Creation Guide & 2 Large Jellopy, 1 Yellow Gemstone, 1 Empty Potion Bottle
36712120,22,228,1,7434,0,7126,2,715,1,1093,1
368//-- Resist Wind Potion <-- AM_PHARMACY & Elemental Potion Creation Guide & 1 3 Moth Dust, 1 Blue Gemstone, 1 Empty Potion Bottle
36912121,22,228,1,7434,0,1057,3,717,1,1093,1
370//----------------------------------------------
371
372//---- Misc ------------------------------------
373//-- Anodyne <-- AM_PHARMACY & Potion Creation Guide & 1 Ment, 1 Alcohol, 1 Empty Bottle
374605,22,228,1,7144,0,708,1,970,1,713,1
375//-- Aloevera <-- AM_PHARMACY & Potion Creation Guide & 1 Aloe, 1 Honey, 1 Empty Bottle
376606,22,228,1,7144,0,704,1,518,1,713,1
377//-- Alcohol <-- AM_PHARMACY & Alcohol Creation Guide & 1 Empty Bottle, 5 Poison Spore, 5 Stem, 1 Empty Testtube
378970,22,228,1,7127,0,713,1,7033,5,905,5,1092,1
379//-- Embryo <-- AM_PHARMACY & Potion Creation Guide & 1 Seed of Life, 1 Morning Dew of Yggdrasil, 1 Glass Tube
3807142,22,228,1,7144,0,7140,1,7141,1,7143,1
381//----------------------------------------------
382
383//==============================================
384
385
386//===== Elemental Converters === ItemLV=23 =====
387
388//-- Fire Elemental Converter <-- SA_CREATECON & 1 Blank Scroll, 3 Scorpion Tail
38912114,23,1007,1,7433,1,904,3
390//-- Water Elemental Converter <-- SA_CREATECON & 1 Blank Scroll, 3 Snail's Shell
39112115,23,1007,1,7433,1,946,3
392//-- Earth Elemental Converter <-- SA_CREATECON & 1 Blank Scroll, 3 Horn
39312116,23,1007,1,7433,1,947,3
394//-- Wind Elemental Converter <-- SA_CREATECON & 1 Blank Scroll, 3 Rainbow Shell
39512117,23,1007,1,7433,1,1013,3
396
397//==============================================
Note: See TracBrowser for help on using the browser.