From 28b00ca18ddab152314e133e5fbb513c9d4c0570 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 28 Oct 2018 16:13:59 -0300 Subject: Make more clear about quest chain on 021-1 (I never talked to the wrong Yeti before) --- npc/021-1/yeti.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/021-1') 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; -- cgit v1.2.3-60-g2f50