summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-07-09 15:05:41 -0300
committerJesusaves <cpntb1@ymail.com>2021-07-09 15:05:41 -0300
commita853b2fe2e99f389d7e4d68d5ca58bef856fc459 (patch)
tree7582287b4d9873930d45c19c5683be8f0a11bdb7
parent719c8005ef560cbc3066559dd7ef193e187b2631 (diff)
downloadserverdata-a853b2fe2e99f389d7e4d68d5ca58bef856fc459.tar.gz
serverdata-a853b2fe2e99f389d7e4d68d5ca58bef856fc459.tar.bz2
serverdata-a853b2fe2e99f389d7e4d68d5ca58bef856fc459.tar.xz
serverdata-a853b2fe2e99f389d7e4d68d5ca58bef856fc459.zip
Update Nathan dialog to inform players *where* the mines are.
Some of the dialog would be better on warning signs, though.
-rw-r--r--npc/002-3/nathan.txt35
1 files changed, 20 insertions, 15 deletions
diff --git a/npc/002-3/nathan.txt b/npc/002-3/nathan.txt
index 0e6a9c26..05966dce 100644
--- a/npc/002-3/nathan.txt
+++ b/npc/002-3/nathan.txt
@@ -12,29 +12,34 @@
if (QL_MINEALL == 9) goto L_Nathan_Cool;
if (QL_MINEALL == 8) goto L_Nathan_Okay;
- mes "[Nathan the Miner]";
- mes "\"It's very dangerous in here. We had a big earthquake here just recently, too... so be careful!\"";
+ mesn l("Nathan the Miner");
+ mesq l("It's very dangerous in here. We had a big earthquake here just recently, too... so be careful!");
+ next;
+ mesn;
+ mesq l("The mines are to the right, top most cave. Several other caves have opened, though. For your own safety... Stay away from these!");
goto L_close;
L_Nathan_Okay:
QL_MINEALL = 9;
- mes "[Nathan]";
+ mesn;
mes "\"Hey there! Just mining away down here. You say Nickos was worried about us? Nothing down here we can't handle, but you should try to be safe down here yourself. The monsters can be rather aggressive. Come to think of it, you might want to check on Naem to make sure he's okay. You can find him in the southeast parts of the mine.\"";
+ // FIXME: Move this to a warning sign
+ mesc l("The mines are to the right, top most cave. However, due the earthquake, other entrances have opened.");
goto L_close;
L_Nathan_Cool:
- mes "[Nathan]";
+ mesn;
mes "\"Hey, be careful down here, the monsters can be rather aggressive! You might want to check on Naem too. He's at the southeast parts of the mine.\"";
goto L_close;
L_Nathan_Help_1:
QL_MINEALL = 12;
- mes "[Nathan]";
+ mesn;
mes "\"Oh, hey again! Nickos told you we need some help down here too? Yeah, Naem could use a spare pair of hands moving his bags of ore to me. He's got a lot of work built up. Just go talk to him and he'll give you the bags. You might have to make a few trips, but I'll make it worth your troubles.\"";
goto L_close;
L_Nathan_Waits_1:
- mes "[Nathan]";
+ mesn;
mes "\"Naem could use some help moving his bags of ore to me. He's got a lot of work built up. Just go talk to him and he'll give you the bags. You might have to make a few trips, but I'll make it worth your troubles.\"";
goto L_close;
@@ -42,12 +47,12 @@ L_Nathan_Help_2:
QL_MINEALL = 14;
mes "You give the bag of ore to Nathan";
next;
- mes "[Nathan]";
+ mesn;
mes "\"Ah, thank you. Just a couple more and we'll have caught up!\"";
goto L_close;
L_Nathan_Waits_2:
- mes "[Nathan]";
+ mesn;
mes "\"Just a couple more and we'll be all caught up!\"";
goto L_close;
@@ -55,12 +60,12 @@ L_Nathan_Help_3:
QL_MINEALL = 16;
mes "You hand the bag of ore to Nathan.";
next;
- mes "[Nathan]";
+ mesn;
mes "\"Just one more bag and you'll be done!\"";
goto L_close;
L_Nathan_Waits_3:
- mes "[Nathan]";
+ mesn;
mes "\"Just get one more bag of ore from Naem and bring it to me and you'll be done.\"";
goto L_close;
@@ -70,7 +75,7 @@ L_Nathan_Help_Done:
goto L_Nathan_TooMany;
QL_MINEALL = 18;
getitem "MinersHat", 1;
- mes "[Nathan]";
+ mesn;
mes "You hand the bag of ore to Nathan.";
next;
mes "\"Ah, that should be it! Thank you for your help. Here, take this Miner's Hat. You're a real miner now!\"";
@@ -79,22 +84,22 @@ L_Nathan_Help_Done:
goto L_close;
L_Nathan_TooMany:
- mes "[Nathan]";
+ mesn;
mes "\"You have too many items for me to give you a reward.\"";
goto L_close;
L_Nathan_Help_Cool:
- mes "[Nathan]";
+ mesn;
mes "\"Be safe down here, it's dangerous for the unexperienced. Mining is a dangerous job, but somebody's got to do it!\"";
goto L_close;
L_Nathan_UGQ_Naem:
- mes "[Nathan]";
+ mesn;
mes "\"Thanks for thinning down the angry scorpion population. It sure has made mining a little easier down here! Oh, you say Nickos has given you permission to check out the underground palace? Talk to Naem, he's got the key and the code.\"";
goto L_close;
L_Nathan_Complete:
- mes "[Nathan]";
+ mesn;
mes "\"Mining is a dangerous job, but somebody's got to do it!\"";
goto L_close;