diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-10-28 20:27:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-10-28 20:27:25 -0300 |
commit | c3ecc9fda65da2deb22b692515be06d29abe50e9 (patch) | |
tree | e040dd24ec8c214b404e6d35b9d5f39f2a20892f | |
parent | 491a9f1d40beba8dd294e8373a8b253bb00b141b (diff) | |
download | serverdata-c3ecc9fda65da2deb22b692515be06d29abe50e9.tar.gz serverdata-c3ecc9fda65da2deb22b692515be06d29abe50e9.tar.bz2 serverdata-c3ecc9fda65da2deb22b692515be06d29abe50e9.tar.xz serverdata-c3ecc9fda65da2deb22b692515be06d29abe50e9.zip |
Savior Pants
-rw-r--r-- | db/craft_db.conf | 30 | ||||
-rw-r--r-- | npc/craft/recipes.txt | 3 | ||||
-rw-r--r-- | npc/items/miscrecipes.txt | 2 |
3 files changed, 33 insertions, 2 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf index 34bdc1b3d..3320b1a61 100644 --- a/db/craft_db.conf +++ b/db/craft_db.conf @@ -4117,6 +4117,36 @@ craft_db: ( Priority: 80 }, /****************************************************************************/ +{ + Id: 144 + Name: "CraftSaviorPants" + Flag: 16 + ReturnCode: 2216 + //SaviorPants + SourceItems: + ( + { + IridiumIngot: 3 + CottonCloth: 45 + MylarinDust: 1 + EarthPowder: 1 + }, + ) + CreateItems: + ( + { + CottonCloth: 1 + }, + { + CottonCloth: 2 + }, + { + CottonCloth: 1 + }, + ) + Priority: 90 +}, +/****************************************************************************/ // 51~71 → Swords // 72~76 → Bows // 77~81 → Wands diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index 445856b4b..39a9681f5 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -298,7 +298,8 @@ function readCrafting { ChainmailSkirt, BromenalPants, WarlordPants, - AssassinPants); + AssassinPants, + SaviorPants); dnext; // Gloves: Gloves items mesc "----------"+l("Gloves Recipes")+"----------", 2; diff --git a/npc/items/miscrecipes.txt b/npc/items/miscrecipes.txt index 275d5b0f7..869eb415f 100644 --- a/npc/items/miscrecipes.txt +++ b/npc/items/miscrecipes.txt @@ -59,7 +59,7 @@ function script LegendaryBlueprint { array_push(.@recipes, CraftSkypiercer); // Weapon: Sky Piercer array_push(.@recipes, CraftSaviorShield); // Shield: Savior Shield array_push(.@recipes, CraftSaviorArmor); // Savior Armor - //array_push(.@recipes, CraftSaviorPants); // Savior Pants + array_push(.@recipes, CraftSaviorPants); // Savior Pants array_push(.@recipes, CraftSaviorBoots); // Savior Boots array_push(.@recipes, CraftSaviorHelmet); // Savior Helmet //array_push(.@recipes, CraftSavior); // Savior Gloves (?)(X) |