summaryrefslogtreecommitdiff
path: root/npc/items/lofteleporter.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-04 03:09:53 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-04 03:09:53 -0300
commita7d828857708ad4733c944a2db1ddbdf9098af20 (patch)
tree2dfb07bc7ec51bf1a537eb4d0b04caa6faf8071d /npc/items/lofteleporter.txt
parent7650b2275e0a54d8565cacc9f63d930abd90da84 (diff)
downloadserverdata-a7d828857708ad4733c944a2db1ddbdf9098af20.tar.gz
serverdata-a7d828857708ad4733c944a2db1ddbdf9098af20.tar.bz2
serverdata-a7d828857708ad4733c944a2db1ddbdf9098af20.tar.xz
serverdata-a7d828857708ad4733c944a2db1ddbdf9098af20.zip
Soft-out the usage of LoF Teleporter, as it uses the same ctrl variable.
Diffstat (limited to 'npc/items/lofteleporter.txt')
-rw-r--r--npc/items/lofteleporter.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/items/lofteleporter.txt b/npc/items/lofteleporter.txt
index c387c1917..9a1b9ba94 100644
--- a/npc/items/lofteleporter.txt
+++ b/npc/items/lofteleporter.txt
@@ -51,10 +51,10 @@ OnUse:
select
l("Don't warp"),
- l("Land Of Fire Village (@@m)", 50-.@x),
+ l("Land Of Fire Village (@@m)", 40-.@x),
rif(TELEPORTERS & TP_FROST, l("Frostia (@@m)", 360-.@x)),
rif(TELEPORTERS & TP_HALIN, l("Halinarzo (@@m)", 360-.@x)),
- rif(GSET_SOULMENHIR_MANUAL, l("Save Point (@@m)", 30-.@x));
+ rif(GSET_SOULMENHIR_MANUAL, l("Save Point (@@m)", 20-.@x));
if (@menu == 1)
close;
@@ -69,7 +69,7 @@ OnUse:
switch (@menu) {
case 2:
warp "017-1", 120, 89;
- TELEPORTER_TIME=loftel_time(50, .@x);
+ TELEPORTER_TIME=loftel_time(40, .@x);
LOCATION$="LoF";
break;
case 3:
@@ -84,7 +84,7 @@ OnUse:
break;
case 5:
warp "Save", 0, 0;
- TELEPORTER_TIME=loftel_time(30, .@x);
+ TELEPORTER_TIME=loftel_time(20, .@x);
//LOCATION$="Save";
break;
}