summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 10:41:28 -0400
committergumi <git@gumi.ca>2020-08-14 10:41:28 -0400
commit5e80c025ae54c4d5317a7ec1572cfc84e0231011 (patch)
tree91349729c94614a214dc0c6049ac2e1726beb15d
parent3d43b12cb5a5e4bd06497d8cd2d9542ecab8f2d5 (diff)
downloadserverdata-5e80c025ae54c4d5317a7ec1572cfc84e0231011.tar.gz
serverdata-5e80c025ae54c4d5317a7ec1572cfc84e0231011.tar.bz2
serverdata-5e80c025ae54c4d5317a7ec1572cfc84e0231011.tar.xz
serverdata-5e80c025ae54c4d5317a7ec1572cfc84e0231011.zip
add the BromenalBoots recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
-rw-r--r--db/craft_db.conf25
-rw-r--r--npc/items/recipes.txt7
2 files changed, 32 insertions, 0 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf
index dcd01351..9de9fc3b 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -1502,4 +1502,29 @@ Boots: 700 --> 799
}
Priority: 50
},
+{
+ Id: 707
+ Name: "CraftBromenalBoots"
+ Flag: "CRAFT_SMITHING"
+ ReturnCode: "BromenalBoots"
+ SourceItems:
+ (
+ {
+ CopperIngot: 4
+ LeatherPatch: 24
+ TortugaShell: 26
+ SharpKnife: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ BromenalBoots: 1
+ },
+ )
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 60
+},
)
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt
index 339173db..2f36e016 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -165,6 +165,13 @@ function read_smithery {
BromenalGloves,
IronArmbands);
+ next();
+ mes();
+ mesf(".:: %s ::.", l("Boots"));
+ mes();
+
+ showRecipe(BromenalBoots);
+
return;
}