summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreeyorp <Freeyorp101@hotmail.com>2010-10-03 05:58:55 +1300
committerFreeyorp <Freeyorp101@hotmail.com>2010-10-03 06:13:42 +1300
commit3ab2089653f73d01bd6aa98073688c2d79b3650a (patch)
tree3413cfe2ab09f155cceb918812dfd3a88140d242
parent3dc13da84ef8237d8072deaa4ae595abcee5e15d (diff)
downloadserverdata-3ab2089653f73d01bd6aa98073688c2d79b3650a.tar.gz
serverdata-3ab2089653f73d01bd6aa98073688c2d79b3650a.tar.bz2
serverdata-3ab2089653f73d01bd6aa98073688c2d79b3650a.tar.xz
serverdata-3ab2089653f73d01bd6aa98073688c2d79b3650a.zip
Make Nicholas mention that he requires coal for the setzer.
-rw-r--r--npc/009-2_Hurnscald/nicholas.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/009-2_Hurnscald/nicholas.txt b/npc/009-2_Hurnscald/nicholas.txt
index fe4af0c3..d0719430 100644
--- a/npc/009-2_Hurnscald/nicholas.txt
+++ b/npc/009-2_Hurnscald/nicholas.txt
@@ -308,7 +308,7 @@ L_SetzerQuest:
if (@Q_SETZER_status & @SETZER_FLAG_MADE_SETZER)
mes "\"Another one? Sure, why not.\"";
mes "Nicholas examines your [Short Sword], then nods.";
- mes "\"This is good quality. I can make something special out of it, with three ingot bars of iron and 50,000 GP -- but I will also need a potion of monster oil.\"";
+ mes "\"This is good quality. I can make something special out of it, with three ingot bars of iron, six lumps of coal and 50,000 GP -- but I will also need a potion of monster oil.\"";
if (@Q_SETZER_status < @SETZER_KNOWS_OIL)
set @Q_SETZER_status, @SETZER_KNOWS_OIL;
callsub L_Update_Var;
@@ -363,7 +363,7 @@ L_SetzerNoZeny:
L_SetzerNoIngot:
mes "[Nicholas]";
- mes "\"Without 3 ingots of iron, I can't improve your sword.\"";
+ mes "\"Without 3 ingots of iron, and six lumps of coal, I can't improve your sword.\"";
close;
L_SetzerNoMonsterOil: