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/020-1/KrickKrackKrock.txt | 2 +- world/map/npc/020-1/dock.txt | 2 +- world/map/npc/020-1/mapflags.txt | 4 ++-- world/map/npc/020-1/rockscissor.txt | 2 +- world/map/npc/020-1/soul-menhir.txt | 4 ++-- world/map/npc/020-1/traveler.txt | 2 +- world/map/npc/020-1/well.txt | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) (limited to 'world/map/npc/020-1') diff --git a/world/map/npc/020-1/KrickKrackKrock.txt b/world/map/npc/020-1/KrickKrackKrock.txt index cd0b7c3e..8ba67feb 100644 --- a/world/map/npc/020-1/KrickKrackKrock.txt +++ b/world/map/npc/020-1/KrickKrackKrock.txt @@ -3,7 +3,7 @@ //To enable: sed 's_^// __' -i npc/020-1/KrickKrackKrock.txt -// 020-1.gat,82,82,0|script|Criker|192 +// 020-1,82,82,0|script|Criker|192 // { // L_Main: // //Var diff --git a/world/map/npc/020-1/dock.txt b/world/map/npc/020-1/dock.txt index ce7807e8..46d7de73 100644 --- a/world/map/npc/020-1/dock.txt +++ b/world/map/npc/020-1/dock.txt @@ -1,5 +1,5 @@ // Ferry Sign -020-1.gat,81,76,0|script|Ferry Schedule#7|398 +020-1,81,76,0|script|Ferry Schedule#7|398 { callfunc "FerryManifest"; end; diff --git a/world/map/npc/020-1/mapflags.txt b/world/map/npc/020-1/mapflags.txt index 4044d492..dbaedb2e 100644 --- a/world/map/npc/020-1/mapflags.txt +++ b/world/map/npc/020-1/mapflags.txt @@ -1,2 +1,2 @@ -020-1.gat|mapflag|town -020-1.gat|mapflag|resave|020-1,52,118 +020-1|mapflag|town +020-1|mapflag|resave|020-1,52,118 diff --git a/world/map/npc/020-1/rockscissor.txt b/world/map/npc/020-1/rockscissor.txt index 1bfbf62c..9023b6d6 100644 --- a/world/map/npc/020-1/rockscissor.txt +++ b/world/map/npc/020-1/rockscissor.txt @@ -11,7 +11,7 @@ //To enable: sed 's_^// __' -i npc/020-1/rockscissor.txt -// 020-1.gat,74,78,0|script|Gobmel|189 +// 020-1,74,78,0|script|Gobmel|189 // { // //var // set @NPC_name$, "[Gobmel]"; diff --git a/world/map/npc/020-1/soul-menhir.txt b/world/map/npc/020-1/soul-menhir.txt index 5cd3c7e3..6066c2ea 100644 --- a/world/map/npc/020-1/soul-menhir.txt +++ b/world/map/npc/020-1/soul-menhir.txt @@ -1,9 +1,9 @@ // -020-1.gat,63,89,0|script|Soul Menhir#nivalis|346 +020-1,63,89,0|script|Soul Menhir#nivalis|346 { callfunc "ClearVariables"; - set @map$, "020-1.gat"; + set @map$, "020-1"; setarray @Xs, 62, 63, 64, 62, 64, 62, 64; setarray @Ys, 88, 88, 88, 89, 89, 90, 90; set @x, 0; diff --git a/world/map/npc/020-1/traveler.txt b/world/map/npc/020-1/traveler.txt index 65bacdbc..d873a57f 100644 --- a/world/map/npc/020-1/traveler.txt +++ b/world/map/npc/020-1/traveler.txt @@ -1,4 +1,4 @@ -020-1.gat,57,123,0|script|Knox the Traveler|103 +020-1,57,123,0|script|Knox the Traveler|103 { set @NpcName$, "Knox"; set @NpcTravelBit, $@nivalis_bit; diff --git a/world/map/npc/020-1/well.txt b/world/map/npc/020-1/well.txt index 9aa70d32..a4513536 100644 --- a/world/map/npc/020-1/well.txt +++ b/world/map/npc/020-1/well.txt @@ -14,7 +14,7 @@ //# used variables: QUEST_Nivalis_state Nibble4 //############################################ -020-1.gat,99,83,0|script|#Well|400 +020-1,99,83,0|script|#Well|400 { set @Q_MASK, NIBBLE_4_MASK; set @Q_SHIFT, NIBBLE_4_SHIFT; @@ -98,7 +98,7 @@ S_Update_Var: return; } -020-2.gat,100,28,0|script|Miler|100 +020-2,100,28,0|script|Miler|100 { set @Q_MASK, NIBBLE_4_MASK; set @Q_SHIFT, NIBBLE_4_SHIFT; -- cgit v1.2.3-60-g2f50