Package net.sf.l2j.gameserver.serverpackets

Examples of net.sf.l2j.gameserver.serverpackets.InventoryUpdate.addItems()


        if (item.getItem().getType2() == L2Item.TYPE2_WEAPON)
          activeChar.checkIfWeaponIsAllowed();

        InventoryUpdate iu = new InventoryUpdate();
        iu.addItems(Arrays.asList(items));
        activeChar.sendPacket(iu);
        activeChar.abortAttack();
        activeChar.broadcastUserInfo();
      }
      else
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.