summaryrefslogtreecommitdiff
path: root/npc/001-2-23
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-02-03 03:01:45 +0100
committerReid <reidyaro@gmail.com>2015-02-03 03:01:45 +0100
commit905524504b35896248a6cad997037aa8f3453261 (patch)
treebf508cca83e6ee4b0612a35eb4747d0c99f6cb79 /npc/001-2-23
parentf9836c9d3033f46ed15d7669cbec412af4f8b49b (diff)
downloadserverdata-905524504b35896248a6cad997037aa8f3453261.tar.gz
serverdata-905524504b35896248a6cad997037aa8f3453261.tar.bz2
serverdata-905524504b35896248a6cad997037aa8f3453261.tar.xz
serverdata-905524504b35896248a6cad997037aa8f3453261.zip
Correct peter script.
Diffstat (limited to 'npc/001-2-23')
-rw-r--r--npc/001-2-23/doors.txt2
-rw-r--r--npc/001-2-23/ratto.txt16
2 files changed, 9 insertions, 9 deletions
diff --git a/npc/001-2-23/doors.txt b/npc/001-2-23/doors.txt
index abfa89cb..71783816 100644
--- a/npc/001-2-23/doors.txt
+++ b/npc/001-2-23/doors.txt
@@ -30,7 +30,7 @@ L_Warn:
close;
L_Warp:
- warp "001-2-23", 72, 36;
+ warp "001-2-22", 72, 36;
closedialog;
close;
}
diff --git a/npc/001-2-23/ratto.txt b/npc/001-2-23/ratto.txt
index 6b22ed2b..c3212778 100644
--- a/npc/001-2-23/ratto.txt
+++ b/npc/001-2-23/ratto.txt
@@ -20,32 +20,32 @@
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";
- areamonster "001-2-23.gat", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl::OnRatto2Death";
- areamonster "001-2-23.gat", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl::OnRatto3Death";
- areamonster "001-2-23.gat", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl::OnRatto4Death";
+ areamonster "001-2-23.gat", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl#001-2-23::OnRatto1Death";
+ areamonster "001-2-23.gat", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl#001-2-23::OnRatto2Death";
+ areamonster "001-2-23.gat", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl#001-2-23::OnRatto3Death";
+ areamonster "001-2-23.gat", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl#001-2-23::OnRatto4Death";
close;
OnRatto1Respawn:
- areamonster "001-2-23.gat", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl::OnRatto1Death";
+ areamonster "001-2-23.gat", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl#001-2-23::OnRatto1Death";
$@ARTIS_RAT1_CONTROL[1] = 0;
$@ARTIS_RAT1_CONTROL[5] = 0;
end;
OnRatto2Respawn:
- areamonster "001-2-23.gat", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl::OnRatto2Death";
+ areamonster "001-2-23.gat", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl#001-2-23::OnRatto2Death";
$@ARTIS_RAT1_CONTROL[2] = 0;
$@ARTIS_RAT1_CONTROL[6] = 0;
end;
OnRatto3Respawn:
- areamonster "001-2-23.gat", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl::OnRatto3Death";
+ areamonster "001-2-23.gat", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl#001-2-23::OnRatto3Death";
$@ARTIS_RAT1_CONTROL[3] = 0;
$@ARTIS_RAT1_CONTROL[7] = 0;
end;
OnRatto4Respawn:
- areamonster "001-2-23.gat", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl::OnRatto4Death";
+ areamonster "001-2-23.gat", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl#001-2-23::OnRatto4Death";
$@ARTIS_RAT1_CONTROL[4] = 0;
$@ARTIS_RAT1_CONTROL[8] = 0;
end;