From 349733a0412212ffecc8a9b0ca225ffe956eea0a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 18 Jul 2019 12:29:45 -0300 Subject: All bows (Short Bow, Forest Bow, Elfic Bow, Championship Bow, Banshee Bow) are now under RELEASED status. --- db/craft_db.conf | 137 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) (limited to 'db/craft_db.conf') 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 @@ -873,6 +873,143 @@ craft_db: ( }, /****************************************************************************/ +// 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: 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 -- cgit v1.2.3-60-g2f50