diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-10 20:51:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-10 20:51:36 -0300 |
commit | 2dc05a94062b5a43553938650b477cab8b077364 (patch) | |
tree | 78455915674937f3e5672e079a259d511b3bf665 /npc/029-0/warps.txt | |
parent | 1134c4addcd4a69b886613fd53145b2241b38c0a (diff) | |
download | serverdata-2dc05a94062b5a43553938650b477cab8b077364.tar.gz serverdata-2dc05a94062b5a43553938650b477cab8b077364.tar.bz2 serverdata-2dc05a94062b5a43553938650b477cab8b077364.tar.xz serverdata-2dc05a94062b5a43553938650b477cab8b077364.zip |
This is the last map. It is divided in three subrooms.
Upon entering players shall see the cutscene. They can then choose any room.
One has the Moubootaur. The other should be unlocked after victory and has
a warp back to Tulimshar. I think.
Diffstat (limited to 'npc/029-0/warps.txt')
-rw-r--r-- | npc/029-0/warps.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/029-0/warps.txt b/npc/029-0/warps.txt index ac16f880d..be349b2e3 100644 --- a/npc/029-0/warps.txt +++ b/npc/029-0/warps.txt @@ -114,5 +114,16 @@ OnInit: end; } +029-8,174,77,0 script #298to299 NPC_HIDDEN,1,0,{ + end; +OnTouch: + if (FiresOfSteam_Warp(9)) goto L_Warp; + // Additional conditions here (TODO) + // Fallthrough +L_Warp: + warp "029-9", 96, 48; + end; +} +029-9 mapflag zone SuperMMO |