Chamber of Prophecies Makkum spawn animation.

This commit is contained in:
MobiusDev 2017-09-10 17:10:43 +00:00
parent ecee43306c
commit 9387c03c92
6 changed files with 6 additions and 6 deletions

View File

@ -115,7 +115,7 @@
<npc id="19572" x="-88344" y="175672" z="-10472" heading="16383" /> <!-- Abyssal Shadow -->
</group>
<group name="wof_room4" spawnByDefault="false">
<npc id="19571" x="-88504" y="176024" z="-10472" heading="16383" /> <!-- Makkum -->
<npc id="19571" x="-88504" y="176024" z="-10472" heading="16383" spawnAnimation="true" /> <!-- Makkum -->
</group>
</spawnlist>
</instance>

View File

@ -385,7 +385,7 @@ public final class ChamberOfProphecies extends AbstractInstance
if (world.getAliveNpcs(ATTACABLE_MONSTERS).isEmpty())
{
world.setStatus(5);
world.spawnGroup("wof_room4"); // TODO spawn animation
world.spawnGroup("wof_room4");
final int halter = world.getTemplateParameters().getInt("vanhalter");
final int ferin = world.getTemplateParameters().getInt("ferin");
final L2Npc npcss = world.getNpc(halter);

View File

@ -115,7 +115,7 @@
<npc id="19572" x="-88344" y="175672" z="-10472" heading="16383" /> <!-- Abyssal Shadow -->
</group>
<group name="wof_room4" spawnByDefault="false">
<npc id="19571" x="-88504" y="176024" z="-10472" heading="16383" /> <!-- Makkum -->
<npc id="19571" x="-88504" y="176024" z="-10472" heading="16383" spawnAnimation="true" /> <!-- Makkum -->
</group>
</spawnlist>
</instance>

View File

@ -385,7 +385,7 @@ public final class ChamberOfProphecies extends AbstractInstance
if (world.getAliveNpcs(ATTACABLE_MONSTERS).isEmpty())
{
world.setStatus(5);
world.spawnGroup("wof_room4"); // TODO spawn animation
world.spawnGroup("wof_room4");
final int halter = world.getTemplateParameters().getInt("vanhalter");
final int ferin = world.getTemplateParameters().getInt("ferin");
final L2Npc npcss = world.getNpc(halter);

View File

@ -115,7 +115,7 @@
<npc id="19572" x="-88344" y="175672" z="-10472" heading="16383" /> <!-- Abyssal Shadow -->
</group>
<group name="wof_room4" spawnByDefault="false">
<npc id="19571" x="-88504" y="176024" z="-10472" heading="16383" /> <!-- Makkum -->
<npc id="19571" x="-88504" y="176024" z="-10472" heading="16383" spawnAnimation="true" /> <!-- Makkum -->
</group>
</spawnlist>
</instance>

View File

@ -385,7 +385,7 @@ public final class ChamberOfProphecies extends AbstractInstance
if (world.getAliveNpcs(ATTACABLE_MONSTERS).isEmpty())
{
world.setStatus(5);
world.spawnGroup("wof_room4"); // TODO spawn animation
world.spawnGroup("wof_room4");
final int halter = world.getTemplateParameters().getInt("vanhalter");
final int ferin = world.getTemplateParameters().getInt("ferin");
final L2Npc npcss = world.getNpc(halter);