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 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'world/map/npc/051-1/desert.txt') 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; -- cgit v1.2.3-70-g09d2