summaryrefslogtreecommitdiff
path: root/npc/012-2/helena.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-2/helena.txt')
-rw-r--r--npc/012-2/helena.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/012-2/helena.txt b/npc/012-2/helena.txt
index eab9d6778..cdab1504d 100644
--- a/npc/012-2/helena.txt
+++ b/npc/012-2/helena.txt
@@ -6,8 +6,13 @@
012-2,47,40,0 script Helena NPC_FEMALE,{
.@q=getq(HurnscaldQuest_Bandits);
+
+ // Stage 1: Level 40, collect Bandit Hood
if (BaseLevel < 40) goto L_TooWeak;
if (.@q == 1) goto L_Return;
+
+ // Stage 2: Level 45, defeat Bandit Lord
+ if (BaseLevel < 45) goto L_Weak;
goto L_Start;
L_TooWeak;
@@ -18,6 +23,11 @@ L_TooWeak;
mesq l("Ah, we have serious problems of robbery. I need someone really strong to help me, and you don't qualify.");
close;
+L_Weak:
+ mesn;
+ mesq l("Ah, @@! I'm busy now, can we talk again later?", strcharinfo(0));
+ close;
+
L_Start:
mesn;
mesq l("Bandits are a huge threat to Hurnscald. We're just a small farming town, and they're countless.");