diff options
Diffstat (limited to 'npc/items/lofteleporter.txt')
-rw-r--r-- | npc/items/lofteleporter.txt | 7 |
1 files changed, 7 insertions, 0 deletions
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"; |