Examples of ExSetPartyLooting


Examples of lineage2.gameserver.network.serverpackets.ExSetPartyLooting

      _checkTask.cancel(false);
      _checkTask = null;
    }
    if (success)
    {
      broadCast(new ExSetPartyLooting(1, _requestChangeLoot));
      _itemDistribution = _requestChangeLoot;
      SystemMessage sm = new SystemMessage(SystemMessage.PARTY_LOOT_CHANGED_S1);
      sm.addSystemString(LOOT_SYSSTRINGS[_requestChangeLoot]);
      broadCast(sm);
    }
    else
    {
      broadCast(new ExSetPartyLooting(0, (byte) 0));
      broadCast(new SystemMessage(SystemMessage.PARTY_LOOT_CHANGE_CANCELLED));
    }
    _changeLootAnswers = null;
    _requestChangeLoot = -1;
    _requestChangeLootTimer = 0;
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.