summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-07-09 14:53:38 -0300
committerJesusaves <cpntb1@ymail.com>2021-07-09 14:53:38 -0300
commit719c8005ef560cbc3066559dd7ef193e187b2631 (patch)
tree90e2c3c98d12703aced4bbcce98eaeaadb1b8687
parent40d795ac6174379938dce34b7deeb274c8a21215 (diff)
downloadserverdata-719c8005ef560cbc3066559dd7ef193e187b2631.tar.gz
serverdata-719c8005ef560cbc3066559dd7ef193e187b2631.tar.bz2
serverdata-719c8005ef560cbc3066559dd7ef193e187b2631.tar.xz
serverdata-719c8005ef560cbc3066559dd7ef193e187b2631.zip
Make Nickos dialog more clear on what exactly you're limited to
-rw-r--r--npc/002-1/nickos.txt39
1 files changed, 21 insertions, 18 deletions
diff --git a/npc/002-1/nickos.txt b/npc/002-1/nickos.txt
index 80c71da0..bb797576 100644
--- a/npc/002-1/nickos.txt
+++ b/npc/002-1/nickos.txt
@@ -10,34 +10,37 @@
if (QL_MINEALL == 5) goto L_Orders;
if (QL_MINEALL < 5) goto L_See_Dausen_First;
- mes "[Nickos]";
+ mesn;
mes "\"I'm watching this mine to make sure the monsters don't harm the miners.\"";
goto L_close;
L_See_Dausen_First:
- mes "[Nickos]";
- mes "\"I'm watching this mine to make sure the monsters don't harm the miners.\"";
+ mesn;
+ mesq l("I'm watching this mine to make sure the monsters don't harm the miners.");
+ next;
+ mesn;
+ mesq l("The mines are closed from tourists due to the monster threat. You can visit the mining camp, but go no further than that.");
next;
- mes "[Nickos]";
- mes "\"The mines are closed from tourists due to the monster threat. If you want to get in you will need to prove yourself first. Talk to Lieutenant Dausen, my superior, if you want to make a formal complaint.\"";
+ mesn;
+ mesq l("If you want to get in you will need to prove yourself first. Talk to Lieutenant Dausen, my superior, if you want to make a formal complaint.");
goto L_close;
L_Orders:
QL_MINEALL = 6;
- mes "[Nickos]";
+ mesn;
mes "\"I have to hold my post longer? Argh! I was looking forward to my break. Oh well, thanks for letting me know.\"";
goto L_close;
L_Orders_Received:
- mes "[Nickos]";
+ mesn;
mes "\"Thanks for letting me know Lieutenant Dausen wants me to stick it out for a while longer. Even though I would've liked my break, I'm sure these miners could use my watchful eye.\"";
goto L_close;
L_Mine:
- mes "[Nickos]";
+ mesn;
mes "\"I haven't heard from the miners in a while, but I've got to keep to my post unless there is due reason to investigate. Normally the miners take care of themselves without any problem.\"";
next;
- mes "[Nickos]";
+ mesn;
mes "\"Could you check on them for me, though?\"";
menu
"Yes.", L_Mine_Open,
@@ -49,24 +52,24 @@ L_Disappoint:
L_Mine_Open:
QL_MINEALL = 8;
- mes "[Nickos]";
+ mesn;
mes "\"Excellent! You now have my permission to enter the mine. Your assistance helps ease my worries.\"";
goto L_close;
L_Waits:
- mes "[Nickos]";
+ mesn;
mes "\"Please be sure to get word from Nathan and Naem to make sure everthing is okay down there. Your assistance helps ease my worries.\"";
goto L_close;
L_Check_Happy:
QL_MINEALL = 11;
Zeny = Zeny + 500;
- mes "[Nickos]";
+ mesn;
mes "\"Oh, everything is okay? That's great! I think they are pretty busy and could use some help. Feel free to give them a hand. Here's some gold for your troubles.\"";
goto L_close;
L_Guards:
- mes "[Nickos]";
+ mesn;
mes "\"I'm watching this mine to make sure the monsters don't harm the miners.\"";
next;
mes "\"Talk to Nathan the miner, I'm sure the miners could use some help down there.\"";
@@ -74,7 +77,7 @@ L_Guards:
L_AS_Start:
QL_MINEALL = 19;
- mes "[Nickos]";
+ mesn;
mes "\"Oh, the angry scorpions are becoming a problem? We could thin down their numbers a bit. I can make it worth your time, but of course, I'll need something to show your work. Bring me 10 Angry Scorpion Stingers to demonstrate your effectiveness, and you will be rewarded for your efforts.\"";
goto L_close;
@@ -87,24 +90,24 @@ L_AS_Done:
QL_MINEALL = 20;
delitem "AngryScorpionStinger", 10;
getitem "LeatherShield", 1;
- mes "[Nickos]";
+ mesn;
mes "\"Ah, you are a fine combatant! Take this Leather Shield, it might be useful for your future battles.\"";
next;
mes "\"You might be ready to take on the underground palace. If you are interested, go talk to Naem about unlocking the barrier, he's got the key and the code to open it.\"";
goto L_close;
L_AS_NotDone:
- mes "[Nickos]";
+ mesn;
mes "\"Bring me 10 Angry Scorpion Stingers and I'll know their numbers are down. You will be rewarded for your efforts.\"";
goto L_close;
L_TooMany:
- mes "[Nickos]";
+ mesn;
mes "\"Oh, it seems you have too many items. Please get rid some some and I'll give you a reward.\"";
goto L_close;
L_UGQ:
- mes "[Nickos]";
+ mesn;
mes "\"You might be ready to take on the underground palace. If you are interested, talk to the miners about unlocking the barrier, they've got the key to open it.\"";
goto L_close;