summaryrefslogtreecommitdiff
path: root/npc/018-2-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-19 01:59:28 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-19 01:59:28 -0200
commit643f1a9701751de282cd4bb17a90ac6583fec91d (patch)
tree379a2a9f97af4c7fd6494b4313e81c9a3ebbe099 /npc/018-2-1
parentdb81386e53fad039f4ade4c7cae0515d1f7f2589 (diff)
downloadserverdata-643f1a9701751de282cd4bb17a90ac6583fec91d.tar.gz
serverdata-643f1a9701751de282cd4bb17a90ac6583fec91d.tar.bz2
serverdata-643f1a9701751de282cd4bb17a90ac6583fec91d.tar.xz
serverdata-643f1a9701751de282cd4bb17a90ac6583fec91d.zip
Initial Dustman dialog for HH
Diffstat (limited to 'npc/018-2-1')
-rw-r--r--npc/018-2-1/dustman.txt40
1 files changed, 34 insertions, 6 deletions
diff --git a/npc/018-2-1/dustman.txt b/npc/018-2-1/dustman.txt
index 799785b36..d1faa5eee 100644
--- a/npc/018-2-1/dustman.txt
+++ b/npc/018-2-1/dustman.txt
@@ -21,17 +21,45 @@
goto L_COD;
mes "";
+ if (BaseLevel < 40) {
+ mesn;
+ mesq l("Well, my men went down and still haven't returned.");
+ next;
+ mesn;
+ mesq l("I'm worried with them. Anyway, you need a special scroll to get to the Heroes Cave...");
+ next;
+ mesn;
+ mesq l("Otherwise, well, I'm not sure what will happen. You'll probably be either thrown at the wolves or something. Duh.");
+ next;
+ mesn;
+ mesq l("Take care, adventurer!");
+ close;
+ }
mesn;
- mesq l("Well, my men went down and still haven't returned.");
- next;
- mesn;
- mesq l("I'm worried with them. Anyway, you need a special scroll to get to the Heroes Cave...");
+ mesq l("This whole region is called the Heroes Hold. It's designed for hard core, bragging-rights-hunters, high level, supreme players.");
next;
mesn;
- mesq l("Otherwise, well, I'm not sure what will happen. You'll probably be either thrown at the wolves or something. Duh.");
+ mesq l("This is the main hall. Below this stairs, you'll find the Heroes Hold Main Dungeon. It's a cave in a... uhm. Water.");
+ mesq l("I thought it was meant to be lava, this being in the Land Of Fire and all, but seems like someone must bug Saulc to fix it.");
next;
mesn;
- mesq l("Take care, adventurer!");
+ mesq l("So, let's return to the bussiness at hand. My men went down and haven't returned. That was long ago, by the way.");
+ mesq l("I can send you to at least five from the seven cave levels this dungeon have. Don't worry with the scroll.");
+ if (.@hh == 0) {
+ next;
+ mesn;
+ mesq l("Do you want to try to find them? Just search the first five floors: Novice, Intermediary, Advanced, Expert and Master.");
+ mesq l("I don't have the scrolls for the Supreme and All-Might floors. So if you don't find them on the five and report back, that'll do.");
+ next;
+ mesc l("Accept quest?");
+ if (askyesno() == ASK_YES) {
+ mes "";
+ mesn;
+ mesq l("Wonderful! You must finish Novice, Intermediary, Advanced and Expert levels before I unlock Master level for you.");
+ mesq l("I don't really understand how the dungeon works. I promise you a reward when you finish the task.");
+ setq LoFQuest_HH, 1;
+ }
+ }
close;
L_COD: