diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-28 16:13:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-28 16:13:59 -0300 |
commit | 28b00ca18ddab152314e133e5fbb513c9d4c0570 (patch) | |
tree | f2b3a34640594eb6e1e59e8692891daa53b23be6 /npc/021-1 | |
parent | 16c11f79da5a44a0b09a97750d486b6ebe522dcd (diff) | |
download | serverdata-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.txt | 2 |
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; |