From 92d052ffbfafcd53c1d232396f0c483fd7ff3e3b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 17 Aug 2019 21:33:09 -0300 Subject: It's absurd that Tulimshar is not listed on Time Flask. I mean, it is the capital. I'm granting it a place right below LoF option. Same cooldown time (40 minutes). This is needed for AFK combo. --- npc/items/lofteleporter.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/npc/items/lofteleporter.txt b/npc/items/lofteleporter.txt index 2540c90dc..8c895387b 100644 --- a/npc/items/lofteleporter.txt +++ b/npc/items/lofteleporter.txt @@ -52,6 +52,7 @@ OnUse: select l("Don't warp"), l("Land Of Fire Village (@@m)", 40-.@x), + l("Tulimshar (@@m)", 40-.@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)); @@ -74,18 +75,24 @@ OnUse: @timer_navio_running=0; break; case 3: + warp "003-1", 41, 49; + TELEPORTER_TIME=loftel_time(40, .@x); + LOCATION$="Tulim"; + @timer_navio_running=0; + break; + case 4: warp "024-1", 155, 82; TELEPORTER_TIME=loftel_time(120, .@x); LOCATION$="Frostia"; @timer_navio_running=0; break; - case 4: + case 5: warp "009-1", 113, 91; TELEPORTER_TIME=loftel_time(120, .@x); LOCATION$="Halin"; @timer_navio_running=0; break; - case 5: + case 6: warp "Save", 0, 0; TELEPORTER_TIME=loftel_time(20, .@x); //LOCATION$="Save"; -- cgit v1.2.3-60-g2f50