diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-08 17:55:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-08 17:55:43 -0300 |
commit | 5d08e13ca37feae95a3beddf8dc29041323ee115 (patch) | |
tree | 25db5a29a98f79bfb43950a8ce2458640b284d79 /npc/items/lofteleporter.txt | |
parent | d1f83e2fee1913e6472a0b8f5f82a4d6afb0c788 (diff) | |
download | serverdata-5d08e13ca37feae95a3beddf8dc29041323ee115.tar.gz serverdata-5d08e13ca37feae95a3beddf8dc29041323ee115.tar.bz2 serverdata-5d08e13ca37feae95a3beddf8dc29041323ee115.tar.xz serverdata-5d08e13ca37feae95a3beddf8dc29041323ee115.zip |
Add monsters to 032-2 and unlock the Teleporter
Diffstat (limited to 'npc/items/lofteleporter.txt')
-rw-r--r-- | npc/items/lofteleporter.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/items/lofteleporter.txt b/npc/items/lofteleporter.txt index 533d793a9..ce0fa8105 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*2))); + rif(getq(LoFQuest_EPISODE) >= 15, l("200 years ago, The Great Fire (%dm)", 360-(.@x*2))); if (@menu == 1) close; @@ -107,7 +107,7 @@ OnUse: @timer_navio_running=0; break; case 8: - atcommand("@block "+strcharinfo(0)); + //atcommand("@block "+strcharinfo(0)); setq2 LoFQuest_EPISODE, 0; warp "032-1", 23, 25; TELEPORTER_TIME=loftel_time(360, .@x*2); |