From d65f9cecbdec106b5abc60c400ab5c3585b928bd Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 6 Nov 2019 21:38:09 -0300 Subject: Register gloves on craft database --- db/craft_db.conf | 238 ++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 225 insertions(+), 13 deletions(-) (limited to 'db/craft_db.conf') diff --git a/db/craft_db.conf b/db/craft_db.conf index 00f65b884..3e64ee910 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -695,8 +695,9 @@ craft_db: ( // 72~76 → Bows (ok) // 77~81 → Wands (ok) // 82 → Reserved for guns (ok) -// 83~87 → Armor Chestplates -// 88~92 → Stronger Shields +// 83~87 → Gloves +// 88~91 → Stronger Shields +// 92 → Reserved for gloves // 93~97 → Shields // 98, 99, 100 → Reserved for guns (ok) ////////////////////////////////////////////////////////////////////////////// @@ -1159,8 +1160,9 @@ craft_db: ( // 72~76 → Bows // 77~81 → Wands // 82 → Reserved for guns -// 83~87 → Armor Chestplates -// 88~92 → Stronger Shields +// 83~87 → Gloves +// 88~91 → Stronger Shields +// 92 → Reserved for gloves // 93~97 → Shields // 98, 99, 100 → Reserved for guns ////////////////////////////////////////////////////////////////////////////// @@ -1320,8 +1322,9 @@ craft_db: ( // 72~76 → Bows // 77~81 → Wands // 82 → Reserved for guns -// 83~87 → Armor Chestplates -// 88~92 → Stronger Shields +// 83~87 → Gloves +// 88~91 → Stronger Shields +// 92 → Reserved for gloves // 93~97 → Shields // 98, 99, 100 → Reserved for guns ////////////////////////////////////////////////////////////////////////////// @@ -1506,8 +1509,9 @@ craft_db: ( // 72~76 → Bows // 77~81 → Wands // 82 → Reserved for guns -// 83~87 → Armor Chestplates -// 88~92 → Stronger Shields +// 83~87 → Gloves +// 88~91 → Stronger Shields +// 92 → Reserved for gloves // 93~97 → Shields // 98, 99, 100 → Reserved for guns ////////////////////////////////////////////////////////////////////////////// @@ -1640,8 +1644,9 @@ craft_db: ( // 72~76 → Bows // 77~81 → Wands // 82 → Reserved for guns -// 83~87 → Armor Chestplates -// 88~92 → Stronger Shields +// 83~87 → Gloves +// 88~91 → Stronger Shields +// 92 → Reserved for gloves // 93~97 → Shields // 98, 99, 100 → Reserved for guns ////////////////////////////////////////////////////////////////////////////// @@ -1944,14 +1949,208 @@ craft_db: ( ) Priority: 90 }, -// ID 92 is free for a bonus shield /****************************************************************************/ // 51~71 → Swords // 72~76 → Bows // 77~81 → Wands // 82 → Reserved for guns -// 83~87 → Armor Chestplates -// 88~92 → Stronger Shields +// 83~87 → Gloves +// 88~91 → Stronger Shields +// 92 → Reserved for gloves +// 93~97 → Shields +// 98, 99, 100 → Reserved for guns +// 103+ Armor +////////////////////////////////////////////////////////////////////////////// +{ + Id: 83 + Name: "CraftSilkGloves" + Flag: 16 + ReturnCode: 2007 + //SilkGloves + SourceItems: + ( + { + SilkCocoon: 40 + PiouFeathers: 5 + WhiteFur: 1 + EarthPowder: 1 + }, + ) + CreateItems: + ( + { + SilkCocoon: 1 + }, + { + SilkCocoon: 1 + WhiteFur: 1 + }, + { + WhiteFur: 1 + }, + ) + Priority: 10 +}, +/****************************************************************************/ +{ + Id: 84 + Name: "CraftLeatherGloves" + Flag: 16 + ReturnCode: 2008 + //LeatherGloves + SourceItems: + ( + { + LeatherPatch: 10 + PiouFeathers: 10 + WhiteFur: 5 + EarthPowder: 1 + }, + ) + CreateItems: + ( + { + LeatherPatch: 1 + }, + { + LeatherPatch: 1 + WhiteFur: 1 + }, + { + WhiteFur: 1 + }, + ) + Priority: 20 +}, +/****************************************************************************/ +{ + Id: 85 + Name: "CraftBromenalGloves" + Flag: 16 + ReturnCode: 2010 + //BromenalGloves + SourceItems: + ( + { + LeatherPatch: 30 + AnimalBones: 3 + WhiteFur: 15 + EarthPowder: 1 + }, + ) + CreateItems: + ( + { + LeatherPatch: 1 + }, + { + LeatherPatch: 1 + WhiteFur: 1 + }, + { + WhiteFur: 1 + }, + ) + Priority: 30 +}, +/****************************************************************************/ +{ + Id: 86 + Name: "CraftManaGloves" + Flag: 16 + ReturnCode: 2013 + //ManaGloves + SourceItems: + ( + { + SacredManaPotion: 1 + BlueManaPearl: 1 + WhiteFur: 45 + EarthPowder: 1 + }, + ) + CreateItems: + ( + { + WhiteFur: 1 + }, + { + WhiteFur: 2 + }, + { + WhiteFur: 1 + }, + ) + Priority: 40 +}, +/****************************************************************************/ +{ + Id: 87 + Name: "CraftWarlordGloves" + Flag: 16 + ReturnCode: 2012 + //WarlordGloves + SourceItems: + ( + { + IridiumIngot: 1 + PlatinumIngot: 1 + WhiteFur: 60 + EarthPowder: 1 + }, + ) + CreateItems: + ( + { + WhiteFur: 1 + }, + { + WhiteFur: 2 + }, + { + WhiteFur: 1 + }, + ) + Priority: 50 +}, +/****************************************************************************/ +{ + Id: 92 + Name: "CraftAssassinGloves" + Flag: 16 + ReturnCode: 2015 + //AssassinGloves + SourceItems: + ( + { + IridiumIngot: 1 + PlatinumIngot: 1 + WhiteFur: 150 + EarthPowder: 1 + }, + ) + CreateItems: + ( + { + WhiteFur: 1 + }, + { + WhiteFur: 2 + }, + { + WhiteFur: 1 + }, + ) + Priority: 60 +}, +/****************************************************************************/ +// 51~71 → Swords +// 72~76 → Bows +// 77~81 → Wands +// 82 → Reserved for guns +// 83~87 → Gloves +// 88~91 → Stronger Shields +// 92 → Reserved for gloves // 93~97 → Shields // 98, 99, 100 → Reserved for guns ////////////////////////////////////////////////////////////////////////////// @@ -2002,5 +2201,18 @@ craft_db: ( Priority: 5 }, /****************************************************************************/ +// 51~71 → Swords +// 72~76 → Bows +// 77~81 → Wands +// 82 → Reserved for guns +// 83~87 → Gloves +// 88~91 → Stronger Shields +// 92 → Reserved for gloves +// 93~97 → Shields +// 98, 99, 100 → Reserved for guns +// 103+ Armor +////////////////////////////////////////////////////////////////////////////// +// TODO +/****************************************************************************/ ) -- cgit v1.2.3-60-g2f50