summaryrefslogtreecommitdiff
path: root/npc/000-2-2
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2017-01-08 21:50:39 -0500
committergumi <mekolat@users.noreply.github.com>2017-01-08 21:52:04 -0500
commitf0687a529a0a143b0ceca96eb0546c39199f2878 (patch)
tree4bb688028e57718b80e6bfb1eab4c47c28d2d4bc /npc/000-2-2
parentdbf252c0621fc5ebd003f9bda3cef9423ab467ee (diff)
downloadserverdata-f0687a529a0a143b0ceca96eb0546c39199f2878.tar.gz
serverdata-f0687a529a0a143b0ceca96eb0546c39199f2878.tar.bz2
serverdata-f0687a529a0a143b0ceca96eb0546c39199f2878.tar.xz
serverdata-f0687a529a0a143b0ceca96eb0546c39199f2878.zip
remove .gat suffix everywhere
Diffstat (limited to 'npc/000-2-2')
-rw-r--r--npc/000-2-2/doors.txt2
-rw-r--r--npc/000-2-2/ratto.txt16
2 files changed, 9 insertions, 9 deletions
diff --git a/npc/000-2-2/doors.txt b/npc/000-2-2/doors.txt
index 5c57b66f..1dbef832 100644
--- a/npc/000-2-2/doors.txt
+++ b/npc/000-2-2/doors.txt
@@ -9,7 +9,7 @@
000-2-2,48,29,0 script DoorUpwards NPC_HIDDEN,0,0,{
OnTouch:
- if (mobcount("000-2-2.gat","all") > 0) goto L_Warn;
+ if (mobcount("000-2-2","all") > 0) goto L_Warn;
goto L_Warp;
diff --git a/npc/000-2-2/ratto.txt b/npc/000-2-2/ratto.txt
index 2ff5c572..1392d571 100644
--- a/npc/000-2-2/ratto.txt
+++ b/npc/000-2-2/ratto.txt
@@ -20,32 +20,32 @@
000-2-2,47,30,0 script RattosControl NPC_HIDDEN,{
OnSpawn:
- areamonster "000-2-2.gat", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl::OnRatto1Death";
- areamonster "000-2-2.gat", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl::OnRatto2Death";
- areamonster "000-2-2.gat", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl::OnRatto3Death";
- areamonster "000-2-2.gat", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl::OnRatto4Death";
+ areamonster "000-2-2", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl::OnRatto1Death";
+ areamonster "000-2-2", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl::OnRatto2Death";
+ areamonster "000-2-2", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl::OnRatto3Death";
+ areamonster "000-2-2", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl::OnRatto4Death";
close;
OnRatto1Respawn:
- areamonster "000-2-2.gat", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl::OnRatto1Death";
+ areamonster "000-2-2", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl::OnRatto1Death";
$@RAT_SAILOR_CONTROL[1] = 0;
$@RAT_SAILOR_CONTROL[5] = 0;
end;
OnRatto2Respawn:
- areamonster "000-2-2.gat", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl::OnRatto2Death";
+ areamonster "000-2-2", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl::OnRatto2Death";
$@RAT_SAILOR_CONTROL[2] = 0;
$@RAT_SAILOR_CONTROL[6] = 0;
end;
OnRatto3Respawn:
- areamonster "000-2-2.gat", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl::OnRatto3Death";
+ areamonster "000-2-2", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl::OnRatto3Death";
$@RAT_SAILOR_CONTROL[3] = 0;
$@RAT_SAILOR_CONTROL[7] = 0;
end;
OnRatto4Respawn:
- areamonster "000-2-2.gat", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl::OnRatto4Death";
+ areamonster "000-2-2", 23, 19, 50, 40, "Ratto", 1005, 1, "RattosControl::OnRatto4Death";
$@RAT_SAILOR_CONTROL[4] = 0;
$@RAT_SAILOR_CONTROL[8] = 0;
end;