summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/002-1/peter.txt2
-rw-r--r--npc/002-2/doors.txt7
2 files changed, 8 insertions, 1 deletions
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;