From 3e83cb0052d4382e1955077846569c7fab26e526 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Jun 2018 00:36:06 -0300 Subject: Celestia quest accept --- npc/003-1-1/yetiking.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'npc/003-1-1') 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."); -- cgit v1.2.3-70-g09d2