Changeset 8630 for trunk/L2J_DataPack/dist/game/data/scripts/handlers/admincommandhandlers/AdminMobGroup.java
- Timestamp:
- Jan 16, 2012 7:56:19 AM (4 months ago)
- Location:
- trunk/L2J_DataPack
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
dist/game/data/scripts/handlers/admincommandhandlers/AdminMobGroup.java (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/L2J_DataPack
- Property svn:mergeinfo changed
/branches/unstable/L2J_DataPack_BETA merged: 8407-8426,8428-8480,8482-8491,8493-8588,8590-8629
- Property svn:mergeinfo changed
-
trunk/L2J_DataPack/dist/game/data/scripts/handlers/admincommandhandlers/AdminMobGroup.java
r7720 r8630 25 25 import com.l2jserver.gameserver.network.serverpackets.MagicSkillUse; 26 26 import com.l2jserver.gameserver.network.serverpackets.SetupGauge; 27 import com.l2jserver.gameserver.network.serverpackets.SystemMessage;28 27 import com.l2jserver.gameserver.templates.chars.L2NpcTemplate; 29 28 import com.l2jserver.gameserver.util.Broadcast; … … 56 55 }; 57 56 57 @Override 58 58 public boolean useAdminCommand(String command, L2PcInstance activeChar) 59 59 { … … 107 107 /** 108 108 * @param activeChar 109 * @param command 109 110 */ 110 111 private void showMainPage(L2PcInstance activeChar, String command) … … 563 564 564 565 for (MobGroup mobGroup : mobGroupList) 565 activeChar.sendMessage(mobGroup.getGroupId() + ": " + mobGroup.getActiveMobCount() + " alive out of " + mobGroup.getMaxMobCount() + " of NPC ID " + mobGroup.getTemplate().npcId + " (" + mobGroup.getStatus() + ")"); 566 567 activeChar.sendPacket(SystemMessage.getSystemMessage(SystemMessageId.FRIEND_LIST_FOOTER)); 568 } 569 566 activeChar.sendMessage(mobGroup.getGroupId() + ": " + mobGroup.getActiveMobCount() + " alive out of " + mobGroup.getMaxMobCount() + " of NPC ID " + mobGroup.getTemplate().getNpcId() + " (" + mobGroup.getStatus() + ")"); 567 568 activeChar.sendPacket(SystemMessageId.FRIEND_LIST_FOOTER); 569 } 570 571 @Override 570 572 public String[] getAdminCommandList() 571 573 {
Note: See TracChangeset
for help on using the changeset viewer.
