summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 10:47:00 -0400
committergumi <git@gumi.ca>2020-08-14 10:47:00 -0400
commitb655b957b7bc2901255bb052f51f0593d7964e4e (patch)
treeef689b5b8773f1640c62b6969ed0a1d3b4df8981
parent0ec906cf3373721604cb17cbc90fde1dcf00cddb (diff)
downloadserverdata-b655b957b7bc2901255bb052f51f0593d7964e4e.tar.gz
serverdata-b655b957b7bc2901255bb052f51f0593d7964e4e.tar.bz2
serverdata-b655b957b7bc2901255bb052f51f0593d7964e4e.tar.xz
serverdata-b655b957b7bc2901255bb052f51f0593d7964e4e.zip
add the WarlordBoots recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
-rw-r--r--db/craft_db.conf25
-rw-r--r--npc/items/recipes.txt3
2 files changed, 27 insertions, 1 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf
index d5a52943..3a15a948 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -1577,4 +1577,29 @@ Boots: 700 --> 799
}
Priority: 70
},
+{
+ Id: 710
+ Name: "CraftWarlordBoots"
+ Flag: "CRAFT_SMITHING"
+ ReturnCode: "WarlordBoots"
+ SourceItems:
+ (
+ {
+ RotoniumIngot: 4
+ SilverIngot: 10
+ Coal: 20
+ Dagger: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ WarlordBoots: 1
+ },
+ )
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 71
+},
)
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt
index 36e44d26..5ffaab41 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -170,7 +170,8 @@ function read_smithery {
mesf(".:: %s ::.", l("Boots"));
mes();
- showRecipe(BromenalBoots);
+ showRecipe(BromenalBoots,
+ WarlordBoots);
return;
}