summaryrefslogtreecommitdiff
path: root/npc/029-0
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-10 20:51:36 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-10 20:51:36 -0300
commit2dc05a94062b5a43553938650b477cab8b077364 (patch)
tree78455915674937f3e5672e079a259d511b3bf665 /npc/029-0
parent1134c4addcd4a69b886613fd53145b2241b38c0a (diff)
downloadserverdata-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')
-rw-r--r--npc/029-0/mobs.txt3
-rw-r--r--npc/029-0/warps.txt11
2 files changed, 13 insertions, 1 deletions
diff --git a/npc/029-0/mobs.txt b/npc/029-0/mobs.txt
index b549d97f4..dec79d9a6 100644
--- a/npc/029-0/mobs.txt
+++ b/npc/029-0/mobs.txt
@@ -61,7 +61,8 @@ function SFsetup2 {
areamonster("029-2", 20, 42, 32, 70, strmobinfo(1, Centaur), Centaur, 15, .e2$);
areamonster("029-2", 39, 42, 51, 70, strmobinfo(1, TerraniteProtector), TerraniteProtector, 15, .e2$);
areamonster("029-2", 32, 42, 40, 70, strmobinfo(1, GoboBear), GoboBear, 13, .e2$);
- areamonster("029-2", 20, 20, 35, 70, strmobinfo(1, Moonshroom), TerraniteProtector, 5, .e2$);
+ areamonster("029-2", 20, 20, 35, 70, strmobinfo(1, Moonshroom), Moonshroom, 5, .e2$);
+ areamonster("029-2", 20, 20, 35, 70, strmobinfo(1, RobinBandit), RobinBandit, 5, .e2$);
// MAP BOSS
monster("029-2", 46, 68, "Level Boss", YetiKing, 1, .e2$);
return;
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