diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-05 16:27:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-05 16:27:37 -0300 |
commit | 42f63d807f0e59b2ca3b5d8198efc5072b03b37d (patch) | |
tree | 62f7e3f2f7155d0007035a592f3cd5edf619e8d3 /npc/items/lofteleporter.txt | |
parent | 13ad7719a8ccfb78a196fc03f8c47794ca119813 (diff) | |
download | serverdata-42f63d807f0e59b2ca3b5d8198efc5072b03b37d.tar.gz serverdata-42f63d807f0e59b2ca3b5d8198efc5072b03b37d.tar.bz2 serverdata-42f63d807f0e59b2ca3b5d8198efc5072b03b37d.tar.xz serverdata-42f63d807f0e59b2ca3b5d8198efc5072b03b37d.zip |
Return to Lilit
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"; |