Package l2p.gameserver.model

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


      return htmltext;
    }
    // Dusk Locations //
    if(npcId == GLUDIN_DUSK)
    {
      player.teleToLocation(-81261, 86531, -5157);
      player.setVar("id", "1");
      return htmltext;
    }
    if(npcId == GLUDIO_DUSK)
    {
View Full Code Here


      player.setVar("id", "1");
      return htmltext;
    }
    if(npcId == GLUDIO_DUSK)
    {
      player.teleToLocation(-81261, 86531, -5157);
      player.setVar("id", "2");
      return htmltext;
    }
    if(npcId == DION_DUSK)
    {
View Full Code Here

      player.setVar("id", "2");
      return htmltext;
    }
    if(npcId == DION_DUSK)
    {
      player.teleToLocation(-81261, 86531, -5157);
      player.setVar("id", "3");
      return htmltext;
    }
    if(npcId == GIRAN_DUSK)
    {
View Full Code Here

      player.setVar("id", "3");
      return htmltext;
    }
    if(npcId == GIRAN_DUSK)
    {
      player.teleToLocation(-81261, 86531, -5157);
      player.setVar("id", "4");
      return htmltext;
    }
    if(npcId == OREN_DUSK)
    {
View Full Code Here

      player.setVar("id", "4");
      return htmltext;
    }
    if(npcId == OREN_DUSK)
    {
      player.teleToLocation(-81261, 86531, -5157);
      player.setVar("id", "5");
      return htmltext;
    }
    if(npcId == ADEN_DUSK)
    {
View Full Code Here

      player.setVar("id", "5");
      return htmltext;
    }
    if(npcId == ADEN_DUSK)
    {
      player.teleToLocation(-81261, 86531, -5157);
      player.setVar("id", "6");
      return htmltext;
    }
    if(npcId == HEINE_DUSK)
    {
View Full Code Here

      player.setVar("id", "6");
      return htmltext;
    }
    if(npcId == HEINE_DUSK)
    {
      player.teleToLocation(-81261, 86531, -5157);
      player.setVar("id", "7");
      return htmltext;
    }
    if(npcId == GODDARD_DUSK)
    {
View Full Code Here

      player.setVar("id", "7");
      return htmltext;
    }
    if(npcId == GODDARD_DUSK)
    {
      player.teleToLocation(-81261, 86531, -5157);
      player.setVar("id", "8");
      return htmltext;
    }
    if(npcId == RUNE_DUSK)
    {
View Full Code Here

      player.setVar("id", "8");
      return htmltext;
    }
    if(npcId == RUNE_DUSK)
    {
      player.teleToLocation(-81261, 86531, -5157);
      player.setVar("id", "9");
      return htmltext;
    }
    if(npcId == SCHUTTGART_DUSK)
    {
View Full Code Here

      player.setVar("id", "9");
      return htmltext;
    }
    if(npcId == SCHUTTGART_DUSK)
    {
      player.teleToLocation(-81261, 86531, -5157);
      player.setVar("id", "10");
      return htmltext;
    }
    if(npcId == HV_DUSK)
    {
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.