Examples of MagicSkillUse


Examples of lineage2.gameserver.network.serverpackets.MagicSkillUse

    public void runImpl()
    {
      final NpcInstance actor = getActor();
      if (actor != null)
      {
        actor.broadcastPacketToOthers(new MagicSkillUse(actor, actor, PresentationBalor2, 1, 4000, 0));
      }
    }
View Full Code Here

Examples of lineage2.gameserver.network.serverpackets.MagicSkillUse

      activeChar.sendPacket(Msg.YOUR_FORCE_HAS_REACHED_MAXIMUM_CAPACITY_);
      return false;
    }
    else if (getId() == 2165)
    {
      player.sendPacket(new MagicSkillUse(player, player, 2165, 1, 0, 0));
    }
    return super.checkCondition(activeChar, target, forceUse, dontMove, first);
  }
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.