Examples of checkBss()


Examples of com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance.checkBss()

   
    int mpConsume = getSkill().getMpConsume();
    L2PcInstance caster = (L2PcInstance) getEffector();

    sps = caster.checkSps();
    bss = caster.checkBss();
   
    FastList<L2Character> targets = new FastList<L2Character>();

    for(L2Character cha : _actor.getKnownList().getKnownCharactersInRadius(getSkill().getSkillRadius()))
    {
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.