Chamber of Prophecies Makkum spawn animation.
This commit is contained in:
parent
ecee43306c
commit
9387c03c92
@ -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>
|
@ -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);
|
||||
|
@ -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>
|
@ -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);
|
||||
|
@ -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>
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user