Package lineage2.gameserver.model

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


        //player.setVar("instance10301", "true", -1);
        return;
      }
      if (!player.getVarB("@25_20_telzone_to_magmeld"))
      {
        player.showQuestMovie(SceneMovie.si_arkan_enter);
        player.setVar("@25_20_telzone_to_magmeld", "true", -1);
      }
      cha.teleToLocation(Location.parseLoc(zone.getParams().getString("tele")));
    }
   
View Full Code Here


        if (!player.getVarB("@ti_present_video"))
        {
          QuestState qs = player.getQuestState(_10320_LetsGototheCentralSquare.class);
          if ((qs != null) && (qs.getCond() == 1))
          {
            player.showQuestMovie(SceneMovie.si_illusion_02_que);
          }
          else
          {
            player.showQuestMovie(SceneMovie.si_illusion_01_que);
          }
View Full Code Here

          {
            player.showQuestMovie(SceneMovie.si_illusion_02_que);
          }
          else
          {
            player.showQuestMovie(SceneMovie.si_illusion_01_que);
          }
          player.setVar("@ti_present_video", "true", -1);
        }
      }
    }
View Full Code Here

      if (cha.isPlayer())
      {
        Player player = cha.getPlayer();
        if (!player.getVarB("@roe_present_video"))
        {
          player.showQuestMovie(SceneMovie.si_illusion_03_que);
          player.setVar("@roe_present_video", "true", -1);
        }
      }
    }
   
View Full Code Here

      if ((player == null) || !cha.isPlayer() || done)
      {
        return;
      }
      done = true;
      player.showQuestMovie(ExStartScenePlayer.SCENE_SSQ2_HOLY_BURIAL_GROUND_OPENING);
    }
   
    /**
     * Method onZoneLeave.
     * @param zone Zone
View Full Code Here

      }
      player.broadcastPacket(new EventTrigger(21100100, true));
      if (!done)
      {
        done = true;
        player.showQuestMovie(ExStartScenePlayer.SCENE_SSQ2_SOLINA_TOMB_OPENING);
      }
    }
   
    /**
     * Method onZoneLeave.
View Full Code Here

    }
    else if (event.equalsIgnoreCase("sirgustavathebaldt_q194_2c.htm"))
    {
      st.setCond(2);
      st.playSound(SOUND_MIDDLE);
      player.showQuestMovie(ExStartScenePlayer.SCENE_SSQ_CONTRACT_OF_MAMMON);
      return null;
    }
    else if (event.equalsIgnoreCase("sirgustavathebaldt_q194_3.htm"))
    {
      st.setCond(3);
View Full Code Here

    else if (event.equalsIgnoreCase("close_your_eyes"))
    {
      st.setCond(4);
      st.takeItems(DeadmansHerb, -1);
      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

    {
      Functions.npcSay(npc, player.getName() + ", I'm leaving now. But we shall meet again!");
      st.set("embryo", 2);
      st.setCond(2);
      st.giveItems(PieceOfDoubt, 1);
      player.showQuestMovie(ExStartScenePlayer.SCENE_SSQ_EMBRYO);
    }
    return null;
  }
 
  private void enterInstance(Player player)
View Full Code Here

        else
        {
          ref.openDoor(door3);
          ref.openDoor(door4);
          player.sendPacket(new SystemMessage(SystemMessage.THE_DOOR_IN_FRONT_OF_US_IS_THE_ENTRANCE_TO_THE_DAWN_S_DOCUMENT_STORAGE_APPROACH_TO_THE_CODE));
          player.showQuestMovie(ExStartScenePlayer.SCENE_SSQ_RITUAL_OF_PRIEST);
          htmltext = "identityconfirmdevice_q195_1.htm";
        }
      }
      else
      {
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.