From e4ca951af1ea57067861680003fbec05d0535418 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 22 Nov 2020 15:30:11 -0300 Subject: Fix bug in Nahrec (outdated script) and also limited reimbursement for players affected by the bug. (Namely, YuckFou) --- npc/017-5/nahrec.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/017-5/nahrec.txt') diff --git a/npc/017-5/nahrec.txt b/npc/017-5/nahrec.txt index e9858acba..538bed376 100644 --- a/npc/017-5/nahrec.txt +++ b/npc/017-5/nahrec.txt @@ -58,8 +58,8 @@ function NahrecMain { mesn; mesq l("Yes, I can craft many things. In addition to plating and improving armor, I can craft smaller items made of gold and other metals."); select - rif(!RECIPES_EQUIPMENT[CraftGoldenLightPlate], l("Can you improve my Light Platemail for me?")), - rif(!RECIPES_EQUIPMENT[CraftGoldenWarlord], l("Can you improve my Warlord Plate for me?")), + rif(!RECIPES_EQUIPMENT[CraftGoldenLightPlatemail], l("Can you improve my Light Platemail for me?")), + rif(!RECIPES_EQUIPMENT[CraftGoldenWarlordPlate], l("Can you improve my Warlord Plate for me?")), l("Can you craft Chainmail?"), l("Can you craft Light Platemail?"), l("Can you craft Warlord Plate?"), @@ -76,7 +76,7 @@ function NahrecMain { if (askyesno() == ASK_YES && Zeny > 30000) { mes ""; Zeny-=30000; - RECIPES_EQUIPMENT[CraftGoldenLightPlate]=true; + RECIPES_EQUIPMENT[CraftGoldenLightPlatemail]=true; mesn; mesc l("Nahrec discretly gives you a recipe."); mesc l("\"*psst, just follow what is outlined here to make it golden.*\""); @@ -89,7 +89,7 @@ function NahrecMain { if (askyesno() == ASK_YES && Zeny > 200000) { mes ""; Zeny-=200000; - RECIPES_EQUIPMENT[CraftGoldenWarlord]=true; + RECIPES_EQUIPMENT[CraftGoldenWarlordPlate]=true; mesn; mesc l("Nahrec discretly gives you a recipe."); mesc l("\"*psst, just follow what is outlined here to make it golden.*\""); -- cgit v1.2.3-60-g2f50