Package com.l2jfrozen.gameserver.model.actor.instance

Examples of com.l2jfrozen.gameserver.model.actor.instance.L2GrandBossInstance.decayMe()


        {
          npc.getAI().setIntention(CtrlIntention.AI_INTENTION_IDLE);
           
          //delete the actual boss
          L2GrandBossInstance _boss_instance = GrandBossManager.getInstance().deleteBoss(VALAKAS);
          _boss_instance.decayMe();
          GrandBossManager.getInstance().setBossStatus(VALAKAS, DORMANT);
          //npc.setCurrentHpMp(npc.getMaxHp(), npc.getMaxMp());
          _Zone.oustAllPlayers();
          cancelQuestTimer("check_activity_and_do_actions", npc, null);
          i_quest2 = 0;
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.