Package lineage2.gameserver.model

Examples of lineage2.gameserver.model.Party.distributeXpAndSp()


          xpsp = calculateExpAndSp(partylevel, partyDmg);
          double partyMul = (double) partyDmg / maxHp;
          xpsp[0] *= partyMul;
          xpsp[1] *= partyMul;
          xpsp[0] = applyOverhit(killer, xpsp[0]);
          party.distributeXpAndSp(xpsp[0], xpsp[1], rewardedMembers, lastAttacker, this);
        }
      }
    }
    CursedWeaponsManager.getInstance().dropAttackable(this, killer);
    if ((topDamager == null) || !topDamager.isPlayable())
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.