Package lineage2.gameserver.model

Examples of lineage2.gameserver.model.Request.confirm()


    if (!parthner1.isInRangeZ(parthner2, Creature.INTERACTION_DISTANCE))
    {
      parthner1.sendPacket(Msg.YOUR_TARGET_IS_OUT_OF_RANGE);
      return;
    }
    request.confirm(parthner1);
    parthner2.sendPacket(new SystemMessage(SystemMessage.C1_HAS_CONFIRMED_THE_TRADE).addString(parthner1.getName()), TradePressOtherOk.STATIC);
    if (!request.isConfirmed(parthner2))
    {
      parthner1.sendActionFailed();
      return;
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.