From 4b41a21fd62b77ae391c10980ebeb51778289378 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 21 Jun 2018 23:47:47 -0300 Subject: Inconsistencies --- npc/002-1/peter.txt | 2 +- npc/002-2/doors.txt | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/002-1/peter.txt b/npc/002-1/peter.txt index 81dc84a5a..7b91aaaed 100644 --- a/npc/002-1/peter.txt +++ b/npc/002-1/peter.txt @@ -42,7 +42,7 @@ 002-1,72,34,0 script AreaNPC NPC_HIDDEN,0,1,{ OnTouch: - if (BaseLevel < 5) goto L_Stop; + if (BaseLevel < 10) goto L_Stop; if ($@RAT_SAILOR_COUNTDOWN == 0) goto L_NoCountDown; if ((gettimetick(2) - $@RAT_SAILOR_COUNTDOWN) < 10) goto L_NoGoodTick; if (($@RAT_SAILOR_OLD_HELPER$ == strcharinfo(0)) && ((gettimetick(2) - $@RAT_SAILOR_COUNTDOWN) < 60)) goto L_NoGoodTick; diff --git a/npc/002-2/doors.txt b/npc/002-2/doors.txt index d22e02669..b949c463b 100644 --- a/npc/002-2/doors.txt +++ b/npc/002-2/doors.txt @@ -1,8 +1,13 @@ +// TMW2 Script +// Authors: +// Jesusalva +// // Evol scripts. // Authors: // Ablu // Alastrim // Reid +// // Description: // Doors NPCs. @@ -41,6 +46,8 @@ L_Warp: 002-2,24,31,0 script LeftDoor NPC_HIDDEN,0,0,{ OnTouch: + dispbottom l("I can't go there now."); + end; mesn "Narrator"; mes col(l("It seems that you need a key to open this door."), 9); next; -- cgit v1.2.3-60-g2f50