diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-07 20:52:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-07 20:52:33 -0300 |
commit | 897561a791f0784487c35af7af21715990431346 (patch) | |
tree | 8026f05fa631f673e4bfb304be8538b72a80d3b2 /npc/items/lofteleporter.txt | |
parent | 308de3817d4d70dcd4753f6da3a559a8bcd9c6f5 (diff) | |
download | serverdata-897561a791f0784487c35af7af21715990431346.tar.gz serverdata-897561a791f0784487c35af7af21715990431346.tar.bz2 serverdata-897561a791f0784487c35af7af21715990431346.tar.xz serverdata-897561a791f0784487c35af7af21715990431346.zip |
Some missing maps from The Episode
Diffstat (limited to 'npc/items/lofteleporter.txt')
-rw-r--r-- | npc/items/lofteleporter.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/npc/items/lofteleporter.txt b/npc/items/lofteleporter.txt index e40c32cef..05d6d028f 100644 --- a/npc/items/lofteleporter.txt +++ b/npc/items/lofteleporter.txt @@ -57,7 +57,7 @@ OnUse: 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)), - rif(false, l("200 years ago, The Great Fire (%dm)", 360-.@x)); + rif(false, l("200 years ago, The Great Fire (%dm)", 360-(.@x*2))); if (@menu == 1) close; @@ -106,6 +106,12 @@ OnUse: teleporthome(); @timer_navio_running=0; break; + case 8: + atcommand("@block "+strcharinfo(0)); + warp "032-1", 23, 25; + TELEPORTER_TIME=loftel_time(360, .@x*2); + @timer_navio_running=0; + break; } closedialog; end; |