diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-07 21:16:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-07 21:16:46 -0300 |
commit | 43fcfa1f9aaaefd46adf36f4b1888c3ca74e475f (patch) | |
tree | 772d9ca9fc4ed379a715d08c161e1da988bbe3d9 /npc/items | |
parent | 897561a791f0784487c35af7af21715990431346 (diff) | |
download | serverdata-43fcfa1f9aaaefd46adf36f4b1888c3ca74e475f.tar.gz serverdata-43fcfa1f9aaaefd46adf36f4b1888c3ca74e475f.tar.bz2 serverdata-43fcfa1f9aaaefd46adf36f4b1888c3ca74e475f.tar.xz serverdata-43fcfa1f9aaaefd46adf36f4b1888c3ca74e475f.zip |
Tie loosely the new maps
Diffstat (limited to 'npc/items')
-rw-r--r-- | npc/items/lofteleporter.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/items/lofteleporter.txt b/npc/items/lofteleporter.txt index 05d6d028f..533d793a9 100644 --- a/npc/items/lofteleporter.txt +++ b/npc/items/lofteleporter.txt @@ -108,6 +108,7 @@ OnUse: break; case 8: atcommand("@block "+strcharinfo(0)); + setq2 LoFQuest_EPISODE, 0; warp "032-1", 23, 25; TELEPORTER_TIME=loftel_time(360, .@x*2); @timer_navio_running=0; |