diff options
-rw-r--r-- | db/craft_db.conf | 25 | ||||
-rw-r--r-- | db/re/item_db.conf | 5 | ||||
-rw-r--r-- | npc/items/recipes.txt | 3 |
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; } |