summaryrefslogtreecommitdiff
path: root/npc/005-1/zegas.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/005-1/zegas.txt')
-rw-r--r--npc/005-1/zegas.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/005-1/zegas.txt b/npc/005-1/zegas.txt
index 14f539bd9..a0dfb076e 100644
--- a/npc/005-1/zegas.txt
+++ b/npc/005-1/zegas.txt
@@ -2,6 +2,8 @@
005-1,35,77,0 script Zegas NPC_MONA,{
.ItemCreate = CandorShorts;
.@q = getq(CandorQuest_Barrel);
+ if (BaseLevel < 5)
+ goto L_Weak;
if (.@q == 1)
goto L_Find;
if (.@q == 2)
@@ -12,6 +14,11 @@
goto L_Thanks;
goto L_Meet;
+L_Weak:
+ mesn;
+ mesq l("Do not enter on this storehouse, the maggots there will kill you.");
+ close;
+
L_Meet:
mesn;
mesq l("Hey do you have a second?");