summaryrefslogtreecommitdiff
path: root/npc/003-1-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-08 00:36:06 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-08 00:36:06 -0300
commit3e83cb0052d4382e1955077846569c7fab26e526 (patch)
treeccabe562af19cf3698d5b0d6f6fb79cb4f4acb2f /npc/003-1-1
parent2fdbcd4f6b23890234d8d82ebb6fb84fe8e34bc7 (diff)
downloadserverdata-3e83cb0052d4382e1955077846569c7fab26e526.tar.gz
serverdata-3e83cb0052d4382e1955077846569c7fab26e526.tar.bz2
serverdata-3e83cb0052d4382e1955077846569c7fab26e526.tar.xz
serverdata-3e83cb0052d4382e1955077846569c7fab26e526.zip
Celestia quest accept
Diffstat (limited to 'npc/003-1-1')
-rw-r--r--npc/003-1-1/yetiking.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/003-1-1/yetiking.txt b/npc/003-1-1/yetiking.txt
index b26ffd51a..4474a0c60 100644
--- a/npc/003-1-1/yetiking.txt
+++ b/npc/003-1-1/yetiking.txt
@@ -44,7 +44,6 @@ OnTimer5000:
} else {
npctalk("You're courageous to summon me, I'll give you that.");
areatimer "003-1-1", 93, 20, 97, 25,3000, "#YetiKing::OnSummonTalk";
- stopnpctimer;
}
end;
@@ -107,6 +106,11 @@ OnSummonTalk:
goto L_Die;
if (@menu == 2)
close;
+ if (BaseLevel < 35) {
+ mesn "Dah Yeti King!!";
+ mesq l("You? Have you ever looked in the mirror? You're not even level 35. Begone.");
+ close;
+ }
mesn "Dah Yeti King!!";
mesq l("Well, then I'll give you a task. We may meet again in Soren Village.");