Examples of ExQuestItemList


Examples of lineage2.gameserver.network.serverpackets.ExQuestItemList

      }
    }
    sendPacket(new ItemList(allSize - questItemsSize, items, show, lockType, lockItems));
    if (questItemsSize > 0)
    {
      sendPacket(new ExQuestItemList(questItemsSize, items, lockType, lockItems));
    }
    if (agathionItemsSize > 0)
    {
      sendPacket(new ExBR_AgathionEnergyInfo(agathionItemsSize, items));
    }
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.