diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-18 12:29:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-18 12:30:48 -0300 |
commit | 349733a0412212ffecc8a9b0ca225ffe956eea0a (patch) | |
tree | c2c2486b849db11d3c6fda998a408bbf168cf5ba /db/craft_db.conf | |
parent | 37e4b5701a10ff8e1711d539bcd4a2fae4cfdc73 (diff) | |
download | serverdata-349733a0412212ffecc8a9b0ca225ffe956eea0a.tar.gz serverdata-349733a0412212ffecc8a9b0ca225ffe956eea0a.tar.bz2 serverdata-349733a0412212ffecc8a9b0ca225ffe956eea0a.tar.xz serverdata-349733a0412212ffecc8a9b0ca225ffe956eea0a.zip |
All bows (Short Bow, Forest Bow, Elfic Bow, Championship Bow, Banshee Bow) are
now under RELEASED status.
Diffstat (limited to 'db/craft_db.conf')
-rw-r--r-- | db/craft_db.conf | 137 |
1 files changed, 137 insertions, 0 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index 759814dc4..93cc3a1c1 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -883,6 +883,143 @@ craft_db: ( // 98, 99, 100 → Reserved for guns ////////////////////////////////////////////////////////////////////////////// { + Id: 72 + Name: "CraftShortBow" + Flag: 16 + ReturnCode: 6002 + // ShortBow + SourceItems: + ( + { + WoodenLog: 18 + Root: 12 + LeatherPatch: 3 + CommonCarp: 1 + }, + + ) + CreateItems: + ( + { + RawLog: 1 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 73 + Name: "CraftForestBow" + Flag: 16 + ReturnCode: 6003 + // ForestBow + SourceItems: + ( + { + WoodenLog: 24 + Root: 16 + LeatherPatch: 5 + CommonCarp: 3 + }, + ) + CreateItems: + ( + { + RawLog: 1 + }, + ) + Priority: 20 +}, +/****************************************************************************/ +{ + Id: 74 + Name: "CraftElficBow" + Flag: 16 + ReturnCode: 6004 + // ElficBow + SourceItems: + ( + { + WoodenLog: 33 + Root: 22 + IronIngot: 1 + CommonCarp: 4 + }, + ) + CreateItems: + ( + { + RawLog: 1 + }, + ) + Priority: 30 +}, +/****************************************************************************/ +{ + Id: 75 + Name: "CraftChampionshipBow" + Flag: 16 + ReturnCode: 6005 + // ChampionshipBow + SourceItems: + ( + { + WoodenLog: 48 + Root: 32 + GoldIngot: 1 + CommonCarp: 5 + }, + ) + CreateItems: + ( + { + RawLog: 1 + }, + ) + Priority: 40 +}, +/****************************************************************************/ +{ + Id: 76 + Name: "CraftBansheeBow" + Flag: 16 + ReturnCode: 6006 + // BansheeBow + SourceItems: + ( + { + WoodenLog: 70 + Root: 45 + DarkCrystal: 5 + CommonCarp: 5 + }, + ) + CreateItems: + ( + { + BoneArrow: 1 + }, + { + BoneArrow: 2 + }, + { + BoneArrow: 3 + }, + ) + Priority: 40 +}, +/****************************************************************************/ + +// 51~71 → Swords +// 72~76 → Bows +// 77~81 → Wands +// 82 → Reserved for guns +// 83~87 → Armor Chestplates +// 88~92 → Armor Helmets +// 93~97 → Shields +// 98, 99, 100 → Reserved for guns +////////////////////////////////////////////////////////////////////////////// +{ Id: 77 Name: "CraftTrainingWand" Flag: 16 |