diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-02 18:29:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-02 18:29:12 -0300 |
commit | b89fb40b9d93857479662215c7ee338f0816dece (patch) | |
tree | d2d423c0ddd77ae96e90f85abe5ee74508cbb591 /npc/034-4/intro.txt | |
parent | f7ac042018ce864f6c30be3c7050e83e360e4353 (diff) | |
download | serverdata-b89fb40b9d93857479662215c7ee338f0816dece.tar.gz serverdata-b89fb40b9d93857479662215c7ee338f0816dece.tar.bz2 serverdata-b89fb40b9d93857479662215c7ee338f0816dece.tar.xz serverdata-b89fb40b9d93857479662215c7ee338f0816dece.zip |
Add the chest with rewards to those whom triumph over Gemini Quest.
Diffstat (limited to 'npc/034-4/intro.txt')
-rw-r--r-- | npc/034-4/intro.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/npc/034-4/intro.txt b/npc/034-4/intro.txt index 734c49a1f..3615c0c91 100644 --- a/npc/034-4/intro.txt +++ b/npc/034-4/intro.txt @@ -146,8 +146,12 @@ OnTouch: if (instance_id() < 0 || getcharid(1) < 1) end; GeminiCheck(8); .@p=getcharid(1); - if (mobcount(getmap(), "all") > 0 || $@VALIA_STATUS[.@p] < 10) { - dispbottom l("Uh? I can't pass. I wonder why."); + if ($@VALIA_STATUS[.@p] < 10) { + dispbottom l("Uh? I can't pass. I wonder why, maybe I need to wait?"); + end; + } + if (mobcount(getmap(), "all") > 0) { + dispbottom l("I should defeat all mobs before passing."); end; } if (mobcount(getmap(), "all") <= 0 && $@VALIA_STATUS[.@p] == 10) { |