MonsterArena 21 to 25 bosses and raid template updates.

Thanks to kamikadzz.
This commit is contained in:
MobiusDevelopment
2022-09-01 22:43:26 +00:00
parent 9639d3b368
commit 71af9ce9d9
27 changed files with 6856 additions and 3193 deletions

View File

@@ -88,6 +88,21 @@
<group name="boss_20" spawnByDefault="false">
<npc id="25813" x="12842" y="183674" z="-3717" heading="32767" /> <!-- Garaki -->
</group>
<group name="boss_21" spawnByDefault="false">
<npc id="25834" x="12842" y="183674" z="-3717" heading="32767" /> <!-- Shadai -->
</group>
<group name="boss_22" spawnByDefault="false">
<npc id="25835" x="12842" y="183674" z="-3717" heading="32767" /> <!-- Tyrobait -->
</group>
<group name="boss_23" spawnByDefault="false">
<npc id="25836" x="12842" y="183674" z="-3717" heading="32767" /> <!-- Tier -->
</group>
<group name="boss_24" spawnByDefault="false">
<npc id="25837" x="12842" y="183674" z="-3717" heading="32767" /> <!-- Cherkia -->
</group>
<group name="boss_25" spawnByDefault="false">
<npc id="25838" x="12842" y="183674" z="-3717" heading="32767" /> <!-- Spicula -->
</group>
<group name="supplies" spawnByDefault="false">
<npc id="30204" x="13135" y="184015" z="-3717" heading="32767" /> <!-- Supplies -->
<npc id="30204" x="12975" y="184015" z="-3717" heading="32767" /> <!-- Supplies -->

View File

@@ -72,12 +72,11 @@ public class MonsterArena extends AbstractInstance
25811, // Satur
25812, // Kosnak
25813, // Garaki
// TODO: 21-25 bosses
// 25834, // Shadai
// 25835, // Tyrobait
// 25836, // Tier
// 25837, // Cherkia
// 25838, // Spicula
25834, // Shadai
25835, // Tyrobait
25836, // Tier
25837, // Cherkia
25838, // Spicula
};
// Rewards
private static final int BATTLE_BOX_1 = 90913;

View File

@@ -1110,7 +1110,7 @@
<skill id="4413" level="14" /> <!-- Strong M. Def. -->
</skillList>
</npc>
<npc id="25834" level="81" type="RaidBoss" name="Shadai" title="Chief">
<npc id="25834" level="81" type="Monster" name="Shadai" title="Chief">
<race>HUMANOID</race>
<sex>MALE</sex>
<equipment rhand="8679" />
@@ -1147,7 +1147,7 @@
<skill id="4045" level="1" /> <!-- Full Magic Attack Resistance -->
</skillList>
</npc>
<npc id="25835" level="82" type="RaidBoss" name="Turabait" title="Conqueror">
<npc id="25835" level="82" type="Monster" name="Turabait" title="Conqueror">
<race>HUMANOID</race>
<sex>MALE</sex>
<equipment rhand="80" />
@@ -1184,7 +1184,7 @@
<skill id="4045" level="1" /> <!-- Full Magic Attack Resistance -->
</skillList>
</npc>
<npc id="25836" level="83" type="RaidBoss" name="Tier" title="Fallen Angel">
<npc id="25836" level="83" type="Monster" name="Tier" title="Fallen Angel">
<race>DIVINE</race>
<sex>MALE</sex>
<equipment rhand="8683" />
@@ -1221,7 +1221,7 @@
<skill id="4045" level="1" /> <!-- Full Magic Attack Resistance -->
</skillList>
</npc>
<npc id="25837" level="84" type="RaidBoss" name="Cherkia" title="Demon Apostle">
<npc id="25837" level="84" type="Monster" name="Cherkia" title="Demon Apostle">
<race>DEMONIC</race>
<sex>MALE</sex>
<mpReward value="20" type="PER" ticks="10" affects="PARTY" />
@@ -1257,7 +1257,7 @@
<skill id="4045" level="1" /> <!-- Full Magic Attack Resistance -->
</skillList>
</npc>
<npc id="25838" level="85" type="RaidBoss" name="Spicula" title="Procella's Nemesis">
<npc id="25838" level="85" type="Monster" name="Spicula" title="Procella's Nemesis">
<race>HUMANOID</race>
<sex>MALE</sex>
<mpReward value="20" type="PER" ticks="10" affects="PARTY" />