Package l2p.gameserver.model

Examples of l2p.gameserver.model.L2Player.showQuestMovie()


    }
    else if(event.equalsIgnoreCase("close_your_eyes"))
    {
      st.set("cond", "4");
      st.playSound(SOUND_MIDDLE);
      player.showQuestMovie(ExStartScenePlayer.SCENE_SSQ_DYING_MASSAGE);
      return "";
    }
    else if(event.equalsIgnoreCase("32569-09.htm"))
    {
      htmltext = "32569-09.htm";
View Full Code Here


    }
    monster1.deleteMe();
    monster2.deleteMe();
    monster3.deleteMe();
    Functions.npcSay(npc, "... You may have won this time... But next time, I will surely capture you!");
    player.showQuestMovie(14);
    return null;
  }
}
View Full Code Here

    }
    else if(event.equalsIgnoreCase("30760-05.htm"))
    {
      st.set("cond", "2");
      st.playSound(SOUND_MIDDLE);
      player.showQuestMovie(ExStartScenePlayer.SCENE_SSQ_CONTRACT_OF_MAMMON);
    }
    else if(event.equalsIgnoreCase("30760-07.htm"))
    {
      st.set("cond", "3");
      st.playSound(SOUND_MIDDLE);
View Full Code Here

    }
    else if(event.equalsIgnoreCase("8"))
    {
      st.set("cond", "2");
      st.playSound(SOUND_MIDDLE);
      player.showQuestMovie(ExStartScenePlayer.SCENE_SSQ_SUSPICIOUS_DEATH);
      return "";
    }
    else if(event.equalsIgnoreCase("30197-03.htm"))
    {
      st.set("cond", "4");
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.