summaryrefslogtreecommitdiff
path: root/world/map/npc/017-9
diff options
context:
space:
mode:
authormekolat <mekolat@gmail.com>2015-02-01 14:11:22 -0500
committermekolat <mekolat@gmail.com>2015-02-01 14:11:22 -0500
commit22cfbc011ce19e96767861b60473fa3136177f10 (patch)
tree5a5c78db513146769798d2b9e891f15a52886a77 /world/map/npc/017-9
parentb192aaa6afe5cfaedfe364a2893036348270f5b4 (diff)
downloadserverdata-22cfbc011ce19e96767861b60473fa3136177f10.tar.gz
serverdata-22cfbc011ce19e96767861b60473fa3136177f10.tar.bz2
serverdata-22cfbc011ce19e96767861b60473fa3136177f10.tar.xz
serverdata-22cfbc011ce19e96767861b60473fa3136177f10.zip
remove .gat from npcs
Diffstat (limited to 'world/map/npc/017-9')
-rw-r--r--world/map/npc/017-9/announcements.txt2
-rw-r--r--world/map/npc/017-9/mapflags.txt2
-rw-r--r--world/map/npc/017-9/secret.txt16
3 files changed, 10 insertions, 10 deletions
diff --git a/world/map/npc/017-9/announcements.txt b/world/map/npc/017-9/announcements.txt
index 3ee68b07..696f961f 100644
--- a/world/map/npc/017-9/announcements.txt
+++ b/world/map/npc/017-9/announcements.txt
@@ -13,7 +13,7 @@
// $@GMSA_TICK: broadcast the message every $@GMSA_TICK hours
// $@GMSA_CURRENT_TICK: internal counter incremented every hour
-017-9.gat,26,24,0|script|Stone Board|145
+017-9,26,24,0|script|Stone Board|145
{
if (getgmlevel() < 30)
goto L_Close;
diff --git a/world/map/npc/017-9/mapflags.txt b/world/map/npc/017-9/mapflags.txt
index 75269c1a..7a013d6a 100644
--- a/world/map/npc/017-9/mapflags.txt
+++ b/world/map/npc/017-9/mapflags.txt
@@ -1 +1 @@
-017-9.gat|mapflag|resave|017-9,26,25
+017-9|mapflag|resave|017-9,26,25
diff --git a/world/map/npc/017-9/secret.txt b/world/map/npc/017-9/secret.txt
index 49261537..555d6837 100644
--- a/world/map/npc/017-9/secret.txt
+++ b/world/map/npc/017-9/secret.txt
@@ -1,37 +1,37 @@
-009-1.gat,42,43,0|script|#SecretDoor|127,0,0
+009-1,42,43,0|script|#SecretDoor|127,0,0
{
if (getgmlevel() < 40 && !debug) goto L_close;
- warp "017-9.gat", 26, 25;
+ warp "017-9", 26, 25;
goto L_close;
L_close:
close;
}
-020-1.gat,60,76,0|script|#SecretDoor2|127,0,0
+020-1,60,76,0|script|#SecretDoor2|127,0,0
{
if (getgmlevel() < 40 && !debug) goto L_close;
- warp "017-9.gat", 22, 22;
+ warp "017-9", 22, 22;
goto L_close;
L_close:
close;
}
-001-1.gat,54,118,0|script|#SecretDoor3|127,0,0
+001-1,54,118,0|script|#SecretDoor3|127,0,0
{
if (getgmlevel() < 40 && !debug) goto L_close;
- warp "017-9.gat", 30, 22;
+ warp "017-9", 30, 22;
goto L_close;
L_close:
close;
}
-027-2.gat,118,111,0|script|#SecretDoor4|127,0,0
+027-2,118,111,0|script|#SecretDoor4|127,0,0
{
if (getgmlevel() < 40 && !debug) goto L_close;
- warp "017-9.gat", 30, 29;
+ warp "017-9", 30, 29;
goto L_close;
L_close: