Package l2p.gameserver.model

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


      player.setVar("id", "1");
      return htmltext;
    }
    if(npcId == GLUDIO_DAWN)
    {
      player.teleToLocation(-80157, 111344, -4901);
      player.setVar("id", "2");
      return htmltext;
    }
    if(npcId == DION_DAWN)
    {
View Full Code Here


      player.setVar("id", "2");
      return htmltext;
    }
    if(npcId == DION_DAWN)
    {
      player.teleToLocation(-80157, 111344, -4901);
      player.setVar("id", "3");
      return htmltext;
    }
    if(npcId == GIRAN_DAWN)
    {
View Full Code Here

      player.setVar("id", "3");
      return htmltext;
    }
    if(npcId == GIRAN_DAWN)
    {
      player.teleToLocation(-80157, 111344, -4901);
      player.setVar("id", "4");
      return htmltext;
    }
    if(npcId == OREN_DAWN)
    {
View Full Code Here

      player.setVar("id", "4");
      return htmltext;
    }
    if(npcId == OREN_DAWN)
    {
      player.teleToLocation(-80157, 111344, -4901);
      player.setVar("id", "5");
      return htmltext;
    }
    if(npcId == ADEN_DAWN)
    {
View Full Code Here

      player.setVar("id", "5");
      return htmltext;
    }
    if(npcId == ADEN_DAWN)
    {
      player.teleToLocation(-80157, 111344, -4901);
      player.setVar("id", "6");
      return htmltext;
    }
    if(npcId == HEINE_DAWN)
    {
View Full Code Here

      player.setVar("id", "6");
      return htmltext;
    }
    if(npcId == HEINE_DAWN)
    {
      player.teleToLocation(-80157, 111344, -4901);
      player.setVar("id", "7");
      return htmltext;
    }
    if(npcId == GODDARD_DAWN)
    {
View Full Code Here

      player.setVar("id", "7");
      return htmltext;
    }
    if(npcId == GODDARD_DAWN)
    {
      player.teleToLocation(-80157, 111344, -4901);
      player.setVar("id", "8");
      return htmltext;
    }
    if(npcId == RUNE_DAWN)
    {
View Full Code Here

      player.setVar("id", "8");
      return htmltext;
    }
    if(npcId == RUNE_DAWN)
    {
      player.teleToLocation(-80157, 111344, -4901);
      player.setVar("id", "9");
      return htmltext;
    }
    if(npcId == SCHUTTGART_DAWN)
    {
View Full Code Here

      player.setVar("id", "9");
      return htmltext;
    }
    if(npcId == SCHUTTGART_DAWN)
    {
      player.teleToLocation(-80157, 111344, -4901);
      player.setVar("id", "10");
      return htmltext;
    }
    if(npcId == HV_DAWN)
    {
View Full Code Here

      player.setVar("id", "10");
      return htmltext;
    }
    if(npcId == HV_DAWN)
    {
      player.teleToLocation(-80157, 111344, -4901);
      player.setVar("id", "11");
      return htmltext;
    }
    // Dusk Locations //
    if(npcId == GLUDIN_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.