From 42f63d807f0e59b2ca3b5d8198efc5072b03b37d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 5 Sep 2019 16:27:37 -0300 Subject: Return to Lilit --- npc/items/lofteleporter.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'npc') diff --git a/npc/items/lofteleporter.txt b/npc/items/lofteleporter.txt index 008bb29e6..f5b487267 100644 --- a/npc/items/lofteleporter.txt +++ b/npc/items/lofteleporter.txt @@ -55,6 +55,7 @@ OnUse: l("Tulimshar (@@m)", 35-.@x), rif(TELEPORTERS & TP_FROST, l("Frostia (@@m)", 120-.@x)), rif(TELEPORTERS & TP_HALIN, l("Halinarzo (@@m)", 120-.@x)), + rif(TELEPORTERS & TP_LILIT, l("Lilit (@@m)", 150-.@x)), rif(GSET_SOULMENHIR_MANUAL, l("Save Point (@@m)", 30-.@x)); if (@menu == 1) @@ -93,6 +94,12 @@ OnUse: @timer_navio_running=0; break; case 6: + warp "018-5", 111, 53; + TELEPORTER_TIME=loftel_time(150, .@x); + LOCATION$="Lilit"; + @timer_navio_running=0; + break; + case 7: warp "Save", 0, 0; TELEPORTER_TIME=loftel_time(30, .@x); //LOCATION$="Save"; -- cgit v1.2.3-70-g09d2