summaryrefslogtreecommitdiff
path: root/npc/021-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-10-28 16:13:59 -0300
committerJesusaves <cpntb1@ymail.com>2018-10-28 16:13:59 -0300
commit28b00ca18ddab152314e133e5fbb513c9d4c0570 (patch)
treef2b3a34640594eb6e1e59e8692891daa53b23be6 /npc/021-1
parent16c11f79da5a44a0b09a97750d486b6ebe522dcd (diff)
downloadserverdata-28b00ca18ddab152314e133e5fbb513c9d4c0570.tar.gz
serverdata-28b00ca18ddab152314e133e5fbb513c9d4c0570.tar.bz2
serverdata-28b00ca18ddab152314e133e5fbb513c9d4c0570.tar.xz
serverdata-28b00ca18ddab152314e133e5fbb513c9d4c0570.zip
Make more clear about quest chain on 021-1 (I never talked to the wrong Yeti before)
Diffstat (limited to 'npc/021-1')
-rw-r--r--npc/021-1/yeti.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/021-1/yeti.txt b/npc/021-1/yeti.txt
index d924d5263..4719dc2d4 100644
--- a/npc/021-1/yeti.txt
+++ b/npc/021-1/yeti.txt
@@ -139,6 +139,7 @@ L_Complete:
// The other NPC
L_NoQuest:
+ dispbottom l("Who's Mercury? Maybe I'm missing something? Where could he have went?");
@yetiagro=@yetiagro+1;
if (@yetiagro > 5) goto L_Hit;
if (@yetiagro > 3) goto L_Warning;
@@ -183,6 +184,7 @@ OnInit:
/////////////////////////////////////////////////////// Random Lookout Yetis
021-1,144,203,0 script Yeti#0211Guard NPC_YETI,{
+ dispbottom l("I better don't bother this Yeti, before it kills me.");
@yetiagro=@yetiagro+1;
if (@yetiagro > 5) goto L_Hit;
if (@yetiagro > 3) goto L_Warning;