summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-05-17 22:20:41 -0300
committerJesusaves <cpntb1@ymail.com>2024-05-17 22:20:41 -0300
commitfe9bb2eb28413ca1ff0ab5429cb42ef133a94ea1 (patch)
tree6f3f98c545ad54b83ad4b8a754d7d2b855040142
parent359823155d829a42b6de96ea83ad74b8cb5ca7bd (diff)
downloadserverdata-fe9bb2eb28413ca1ff0ab5429cb42ef133a94ea1.tar.gz
serverdata-fe9bb2eb28413ca1ff0ab5429cb42ef133a94ea1.tar.bz2
serverdata-fe9bb2eb28413ca1ff0ab5429cb42ef133a94ea1.tar.xz
serverdata-fe9bb2eb28413ca1ff0ab5429cb42ef133a94ea1.zip
Allow the Legendary Heroes to begin the Moubootaur Sealed, and add a new difficulty.
-rw-r--r--npc/029-9/boss.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/npc/029-9/boss.txt b/npc/029-9/boss.txt
index 1588cc752..8f9089e88 100644
--- a/npc/029-9/boss.txt
+++ b/npc/029-9/boss.txt
@@ -13,7 +13,7 @@ Level of difficulty setting (100/130/160/190/220)
//////////////////////////////////////////
// Boss Room
029-9,96,22,0 script Book#FoS NPC_NO_SPRITE,{
- if (!is_staff() && strcharinfo(0) != $MOST_HEROIC$) end;
+ if (!is_staff() && strcharinfo(0) != $MOST_HEROIC$ && !islegendary()) end;
if ($@FIRESOFSTEAM_BOSS) end;
select
l("Ignore this book"),
@@ -27,7 +27,11 @@ Level of difficulty setting (100/130/160/190/220)
rif($FIRESOFSTEAM >= 10, l("Crazy Mode")),
rif($FIRESOFSTEAM >= 10, l("Cadis Mode")),
rif($FIRESOFSTEAM >= 10, l("Crazy Cadis Ultimate Pandorica Mode")),
- rif($FIRESOFSTEAM >= 10, l("Portable Apocalypse"));
+ rif($FIRESOFSTEAM >= 10, l("Portable Apocalypse")),
+ "",
+ "",
+ "",
+ rif($GAME_STORYLINE >= 5, l("Judgment Day"));
mes "";
$@FIRESOFSTEAM_DIFF=70+(@menu*30);
switch (@menu) {
@@ -36,6 +40,7 @@ Level of difficulty setting (100/130/160/190/220)
case 3: .@d$="##5Cadis"; break;
case 4: .@d$="##6Crazy Cadis Ultimate Pandorica"; break;
case 5: .@d$="##1Portable Apocalypse"; break;
+ case 9: .@d$="##1Judgment Day"; break;
default: .@d$="Unknown";
}
mapannounce("029-9", "Difficulty Selected: ##B"+.@d$+"##b", 0);