From 22cfbc011ce19e96767861b60473fa3136177f10 Mon Sep 17 00:00:00 2001 From: mekolat Date: Sun, 1 Feb 2015 14:11:22 -0500 Subject: remove .gat from npcs --- world/map/npc/051-3/ambush.txt | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'world/map/npc/051-3/ambush.txt') diff --git a/world/map/npc/051-3/ambush.txt b/world/map/npc/051-3/ambush.txt index 72ec3922..63b9775f 100644 --- a/world/map/npc/051-3/ambush.txt +++ b/world/map/npc/051-3/ambush.txt @@ -10,13 +10,13 @@ // 4: Key of the door found, to leave the cave //----------------------------------------------------------------------------- -051-3.gat,40,52,0|script|#WayBlockedTrigger|32767,2,2 +051-3,40,52,0|script|#WayBlockedTrigger|32767,2,2 { message strcharinfo(0), "There is no way I can pass here. Let's find another way."; end; } -051-3.gat,31,70,0|script|#AmbushReadyTrigger|32767,2,2 +051-3,31,70,0|script|#AmbushReadyTrigger|32767,2,2 { set @step, 2; if ($@illia_progress < @step) goto L_ShouldNotBeHere; @@ -34,7 +34,7 @@ L_ShouldNotBeHere: } -051-3.gat,31,93,0|script|#BanditAmbushTrigger|32767,3,3 +051-3,31,93,0|script|#BanditAmbushTrigger|32767,3,3 { set @step, 2; if ($@illia_progress < @step) goto L_ShouldNotBeHere; @@ -52,7 +52,7 @@ L_ShouldNotBeHere: end; } -051-3.gat,1,1,0|script|#BndtTl|127 +051-3,1,1,0|script|#BndtTl|127 { end; @@ -68,12 +68,12 @@ OnTimer1000: end; OnTimer9000: - areawarp "051-3.gat", 22, 45, 42, 97, "051-3.gat", 101, 13; + areawarp "051-3", 22, 45, 42, 97, "051-3", 101, 13; end; OnTimer11000: - areatimer "051-3.gat", 22, 12, 102, 97, 500, "#BndtTl::OnOuch"; - areatimer "051-3.gat", 22, 12, 102, 97, 3000, "#BndtTl::OnA"; + areatimer "051-3", 22, 12, 102, 97, 500, "#BndtTl::OnOuch"; + areatimer "051-3", 22, 12, 102, 97, 3000, "#BndtTl::OnA"; stopnpctimer; setnpctimer 0; end; @@ -102,7 +102,7 @@ L_CaptureHero: // put the health at 40%. percentheal 100, 0; percentheal -60, 0; - warp "051-3.gat", 69, 109; + warp "051-3", 69, 109; message strcharinfo(0), "Meh... Where am I?"; end; @@ -113,7 +113,7 @@ L_CaptureHelper1: // put the health at 40%. percentheal 100, 0; percentheal -60, 0; - warp "051-3.gat", 64, 102; + warp "051-3", 64, 102; message strcharinfo(0), "Meh... Where am I?"; end; @@ -124,7 +124,7 @@ L_CaptureHelper2: // put the health at 40%. percentheal 100, 0; percentheal -60, 0; - warp "051-3.gat", 62, 102; + warp "051-3", 62, 102; message strcharinfo(0), "Meh... Where am I?"; end; @@ -135,13 +135,13 @@ L_CaptureHelper3: // put the health at 40%. percentheal 100, 0; percentheal -60, 0; - warp "051-3.gat", 58, 102; + warp "051-3", 58, 102; message strcharinfo(0), "Meh... Where am I?"; end; } -051-3.gat,29,94,0|script|Sneaky Bandit|127 +051-3,29,94,0|script|Sneaky Bandit|127 { end; @@ -161,7 +161,7 @@ OnTimer3600: } -051-3.gat,33,95,0|script|Another Sneaky Bandit|127 +051-3,33,95,0|script|Another Sneaky Bandit|127 { end; -- cgit v1.2.3-60-g2f50