summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-09 14:12:51 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-09 14:12:51 -0300
commit03f284d743ccf0e56db2ea0d69bb0747b87ff4c4 (patch)
tree257b1e2a5a97bb3de37d54c86dae09077ce810ae /npc
parent8e98014ffb5443a0fad5748867de57d75f567cd0 (diff)
downloadserverdata-03f284d743ccf0e56db2ea0d69bb0747b87ff4c4.tar.gz
serverdata-03f284d743ccf0e56db2ea0d69bb0747b87ff4c4.tar.bz2
serverdata-03f284d743ccf0e56db2ea0d69bb0747b87ff4c4.tar.xz
serverdata-03f284d743ccf0e56db2ea0d69bb0747b87ff4c4.zip
Fix the warps for Land Of Fire Village: @w lof and use of machine
Diffstat (limited to 'npc')
-rw-r--r--npc/commands/warp.txt1
-rw-r--r--npc/items/teleporter.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/commands/warp.txt b/npc/commands/warp.txt
index 3989061a9..d347a42fd 100644
--- a/npc/commands/warp.txt
+++ b/npc/commands/warp.txt
@@ -72,6 +72,7 @@ OnInit:
"^CANDOR", "005-1 28 92", // Candor
"^HALI", "009-1 28 33", // Halinarzo
"^HURN", "012-1 83 63", // Hurnscald
+ "^LOF", "017-1 120 89", // Land Of Fire Village
// TBR - To Be Removed
"^BOSS", "boss 45 45", // (TBR) Jesusalva Boss Arena
diff --git a/npc/items/teleporter.txt b/npc/items/teleporter.txt
index 3abfc210e..d14f03413 100644
--- a/npc/items/teleporter.txt
+++ b/npc/items/teleporter.txt
@@ -52,7 +52,7 @@ L_LoF:
dispbottom l("You are hurt, and cannot use this.");
} else {
doevent "shake::OnGM";
- warp "017-1", 0, 0;
+ warp "017-1", 120, 89;
TELEPORTER_TIME=gettimetick(2)+(60*30);
}
closedialog;