summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-08-14 10:43:46 -0400
committergumi <git@gumi.ca>2020-08-14 10:43:52 -0400
commite548a9707f6d0149f064b48419ccab85a13e2d7c (patch)
tree589c19bcb62c08a5af74021f939e46c97d1694bd
parent5e80c025ae54c4d5317a7ec1572cfc84e0231011 (diff)
downloadserverdata-e548a9707f6d0149f064b48419ccab85a13e2d7c.tar.gz
serverdata-e548a9707f6d0149f064b48419ccab85a13e2d7c.tar.bz2
serverdata-e548a9707f6d0149f064b48419ccab85a13e2d7c.tar.xz
serverdata-e548a9707f6d0149f064b48419ccab85a13e2d7c.zip
add WaxChunk and the RidingBoots recipe
Co-authored-by: Christopher Chay <2@hisfootsteps.net>
-rw-r--r--db/craft_db.conf25
-rw-r--r--db/re/item_db.conf5
-rw-r--r--npc/items/recipes.txt3
3 files changed, 32 insertions, 1 deletions
diff --git a/db/craft_db.conf b/db/craft_db.conf
index 9de9fc3b..3a1879bc 100644
--- a/db/craft_db.conf
+++ b/db/craft_db.conf
@@ -1527,4 +1527,29 @@ Boots: 700 --> 799
}
Priority: 60
},
+{
+ Id: 708
+ Name: "CraftRidingBoots"
+ Flag: "CRAFT_TAILORING"
+ ReturnCode: "RidingBoots"
+ SourceItems:
+ (
+ {
+ LeatherPatch: 60
+ WaxChunk: 45
+ TortugaShell: 30
+ SharpKnife: 1
+ },
+ )
+ CreateItems:
+ (
+ {
+ RidingBoots: 1
+ },
+ )
+ RequiredItems: {
+ RecipeBook: 1
+ }
+ Priority: 61
+},
)
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 19b20b62..e2154da9 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -2275,6 +2275,11 @@ item_db: (
AegisName: "SquirrelPelt"
Name: "Squirrel Pelt"
},
+{
+ Id: 813
+ AegisName: "WaxChunk"
+ Name: "Wax Chunk"
+},
// Necklaces
diff --git a/npc/items/recipes.txt b/npc/items/recipes.txt
index 2f36e016..029fef2f 100644
--- a/npc/items/recipes.txt
+++ b/npc/items/recipes.txt
@@ -237,7 +237,8 @@ function read_tailoring {
BanditBoots,
ManaSlippers,
SquirrelBoots,
- LeatherBoots);
+ LeatherBoots,
+ RidingBoots);
return;
}