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/027-1/crypt.txt | 4 ++-- world/map/npc/027-1/golbenez.txt | 4 ++-- world/map/npc/027-1/graves.txt | 26 +++++++++++++------------- world/map/npc/027-1/mapflags.txt | 2 +- world/map/npc/027-1/traveler.txt | 2 +- 5 files changed, 19 insertions(+), 19 deletions(-) (limited to 'world/map/npc/027-1') diff --git a/world/map/npc/027-1/crypt.txt b/world/map/npc/027-1/crypt.txt index 37b1cecf..c6f6a63f 100644 --- a/world/map/npc/027-1/crypt.txt +++ b/world/map/npc/027-1/crypt.txt @@ -1,8 +1,8 @@ -027-1.gat,28,67,0|script|#CryptEntrance|45,0,0 +027-1,28,67,0|script|#CryptEntrance|45,0,0 { if (BaseLevel < 60) goto L_Weak; - warp "027-2.gat", 112, 110; + warp "027-2", 112, 110; end; L_Weak: diff --git a/world/map/npc/027-1/golbenez.txt b/world/map/npc/027-1/golbenez.txt index ea19db7b..cfa09fdb 100644 --- a/world/map/npc/027-1/golbenez.txt +++ b/world/map/npc/027-1/golbenez.txt @@ -1,4 +1,4 @@ -027-1.gat,68,89,0|script|#Golbenez#_M|204 +027-1,68,89,0|script|#Golbenez#_M|204 { set @fee, 666; @@ -21,7 +21,7 @@ L_Warp: if (Zeny < @fee) goto L_No_Money; set Zeny, Zeny - @fee; - warp "027-2.gat", 105, 44; + warp "027-2", 105, 44; close; L_No_Money: diff --git a/world/map/npc/027-1/graves.txt b/world/map/npc/027-1/graves.txt index cd2d137a..dee7df5d 100644 --- a/world/map/npc/027-1/graves.txt +++ b/world/map/npc/027-1/graves.txt @@ -2,7 +2,7 @@ function|script|GraveTooFar { - if (isin("027-1.gat",89,54,122,76)) + if (isin("027-1",89,54,122,76)) goto L_Return; mes "You are too far away to read the grave."; close; @@ -11,7 +11,7 @@ L_Return: return; } -027-1.gat,89,62,0|script|Grave#1|400 +027-1,89,62,0|script|Grave#1|400 { callfunc "GraveTooFar"; mes "~ FotherJ ~"; @@ -19,7 +19,7 @@ L_Return: close; } -027-1.gat,118,54,0|script|Grave#2|400 +027-1,118,54,0|script|Grave#2|400 { callfunc "GraveTooFar"; mes "~ Yosuhara ~"; @@ -27,7 +27,7 @@ L_Return: close; } -027-1.gat,111,62,0|script|Grave#3|400 +027-1,111,62,0|script|Grave#3|400 { callfunc "GraveTooFar"; mes "~ Feline Monstrosity ~"; @@ -35,7 +35,7 @@ L_Return: close; } -027-1.gat,112,76,0|script|Grave#4|400 +027-1,112,76,0|script|Grave#4|400 { callfunc "GraveTooFar"; mes "~ Superkoop ~"; @@ -43,7 +43,7 @@ L_Return: close; } -027-1.gat,120,76,0|script|Grave#5|400 +027-1,120,76,0|script|Grave#5|400 { callfunc "GraveTooFar"; mes "~ Aroleon ~"; @@ -51,7 +51,7 @@ L_Return: close; } -027-1.gat,100,68,0|script|Grave#6|400 +027-1,100,68,0|script|Grave#6|400 { callfunc "GraveTooFar"; mes "~ John P ~"; @@ -59,7 +59,7 @@ L_Return: close; } -027-1.gat,94,70,0|script|Grave#7|400 +027-1,94,70,0|script|Grave#7|400 { callfunc "GraveTooFar"; mes "~ Spit23 ~"; @@ -67,7 +67,7 @@ L_Return: close; } -027-1.gat,106,60,0|script|Grave#8|400 +027-1,106,60,0|script|Grave#8|400 { callfunc "GraveTooFar"; mes "~ Black Don ~"; @@ -75,7 +75,7 @@ L_Return: close; } -027-1.gat,92,54,0|script|Grave#9|400 +027-1,92,54,0|script|Grave#9|400 { callfunc "GraveTooFar"; mes "~ Jaxad0127 ~"; @@ -83,7 +83,7 @@ L_Return: close; } -027-1.gat,122,64,0|script|Grave#10|400 +027-1,122,64,0|script|Grave#10|400 { callfunc "GraveTooFar"; mes "~ Ces Vargavind ~"; @@ -91,7 +91,7 @@ L_Return: close; } -027-1.gat,102,62,0|script|Grave#11|400 +027-1,102,62,0|script|Grave#11|400 { callfunc "GraveTooFar"; mes "~ Crush ~"; @@ -99,7 +99,7 @@ L_Return: close; } -027-1.gat,104,76,0|script|Grave#12|400 +027-1,104,76,0|script|Grave#12|400 { callfunc "GraveTooFar"; mes "~ Freeyorp ~"; diff --git a/world/map/npc/027-1/mapflags.txt b/world/map/npc/027-1/mapflags.txt index 695e576c..ed13545d 100644 --- a/world/map/npc/027-1/mapflags.txt +++ b/world/map/npc/027-1/mapflags.txt @@ -1 +1 @@ -027-1.gat|mapflag|resave|025-1,33,50 +027-1|mapflag|resave|025-1,33,50 diff --git a/world/map/npc/027-1/traveler.txt b/world/map/npc/027-1/traveler.txt index d07e952e..ca8d8f47 100644 --- a/world/map/npc/027-1/traveler.txt +++ b/world/map/npc/027-1/traveler.txt @@ -2,7 +2,7 @@ // Author: Wombat, wushin // cost depending on level and adapted to new scripting guidelines: Jenalya -027-1.gat,83,84,0|script|Styx the Traveler|103 +027-1,83,84,0|script|Styx the Traveler|103 { set @NpcName$, "Styx"; set @NpcTravelBit, $@graveyard_bit; -- cgit v1.2.3-60-g2f50