diff options
author | mekolat <mekolat@gmail.com> | 2015-02-01 14:11:22 -0500 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2015-02-01 14:11:22 -0500 |
commit | 22cfbc011ce19e96767861b60473fa3136177f10 (patch) | |
tree | 5a5c78db513146769798d2b9e891f15a52886a77 /world/map/npc/items/warpTowels.txt | |
parent | b192aaa6afe5cfaedfe364a2893036348270f5b4 (diff) | |
download | serverdata-22cfbc011ce19e96767861b60473fa3136177f10.tar.gz serverdata-22cfbc011ce19e96767861b60473fa3136177f10.tar.bz2 serverdata-22cfbc011ce19e96767861b60473fa3136177f10.tar.xz serverdata-22cfbc011ce19e96767861b60473fa3136177f10.zip |
remove .gat from npcs
Diffstat (limited to 'world/map/npc/items/warpTowels.txt')
-rw-r--r-- | world/map/npc/items/warpTowels.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/world/map/npc/items/warpTowels.txt b/world/map/npc/items/warpTowels.txt index 585112ff..32a52aff 100644 --- a/world/map/npc/items/warpTowels.txt +++ b/world/map/npc/items/warpTowels.txt @@ -3,9 +3,9 @@ function|script|WarpTowel { if (TowelLastUsed > (gettimetick(2) - 1800)) goto L_DontPanic; - if (isin("botcheck.gat",25,27,51,47)) + if (isin("botcheck",25,27,51,47)) goto L_Prison; - if (getmapflag(getmap(), MF_NOSAVE) || isin("009-7.gat",$@fightclub_x1,$@fightclub_y1,$@fightclub_x2,$@fightclub_y2)) + if (getmapflag(getmap(), MF_NOSAVE) || isin("009-7",$@fightclub_x1,$@fightclub_y1,$@fightclub_x2,$@fightclub_y2)) goto L_Forbid; callfunc "MultiWarpTowel"; @@ -36,70 +36,70 @@ function|script|WarpTowel L_White: // Koga - set @NextLocationMap$, "035-2.gat"; + set @NextLocationMap$, "035-2"; set @NextLocationX, 20; set @NextLocationY, 21; goto L_WarpPlayer; L_Red: // Barbarians - set @NextLocationMap$, "033-1.gat"; + set @NextLocationMap$, "033-1"; set @NextLocationX, 66; set @NextLocationY, 33; goto L_WarpPlayer; L_Green: // Candor - set @NextLocationMap$, "029-1.gat"; + set @NextLocationMap$, "029-1"; set @NextLocationX, 69; set @NextLocationY, 69; goto L_WarpPlayer; L_Blue: // Blue Sages - set @NextLocationMap$, "048-2.gat"; + set @NextLocationMap$, "048-2"; set @NextLocationX, 26; set @NextLocationY, 47; goto L_WarpPlayer; L_Yellow: // Tulimshar Mines - set @NextLocationMap$, "002-2.gat"; + set @NextLocationMap$, "002-2"; set @NextLocationX, 27; set @NextLocationY, 28; goto L_WarpPlayer; L_Purple: // Dimonds Inn - set @NextLocationMap$, "010-1.gat"; + set @NextLocationMap$, "010-1"; set @NextLocationX, 27; set @NextLocationY, 97; goto L_WarpPlayer; L_Orange: // Graveyard - set @NextLocationMap$, "027-1.gat"; + set @NextLocationMap$, "027-1"; set @NextLocationX, 70; set @NextLocationY, 100; goto L_WarpPlayer; L_Pink: // Terranite Cave - set @NextLocationMap$, "012-3.gat"; + set @NextLocationMap$, "012-3"; set @NextLocationX, 448; set @NextLocationY, 66; goto L_WarpPlayer; L_Teal: // Mana Seed - set @NextLocationMap$, "012-3.gat"; + set @NextLocationMap$, "012-3"; set @NextLocationX, 64; set @NextLocationY, 130; goto L_WarpPlayer; L_Lime: // Pachua - set @NextLocationMap$, "006-1.gat"; + set @NextLocationMap$, "006-1"; set @NextLocationX, 28; set @NextLocationY, 97; goto L_WarpPlayer; |