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-1/desert.txt | 24 ++++++++++++------------ world/map/npc/051-1/desertmonsters.txt | 34 +++++++++++++++++----------------- world/map/npc/051-1/forest.txt | 8 ++++---- world/map/npc/051-1/forestmonsters.txt | 4 ++-- world/map/npc/051-1/janitor.txt | 16 ++++++++-------- world/map/npc/051-1/mapflags.txt | 4 ++-- 6 files changed, 45 insertions(+), 45 deletions(-) (limited to 'world/map/npc/051-1') diff --git a/world/map/npc/051-1/desert.txt b/world/map/npc/051-1/desert.txt index b2b4ad77..10164b36 100644 --- a/world/map/npc/051-1/desert.txt +++ b/world/map/npc/051-1/desert.txt @@ -8,7 +8,7 @@ // 2: Players collected enough souls and gave the souls to the waterfall //----------------------------------------------------------------------------- -051-1.gat,142,39,0|script|Bones|367 +051-1,142,39,0|script|Bones|367 { mes "You find a ruined paper next to these bones."; mes "It says..."; @@ -22,7 +22,7 @@ } -051-1.gat,170,24,0|script|Cursed Waterfall|400 +051-1,170,24,0|script|Cursed Waterfall|400 { set $@illia_num_sealed_souls, 7; set @step, 3; @@ -40,7 +40,7 @@ OnTimer1000: end; OnTimer4750: - mapannounce "051-1.gat", "You hear a loud scream coming from the wind... Something terrifying raised out there.", 0; + mapannounce "051-1", "You hear a loud scream coming from the wind... Something terrifying raised out there.", 0; end; OnTimer6500: @@ -79,9 +79,9 @@ L_GiveTask: set $@SoulEaters3_count, 0; set $@SoulEaters4_count, 0; // Spawn 7 additional soul snakes in the north building, as a bait. - areamonster "051-1.gat", 125, 14, 143, 18, "", 1096, 7, "IlliaDMobs051-1::On1096"; + areamonster "051-1", 125, 14, 143, 18, "", 1096, 7, "IlliaDMobs051-1::On1096"; // Same with 5, in the island - areamonster "051-1.gat", 138, 34, 145, 41, "", 1096, 5, "IlliaDMobs051-1::On1096"; + areamonster "051-1", 138, 34, 145, 41, "", 1096, 5, "IlliaDMobs051-1::On1096"; // Start timed messages initnpctimer; goto L_Close; @@ -110,12 +110,12 @@ L_CheckSouls: set $@illia_max_time, $@illia_max_time + 540; // Clean all spawned monsters - killmonster "051-1.gat", "IlliaDMobs051-1::On1096"; - killmonster "051-1.gat", "#SoulEaters0::OnSoulEaterDeath"; - killmonster "051-1.gat", "#SoulEaters1::OnSoulEaterDeath"; - killmonster "051-1.gat", "#SoulEaters2::OnSoulEaterDeath"; - killmonster "051-1.gat", "#SoulEaters3::OnSoulEaterDeath"; - killmonster "051-1.gat", "#SoulEaters4::OnSoulEaterDeath"; + killmonster "051-1", "IlliaDMobs051-1::On1096"; + killmonster "051-1", "#SoulEaters0::OnSoulEaterDeath"; + killmonster "051-1", "#SoulEaters1::OnSoulEaterDeath"; + killmonster "051-1", "#SoulEaters2::OnSoulEaterDeath"; + killmonster "051-1", "#SoulEaters3::OnSoulEaterDeath"; + killmonster "051-1", "#SoulEaters4::OnSoulEaterDeath"; mes "\"Goooood... Tasty souuuuuls...\""; @@ -133,7 +133,7 @@ L_NotEnough: goto L_Close; L_Warp: - warp "052-1.gat", 23, 52; + warp "052-1", 23, 52; // Count the player who reached the island. set $@illia_players_in_luvia_territory, $@illia_players_in_luvia_territory + 1; goto L_Close; diff --git a/world/map/npc/051-1/desertmonsters.txt b/world/map/npc/051-1/desertmonsters.txt index 9ab901c9..310566ce 100644 --- a/world/map/npc/051-1/desertmonsters.txt +++ b/world/map/npc/051-1/desertmonsters.txt @@ -1,7 +1,7 @@ -051-1.gat,134,36,67,49|monster|SoulSnake|1096,12,100000ms,30000ms,IlliaDMobs051-1::On1096 +051-1,134,36,67,49|monster|SoulSnake|1096,12,100000ms,30000ms,IlliaDMobs051-1::On1096 // The soul snakes release a Sealed Soul at random, once the soul collecting is started -051-1.gat,0,0,0|script|IlliaDMobs051-1|-1 +051-1,0,0,0|script|IlliaDMobs051-1|-1 { end; @@ -17,7 +17,7 @@ On1096: // Soul eater spawns. They will eat a Sealed Soul when killed, and when the soul collecting is started. // Spawn in the island -051-1.gat,142,38,0|script|#SoulEaters0Trigger|32767,3,3 +051-1,142,38,0|script|#SoulEaters0Trigger|32767,3,3 { if ($@illia_progress != 3 || $@illia_level_3_progress != 1) end; @@ -27,13 +27,13 @@ On1096: end; } -051-1.gat,142,38,0|script|#SoulEaters0|32767 +051-1,142,38,0|script|#SoulEaters0|32767 { end; OnSpawn: set $@SoulEaters0_count, 5; - areamonster "051-1.gat", 139, 34, 145, 41, "", 1097, $@SoulEaters0_count, "#SoulEaters0::OnSoulEaterDeath"; + areamonster "051-1", 139, 34, 145, 41, "", 1097, $@SoulEaters0_count, "#SoulEaters0::OnSoulEaterDeath"; end; OnSoulEaterDeath: @@ -48,7 +48,7 @@ OnSoulEaterDeath: } // Spawn inside the north building -051-1.gat,134,16,0|script|#SoulEaters1Trigger|32767,9,2 +051-1,134,16,0|script|#SoulEaters1Trigger|32767,9,2 { if ($@illia_progress != 3 || $@illia_level_3_progress != 1) end; @@ -58,13 +58,13 @@ OnSoulEaterDeath: end; } -051-1.gat,134,16,0|script|#SoulEaters1|32767 +051-1,134,16,0|script|#SoulEaters1|32767 { end; OnSpawn: set $@SoulEaters1_count, 7; - areamonster "051-1.gat", 125, 14, 143, 18, "", 1097, $@SoulEaters1_count, "#SoulEaters1::OnSoulEaterDeath"; + areamonster "051-1", 125, 14, 143, 18, "", 1097, $@SoulEaters1_count, "#SoulEaters1::OnSoulEaterDeath"; end; OnSoulEaterDeath: @@ -79,7 +79,7 @@ OnSoulEaterDeath: } // Spawn in the south grass area -051-1.gat,137,55,0|script|#SoulEaters2Trigger|32767,5,4 +051-1,137,55,0|script|#SoulEaters2Trigger|32767,5,4 { if ($@illia_progress != 3 || $@illia_level_3_progress != 1) end; @@ -89,13 +89,13 @@ OnSoulEaterDeath: end; } -051-1.gat,137,55,0|script|#SoulEaters2|32767 +051-1,137,55,0|script|#SoulEaters2|32767 { end; OnSpawn: set $@SoulEaters2_count, 4; - areamonster "051-1.gat", 134, 54, 139, 58, "", 1097, $@SoulEaters2_count, "#SoulEaters2::OnSoulEaterDeath"; + areamonster "051-1", 134, 54, 139, 58, "", 1097, $@SoulEaters2_count, "#SoulEaters2::OnSoulEaterDeath"; end; OnSoulEaterDeath: @@ -110,7 +110,7 @@ OnSoulEaterDeath: } // Spawn near the eastern cliff -051-1.gat,155,35,0|script|#SoulEaters3Trigger|32767,4,7 +051-1,155,35,0|script|#SoulEaters3Trigger|32767,4,7 { if ($@illia_progress != 3 || $@illia_level_3_progress != 1) end; @@ -120,13 +120,13 @@ OnSoulEaterDeath: end; } -051-1.gat,155,35,0|script|#SoulEaters3|32767 +051-1,155,35,0|script|#SoulEaters3|32767 { end; OnSpawn: set $@SoulEaters3_count, 4; - areamonster "051-1.gat", 151, 29, 160, 45, "", 1097, $@SoulEaters3_count, "#SoulEaters3::OnSoulEaterDeath"; + areamonster "051-1", 151, 29, 160, 45, "", 1097, $@SoulEaters3_count, "#SoulEaters3::OnSoulEaterDeath"; end; OnSoulEaterDeath: @@ -141,7 +141,7 @@ OnSoulEaterDeath: } // Spawn near the western cliff -051-1.gat,120,38,0|script|#SoulEaters4Trigger|32767,6,9 +051-1,120,38,0|script|#SoulEaters4Trigger|32767,6,9 { if ($@illia_progress != 3 || $@illia_level_3_progress != 1) end; @@ -151,13 +151,13 @@ OnSoulEaterDeath: end; } -051-1.gat,120,38,0|script|#SoulEaters4|32767 +051-1,120,38,0|script|#SoulEaters4|32767 { end; OnSpawn: set $@SoulEaters4_count, 4; - areamonster "051-1.gat", 116, 29, 127, 50, "", 1097, $@SoulEaters4_count, "#SoulEaters4::OnSoulEaterDeath"; + areamonster "051-1", 116, 29, 127, 50, "", 1097, $@SoulEaters4_count, "#SoulEaters4::OnSoulEaterDeath"; end; OnSoulEaterDeath: diff --git a/world/map/npc/051-1/forest.txt b/world/map/npc/051-1/forest.txt index a594d231..b0ff78af 100644 --- a/world/map/npc/051-1/forest.txt +++ b/world/map/npc/051-1/forest.txt @@ -9,11 +9,11 @@ // 3: Players unlocked the door //----------------------------------------------------------------------------- -051-1.gat,64,46,0|script|Strange Stone|400 +051-1,64,46,0|script|Strange Stone|400 { set @step, 1; if ($@illia_progress < @step) goto L_ShouldNotBeHere; - if (isin("051-1.gat", 65,45, 67,48) == 0) end; + if (isin("051-1", 65,45, 67,48) == 0) end; if (strcharinfo(0) != $@ILLIA_HERO$) goto L_HandleHelper; if ($@illia_level_1_progress == 0) goto L_GiveTask; if ($@illia_level_1_progress == 1) goto L_TaskNotComplete; @@ -61,7 +61,7 @@ L_TaskComplete: } // Warp from the forest, to the cave -051-1.gat,66,44,0|script|#ToCave|32767,1,1 +051-1,66,44,0|script|#ToCave|32767,1,1 { set @step, 1; if ($@illia_progress < @step) goto L_ShouldNotBeHere; @@ -83,7 +83,7 @@ L_SeeStone: end; L_Warp: - warp "051-3.gat", 24, 60; + warp "051-3", 24, 60; end; } diff --git a/world/map/npc/051-1/forestmonsters.txt b/world/map/npc/051-1/forestmonsters.txt index 89ed60a9..4942cf2b 100644 --- a/world/map/npc/051-1/forestmonsters.txt +++ b/world/map/npc/051-1/forestmonsters.txt @@ -1,6 +1,6 @@ -051-1.gat,52,32,10,8|monster|GreenSlime|1005,20,100000ms,30000ms,IlliaFMobs051-1::On1005 +051-1,52,32,10,8|monster|GreenSlime|1005,20,100000ms,30000ms,IlliaFMobs051-1::On1005 -051-1.gat,0,0,0|script|IlliaFMobs051-1|-1 +051-1,0,0,0|script|IlliaFMobs051-1|-1 { end; diff --git a/world/map/npc/051-1/janitor.txt b/world/map/npc/051-1/janitor.txt index c1e23f76..f0b8b771 100644 --- a/world/map/npc/051-1/janitor.txt +++ b/world/map/npc/051-1/janitor.txt @@ -1,5 +1,5 @@ // Forest janitor -051-1.gat,1,1,0|script|#IlliaJanitor1|127 +051-1,1,1,0|script|#IlliaJanitor1|127 { end; @@ -10,18 +10,18 @@ OnCommandClean: } // Desert janitor -051-1.gat,1,1,0|script|#IlliaJanitor3|127 +051-1,1,1,0|script|#IlliaJanitor3|127 { end; OnCommandClean: - killmonster "051-1.gat", "IlliaDMobs051-1::On1096"; + killmonster "051-1", "IlliaDMobs051-1::On1096"; // Kill the soul eaters that were spawned - killmonster "051-1.gat", "#SoulEaters0::OnSoulEaterDeath"; - killmonster "051-1.gat", "#SoulEaters1::OnSoulEaterDeath"; - killmonster "051-1.gat", "#SoulEaters2::OnSoulEaterDeath"; - killmonster "051-1.gat", "#SoulEaters3::OnSoulEaterDeath"; - killmonster "051-1.gat", "#SoulEaters4::OnSoulEaterDeath"; + killmonster "051-1", "#SoulEaters0::OnSoulEaterDeath"; + killmonster "051-1", "#SoulEaters1::OnSoulEaterDeath"; + killmonster "051-1", "#SoulEaters2::OnSoulEaterDeath"; + killmonster "051-1", "#SoulEaters3::OnSoulEaterDeath"; + killmonster "051-1", "#SoulEaters4::OnSoulEaterDeath"; end; } diff --git a/world/map/npc/051-1/mapflags.txt b/world/map/npc/051-1/mapflags.txt index 99864a1d..a75ad03b 100644 --- a/world/map/npc/051-1/mapflags.txt +++ b/world/map/npc/051-1/mapflags.txt @@ -1,2 +1,2 @@ -051-1.gat|mapflag|nosave|007-1,86,76 -051-1.gat|mapflag|resave|007-1,86,76 +051-1|mapflag|nosave|007-1,86,76 +051-1|mapflag|resave|007-1,86,76 -- cgit v1.2.3-70-g09d2