summaryrefslogtreecommitdiff
path: root/npc/001-2-23
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-02-02 02:46:48 +0100
committerReid <reidyaro@gmail.com>2015-02-02 02:46:48 +0100
commitf3729d66699d5567ff74d774e4fbe734865b50e5 (patch)
tree1140b138f4b712798890f6a78be3bdf86f55c7a1 /npc/001-2-23
parentf74c273ad98fc8622908a2f2b85ae52c20198ee5 (diff)
downloadserverdata-f3729d66699d5567ff74d774e4fbe734865b50e5.tar.gz
serverdata-f3729d66699d5567ff74d774e4fbe734865b50e5.tar.bz2
serverdata-f3729d66699d5567ff74d774e4fbe734865b50e5.tar.xz
serverdata-f3729d66699d5567ff74d774e4fbe734865b50e5.zip
Remove some warning and error.
Diffstat (limited to 'npc/001-2-23')
-rw-r--r--npc/001-2-23/doors.txt4
-rw-r--r--npc/001-2-23/ratto.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/001-2-23/doors.txt b/npc/001-2-23/doors.txt
index ac0e5f61..abfa89cb 100644
--- a/npc/001-2-23/doors.txt
+++ b/npc/001-2-23/doors.txt
@@ -6,7 +6,7 @@
// Description:
// Doors NPCs.
-001-2-23,48,29,0 script DoorUpwards 32767,0,0,{
+001-2-23,48,29,0 script DoorUpwards#001-2-23 32767,0,0,{
OnTouch:
if (mobcount("001-2-23.gat","all") > 0) goto L_Warn;
@@ -35,7 +35,7 @@ L_Warp:
close;
}
-001-2-23,24,31,0 script LeftDoor 32767,0,0,{
+001-2-23,24,31,0 script LeftDoor#001-2-23 32767,0,0,{
OnTouch:
mesn "Narrator";
diff --git a/npc/001-2-23/ratto.txt b/npc/001-2-23/ratto.txt
index 5f42a802..6b22ed2b 100644
--- a/npc/001-2-23/ratto.txt
+++ b/npc/001-2-23/ratto.txt
@@ -17,7 +17,7 @@
// [8] = Shows how many seconds passed since ratto number 4 died.
// [9] = Shows how many seconds passed since the player started the quest.
-001-2-23,47,30,0 script RattosControl 32767,{
+001-2-23,47,30,0 script RattosControl#001-2-23 32767,{
OnSpawn:
areamonster "001-2-23.gat", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl::OnRatto1Death";