284285286287288289290291292293294
L2NpcTemplate template = null; L2Spawn spawn = null; ClanHall CH = ClanHallManager.getInstance().getClanHallById(34); CH.banishForeigners(); CH.spawnDoor(); setIsInProgress(true); try {
857858859860861862863864865866867
_mikhail.cancel(true); _monsterdespawn.cancel(true); ClanHall CH = ClanHallManager.getInstance().getClanHallById(34); CH.banishForeigners(); CH.spawnDoor(); CH = null; } public void addSiegeDamage(L2Clan clan, long damage) {
794795796797798799800801802803804
Announce("Siege of Devastated castle is over."); Announce("Nobody won! ClanHall belong to NPC until next siege."); ClanHall CH = ClanHallManager.getInstance().getClanHallById(34); CH.banishForeigners(); CH.spawnDoor(); } _npc.onDecay(); } }
268269270271272273274275276277278
zone = null; } else if(command.equalsIgnoreCase("admin_spawn_doors")) { castle.spawnDoor(); } else if(command.equalsIgnoreCase("admin_startsiege")) { castle.getSiege().startSiege(); }
191192193194195196197198199200201
clan = null; } else if(command.equalsIgnoreCase("admin_spawn_fortdoors")) { fort.spawnDoor(); } else if(command.equalsIgnoreCase("admin_startfortsiege")) { fort.getSiege().startSiege(); }
227228229230231232233234235236237
{ siegeUnit.changeOwner(null); } else if(fullString.equalsIgnoreCase("admin_spawn_doors")) { siegeUnit.spawnDoor(); } else if(fullString.equalsIgnoreCase("admin_startsiege")) { siegeUnit.getSiege().startSiege(); }
187188189190191192193194195196197
activeChar.teleToLocation(zone.getSpawn(), true); } } else if (command.equalsIgnoreCase("admin_spawn_doors")) { castle.spawnDoor(); } else if (command.equalsIgnoreCase("admin_startsiege")) { castle.getSiege().startSiege(); }