// missing parts of the instance:
// init npcs
initFriendNpc(player);
// init waves
st.startQuestTimer("wave1", 2000);
player.teleToLocation(56168, -175576, -7974, player.getReflection().getId());
player.sendPacket(new ExShowScreenMessage(NpcString.CREATURES_RESURECTED_DEFEND_YOURSELF, 10000, ScreenMessageAlign.MIDDLE_CENTER, true));
st.setCond(8);
return null;
}