Examples of ExAskCoupleAction


Examples of lineage2.gameserver.network.serverpackets.ExAskCoupleAction

          activeChar.sendActionFailed();
          return;
        }
        new Request(L2RequestType.COUPLE_ACTION, activeChar, pcTarget).setTimeout(10000L);
        activeChar.sendPacket(new SystemMessage2(SystemMsg.YOU_HAVE_REQUESTED_A_COUPLE_ACTION_WITH_C1).addName(pcTarget));
        pcTarget.sendPacket(new ExAskCoupleAction(activeChar.getObjectId(), action.value));
        if (Config.ALT_SOCIAL_ACTION_REUSE)
        {
          ThreadPoolManager.getInstance().schedule(new SocialTask(activeChar), 2600);
          activeChar.startParalyzed();
        }
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.