Package lineage2.gameserver.model.instances

Examples of lineage2.gameserver.model.instances.NpcInstance.doDie()


      {
        if (seeSoldier(npc, st.getPlayer()) != null)
        {
          htmltext = "ermian_q454_01.htm";
          NpcInstance soldier = seeSoldier(npc, st.getPlayer());
          soldier.doDie(null);
          soldier.endDecayTask();
          giveReward(st);
          st.setState(COMPLETED);
          st.playSound(SOUND_FINISH);
          st.exitCurrentQuest(this);
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.