From 6ce846883ef63dd46e679dff87f18846c61b26bf Mon Sep 17 00:00:00 2001 From: Atemo Date: Thu, 15 Jun 2017 21:14:56 +0200 Subject: [PATCH] Updated produce_db.txt to include Combination Kit Thanks @anacondaqq --- db/re/item_db.txt | 4 ++-- db/re/produce_db.txt | 24 ++++++++++++++++++++++++ src/map/skill.h | 2 +- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/db/re/item_db.txt b/db/re/item_db.txt index 4afd8869ec..5e9519bd1e 100644 --- a/db/re/item_db.txt +++ b/db/re/item_db.txt @@ -6982,10 +6982,10 @@ 12843,Pearl_Treasure_Box,Pearl Treasure Box,2,0,,0,,,,,0xFFFFFFFF,63,2,,,60,,,{},{},{} 12844,Diamond_Treasure_Box,Diamond Treasure Box,2,0,,0,,,,,0xFFFFFFFF,63,2,,,70,,,{},{},{} 12845,Amatsu_Butterfly_Wing,Amatsu_Butterfly_Wing,2,0,,0,,,,,0xFFFFFFFF,63,2,,,,,,{},{},{} -12846,Little_Unripe_Apple,Little_Unripe_Apple,2,10,,50,,,,,0xFFFFFFFF,63,2,,,,,,{ pet 2398; },{},{} +12846,Little_Unripe_Apple,Little Unripe Apple,2,10,,50,,,,,0xFFFFFFFF,63,2,,,,,,{ pet 2398; },{},{} 12847,Old_Equipment_Box,Old Equipment Box,2,0,,10,,,,,0xFFFFFFFF,63,2,,,,,,{},{},{} 12848,Falcon_Flute,Falcon Flute,11,0,,10,,,,,0xFFFFFFFF,63,2,,,,,,{ if(getskilllv("HT_FALCON")) { if(!checkoption(Option_Wug) && !checkoption(Option_Wugrider)) setfalcon (!checkfalcon()); } },{},{} -12849,Combination_Kit,Combination Kit,2,0,,10,,,,,0xFFFFFFFF,63,2,,,,,,{},{},{} +12849,Combination_Kit,Combination Kit,2,0,,10,,,,,0xFFFFFFFF,63,2,,,,,,{ cooking 30; },{},{} 12850,Heaven_Scroll,Heaven Scroll,2,20,,10,,,,,0xFFFFFFFF,63,2,,,,,,{ getgroupitem(IG_Heaven_Scroll); },{},{} 12851,Vocation_Scroll,Vocation Scroll,2,20,,10,,,,,0xFFFFFFFF,63,2,,,,,,{ getgroupitem(IG_Vocation_Scroll); },{},{} 12852,Wisdom_Scroll,Wisdom Scroll,2,20,,10,,,,,0xFFFFFFFF,63,2,,,,,,{ getgroupitem(IG_Wisdom_Scroll); },{},{} diff --git a/db/re/produce_db.txt b/db/re/produce_db.txt index 1baa16da8f..28c493670d 100644 --- a/db/re/produce_db.txt +++ b/db/re/produce_db.txt @@ -656,3 +656,27 @@ //-- Cure Free <-- GN_S_PHARMACY Lv1, Quality Potion Book, 20 Green Herb, 1 Fruit Of Mastela, 5 Panacea, 1 Leaf Of Yggdrasil, 10 Empty Cylinder 263,12475,29,2497,1,6285,0,511,20,522,1,525,5,610,1,1092,10 //=============================================== + +//--------------------LEVEL 30----------- +// Novice Red Potion (569) <-- 2 Red Herbs, 1 Apple +264,569,30,0,0,11058,0,507,2,512,1 +// Novice Magnifier (12325) <-- 3 Fine-grained Trunk, 1 Jellopy +265,12325,30,0,0,11058,0,1066,3,909,1 +// Novice Fly Wing (12323) <-- 2 Fluffs, 2 Feathers, 2 Jellopies +266,12323,30,0,0,11058,0,914,2,949,2,909,2 +// Novice Cutter (13040) <-- 10 Shells, 10 Worm Peelings, 1 Phracon +267,13040,30,0,0,11058,0,935,10,955,10,1010,1 +// Little Unripe Apple (12846) <-- 1 Apple, 1 Green Herb +268,12846,30,0,0,11058,0,512,1,511,1 +// Four Leaf Clover (706) <-- 200 Clovers, 200 Sticky Mucus +269,706,30,0,0,11058,0,705,200,938,200 +// Banana Juice (532) <-- 1 Banana, 1 Milk +270,532,30,0,0,11058,0,513,1,519,1 +// Apple Juice (531) <-- 1 Apple, 1 Milk +271,531,30,0,0,11058,0,512,1,519,1 +// Carrot Juice (534) <-- 1 Carrot, 1 Milk +272,534,30,0,0,11058,0,515,1,519,1 +// Grape Juice (533) <-- 1 Grape, 1 Milk +273,533,30,0,0,11058,0,514,1,519,1 +// Unripe Apple (619) <-- 10 Sticky Mucus, 20 Green Herbs, 10 Apples +274,619,30,0,0,11058,0,938,10,511,20,512,10 diff --git a/src/map/skill.h b/src/map/skill.h index 551249921d..ec3e7e6eea 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -14,7 +14,7 @@ struct skill_unit; struct skill_unit_group; struct status_change_entry; -#define MAX_SKILL_PRODUCE_DB 270 /// Max Produce DB +#define MAX_SKILL_PRODUCE_DB 280 /// Max Produce DB #define MAX_PRODUCE_RESOURCE 12 /// Max Produce requirements #define MAX_SKILL_ARROW_DB 150 /// Max Arrow Creation DB #define MAX_ARROW_RESULT 5 /// Max Arrow results/created