464465466467468469470471472473474
doAnimation(activeChar); if(topos) { group.spawnGroup(posx, posy, posz); } else { group.spawnGroup(activeChar); }
468469470471472473474475476477478
{ group.spawnGroup(posx, posy, posz); } else { group.spawnGroup(activeChar); } activeChar.sendMessage("Mob group " + groupId + " spawned."); group = null;
327328329330331332333334335336337
} doAnimation(activeChar); if (topos) group.spawnGroup(posx, posy, posz); else group.spawnGroup(activeChar); activeChar.sendMessage("Mob group " + groupId + " spawned."); }
329330331332333334335336337338339
doAnimation(activeChar); if (topos) group.spawnGroup(posx, posy, posz); else group.spawnGroup(activeChar); activeChar.sendMessage("Mob group " + groupId + " spawned."); } private void unspawnGroup(String command, L2PcInstance activeChar)