Examples of stopBonusTask()


Examples of lineage2.gameserver.model.Player.stopBonusTask()

        AccountBonusDAO.getInstance().insert(player.getAccountName(), bonus, bonusExpire);
        break;
    }
    player.getNetConnection().setBonus(bonus);
    player.getNetConnection().setBonusExpire(bonusExpire);
    player.stopBonusTask();
    player.startBonusTask();
    if (player.getParty() != null)
    {
      player.getParty().recalculatePartyData();
    }
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.