summaryrefslogtreecommitdiff
path: root/world/map/npc/051-3/reinforcements.txt
diff options
context:
space:
mode:
authormekolat <mekolat@gmail.com>2015-02-01 14:11:22 -0500
committermekolat <mekolat@gmail.com>2015-02-01 14:11:22 -0500
commit22cfbc011ce19e96767861b60473fa3136177f10 (patch)
tree5a5c78db513146769798d2b9e891f15a52886a77 /world/map/npc/051-3/reinforcements.txt
parentb192aaa6afe5cfaedfe364a2893036348270f5b4 (diff)
downloadserverdata-22cfbc011ce19e96767861b60473fa3136177f10.tar.gz
serverdata-22cfbc011ce19e96767861b60473fa3136177f10.tar.bz2
serverdata-22cfbc011ce19e96767861b60473fa3136177f10.tar.xz
serverdata-22cfbc011ce19e96767861b60473fa3136177f10.zip
remove .gat from npcs
Diffstat (limited to 'world/map/npc/051-3/reinforcements.txt')
-rw-r--r--world/map/npc/051-3/reinforcements.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/world/map/npc/051-3/reinforcements.txt b/world/map/npc/051-3/reinforcements.txt
index 66db7451..e52242cd 100644
--- a/world/map/npc/051-3/reinforcements.txt
+++ b/world/map/npc/051-3/reinforcements.txt
@@ -1,4 +1,4 @@
-051-3.gat,47,30,0|script|#BndtRnfrcmtsTrigger|32767,2,3
+051-3,47,30,0|script|#BndtRnfrcmtsTrigger|32767,2,3
{
set @step, 2;
if ($@illia_progress < @step) goto L_ShouldNotBeHere;
@@ -14,7 +14,7 @@ L_ShouldNotBeHere:
end;
}
-051-3.gat,37,24,0|script|Door|400
+051-3,37,24,0|script|Door|400
{
set @step, 2;
if ($@illia_progress < @step) goto L_ShouldNotBeHere;
@@ -38,18 +38,18 @@ L_KeyNotFound:
L_Warp:
mes "You place the key in the door and open the lock.";
- warp "051-1.gat", 118, 55;
+ warp "051-1", 118, 55;
close;
OnRnfrcmts:
set $@illia_level_2_progress, 3;
// Spawn 20 bandits
- areamonster "051-3.gat", 29, 25, 48, 39, "", 1064, 18, "Door::OnB";
+ areamonster "051-3", 29, 25, 48, 39, "", 1064, 18, "Door::OnB";
// Spawn 4 bandit lords
- areamonster "051-3.gat", 29, 25, 48, 39, "", 1065, 3, "Door::OnB";
+ areamonster "051-3", 29, 25, 48, 39, "", 1065, 3, "Door::OnB";
initnpctimer;
- mapannounce "051-3.gat", "Bandit Lords:* Do not let them escape!!" , 0;
- areatimer "051-3.gat", 25, 20, 80, 85, 10, "Door::OnDRnfrcmts";
+ mapannounce "051-3", "Bandit Lords:* Do not let them escape!!" , 0;
+ areatimer "051-3", 25, 20, 80, 85, 10, "Door::OnDRnfrcmts";
end;
OnB:
@@ -63,7 +63,7 @@ OnTimer2000:
setnpctimer 0;
if ($@illia_level_2_progress != 3 || $@illia_progress != 2)
end;
- if (mobcount("051-3.gat", "Door::OnB") < 0)
+ if (mobcount("051-3", "Door::OnB") < 0)
goto L_OpenDoor;
end;
@@ -72,7 +72,7 @@ L_OpenDoor:
set $@illia_progress, 3;
callfunc "UpdateIlliaProgress";
set $@illia_max_time, $@illia_max_time + 300;
- areatimer "051-3.gat", 25, 20, 80, 85, 10, "Door::OnKeyFound";
+ areatimer "051-3", 25, 20, 80, 85, 10, "Door::OnKeyFound";
stopnpctimer;
setnpctimer 0;
end;