summaryrefslogtreecommitdiff
path: root/npc/024-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-23 23:45:17 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-23 23:45:17 -0300
commit3727753ded67366ae75fcc0b7a341fd2f146fa75 (patch)
treec7e7a853d32cf8aa9195409af4bed111989bae68 /npc/024-1
parente4add25a40713aee92781b840a66ab44bfada7da (diff)
downloadserverdata-3727753ded67366ae75fcc0b7a341fd2f146fa75.tar.gz
serverdata-3727753ded67366ae75fcc0b7a341fd2f146fa75.tar.bz2
serverdata-3727753ded67366ae75fcc0b7a341fd2f146fa75.tar.xz
serverdata-3727753ded67366ae75fcc0b7a341fd2f146fa75.zip
Remove lock on Frostia Guard
Diffstat (limited to 'npc/024-1')
-rw-r--r--npc/024-1/guard.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/024-1/guard.txt b/npc/024-1/guard.txt
index 71ac1dc92..68241c589 100644
--- a/npc/024-1/guard.txt
+++ b/npc/024-1/guard.txt
@@ -9,6 +9,7 @@
if (getq(General_Narrator) == 11)
goto L_MainQuest;
+L_MainLogic:
if (BaseLevel < 40)
goto L_Unallowed;
if (Class == Elven)
@@ -47,7 +48,8 @@ L_MainQuest:
mesc l("* Deliver Nikolai's Letter to Frostia Mayor"), 9;
mes "";
mesc l("@@ You need to wait further releases to continue this quest!", b(l("WARNING:"))), 1;
- close;
+ next;
+ goto L_MainLogic;
OnInit:
.@npcId = getnpcid(.name$);