summaryrefslogtreecommitdiff
path: root/npc/001-2-23
diff options
context:
space:
mode:
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 e7a7bbea..bb192082 100644
--- a/npc/001-2-23/doors.txt
+++ b/npc/001-2-23/doors.txt
@@ -9,7 +9,7 @@
001-2-23,48,29,0 script DoorUpwards#001-2-23 NPC_HIDDEN,0,0,{
OnTouch:
- if (mobcount("001-2-23.gat","all") > 0) goto L_Warn;
+ if (mobcount("001-2-23","all") > 0) goto L_Warn;
goto L_Warp;
diff --git a/npc/001-2-23/ratto.txt b/npc/001-2-23/ratto.txt
index 3b5e6e8d..91a822d3 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 NPC_HIDDEN,{
OnSpawn:
- 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";
+ areamonster "001-2-23", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl#001-2-23::OnRatto1Death";
+ areamonster "001-2-23", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl#001-2-23::OnRatto2Death";
+ areamonster "001-2-23", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl#001-2-23::OnRatto3Death";
+ areamonster "001-2-23", 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#001-2-23::OnRatto1Death";
+ areamonster "001-2-23", 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#001-2-23::OnRatto2Death";
+ areamonster "001-2-23", 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#001-2-23::OnRatto3Death";
+ areamonster "001-2-23", 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#001-2-23::OnRatto4Death";
+ areamonster "001-2-23", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl#001-2-23::OnRatto4Death";
$@ARTIS_RAT1_CONTROL[4] = 0;
$@ARTIS_RAT1_CONTROL[8] = 0;
end;