diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-08 00:36:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-08 00:36:06 -0300 |
commit | 3e83cb0052d4382e1955077846569c7fab26e526 (patch) | |
tree | ccabe562af19cf3698d5b0d6f6fb79cb4f4acb2f /npc/003-1-1 | |
parent | 2fdbcd4f6b23890234d8d82ebb6fb84fe8e34bc7 (diff) | |
download | serverdata-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.txt | 6 |
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."); |