From 440c958e87d78795af82d565dc6d936cb7ed0c1c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 4 May 2019 23:54:06 -0300 Subject: Reduce time on LoF Teleporter --- npc/items/lofteleporter.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/npc/items/lofteleporter.txt b/npc/items/lofteleporter.txt index 9a1b9ba94..44cf93c59 100644 --- a/npc/items/lofteleporter.txt +++ b/npc/items/lofteleporter.txt @@ -52,8 +52,8 @@ OnUse: select l("Don't warp"), 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(TELEPORTERS & TP_FROST, l("Frostia (@@m)", 120-.@x)), + rif(TELEPORTERS & TP_HALIN, l("Halinarzo (@@m)", 120-.@x)), rif(GSET_SOULMENHIR_MANUAL, l("Save Point (@@m)", 20-.@x)); if (@menu == 1) @@ -74,12 +74,12 @@ OnUse: break; case 3: warp "024-1", 155, 82; - TELEPORTER_TIME=loftel_time(360, .@x); + TELEPORTER_TIME=loftel_time(120, .@x); LOCATION$="Frostia"; break; case 4: warp "009-1", 113, 91; - TELEPORTER_TIME=loftel_time(360, .@x); + TELEPORTER_TIME=loftel_time(120, .@x); LOCATION$="Halin"; break; case 5: -- cgit v1.2.3-60-g2f50