summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-21 23:47:47 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-21 23:47:47 -0300
commit4b41a21fd62b77ae391c10980ebeb51778289378 (patch)
tree1ba26c75510d19ca0ba60e0daefcf7461904a1d4
parentad1b31ab93f3a2ca29cd2d068e6967d07459cb69 (diff)
downloadserverdata-4b41a21fd62b77ae391c10980ebeb51778289378.tar.gz
serverdata-4b41a21fd62b77ae391c10980ebeb51778289378.tar.bz2
serverdata-4b41a21fd62b77ae391c10980ebeb51778289378.tar.xz
serverdata-4b41a21fd62b77ae391c10980ebeb51778289378.zip
Inconsistencies
-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;