summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/018-2-1/dustman.txt20
1 files changed, 17 insertions, 3 deletions
diff --git a/npc/018-2-1/dustman.txt b/npc/018-2-1/dustman.txt
index 1332650cf..745cf7b89 100644
--- a/npc/018-2-1/dustman.txt
+++ b/npc/018-2-1/dustman.txt
@@ -6,10 +6,23 @@
// Void NPC
018-2-1,22,29,0 script Colonel DUSTMAN NPC_CRUSADER,{
- .@q=getq(LoFQuest_COD);
- if (.@q == 0 && BaseLevel > 50) goto L_COD;
+ .@cod=getq(LoFQuest_COD);
+ .@hh=getq(LoFQuest_HH);
mesn;
- mesq l("My man went down and still haven't returned.");
+ mesq l("Hello adventurer. Are you interested in the Heroes Hold, or in the Call Of Dusty?");
+ next;
+ select
+ l("Heroes Hold"),
+ l("Call Of Dusty"),
+ l("Neither, sorry");
+ if (@menu == 3)
+ close;
+ else if (@menu == 2)
+ goto L_COD;
+
+ mes "";
+ 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...");
@@ -22,6 +35,7 @@
close;
L_COD:
+ mes "";
mesn;
mesq l("Hey, do you know the ##BCall Of Dusty##b event?");
next;