Examples of startAbnormalEffect()


Examples of net.sf.l2j.gameserver.model.actor.instance.L2PcInstance.startAbnormalEffect()

    // Use a summon skill effect for fun ;)
    MagicSkillUser MSU = new MagicSkillUser(playable, playable, 2103, 1, 0, 0);
    activeChar.sendPacket(MSU);
    activeChar.broadcastPacket(MSU);

    activeChar.startAbnormalEffect(BIGHEAD_EFFECT);
    activeChar.destroyItem("Consume", item.getObjectId(), 1, null, false);

    SystemMessage sm = new SystemMessage(SystemMessageId.USE_S1);
    sm.addSkillName(MYSTERY_POTION_SKILL);
    activeChar.sendPacket(sm);
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.