From 897561a791f0784487c35af7af21715990431346 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 7 May 2022 20:52:33 -0300 Subject: Some missing maps from The Episode --- npc/items/lofteleporter.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'npc/items/lofteleporter.txt') 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; -- cgit v1.2.3-70-g09d2