From b3baf8b7e1de7443cf5c518503dafbae7ed5926f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 26 Aug 2019 15:59:29 -0300 Subject: Fix gempowder price on recipe book --- npc/craft/recipes.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc') diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index 65409aee8..98c2c2849 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -276,22 +276,22 @@ function readCrafting { 40, WoodenLog, 60, ManaPiouFeathers, 8, FluoPowder, - 2, GemPowder); + 1, GemPowder); showRecipe(CraftApprenticeWand, ApprenticeWand, 60, WoodenLog, 90, ManaPiouFeathers, 12, FluoPowder, - 3, GemPowder); + 1, GemPowder); showRecipe(CraftLeaderWand, LeaderWand, 100, WoodenLog, 120, ManaPiouFeathers, 15, FluoPowder, - 5, GemPowder); + 1, GemPowder); showRecipe(CraftLegendaryWand, LegendaryWand, 110, WoodenLog, 3, GoldenApple, 20, FluoPowder, - 7, GemPowder); + 1, GemPowder); next; // Firestaff Weapons: Lead + Titanium mesc "----------"+l("Fire Staffs Recipes")+"----------", 2; -- cgit v1.2.3-60-g2f50