Package l2p.gameserver.model

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


      player.setVar("id", "10");
      return htmltext;
    }
    if(npcId == HV_DUSK)
    {
      player.teleToLocation(-81261, 86531, -5157);
      player.setVar("id", "11");
      return htmltext;
    }
    // Oracle of Dusk/Dawn //
    htmltext = "Completed.htm";
View Full Code Here


    // Oracle of Dusk/Dawn //
    htmltext = "Completed.htm";
    // back to Gludin Village
    if(back.equals("1"))
    {
      player.teleToLocation(-80826, 149775, -3043);
      return htmltext;
    }
    // back to Gludio Castle Town
    if(back.equals("2"))
    {
View Full Code Here

      return htmltext;
    }
    // back to Gludio Castle Town
    if(back.equals("2"))
    {
      player.teleToLocation(-12672, 122776, -3116);
      return htmltext;
    }
    // back to Dion Castle Town
    if(back.equals("3"))
    {
View Full Code Here

      return htmltext;
    }
    // back to Dion Castle Town
    if(back.equals("3"))
    {
      player.teleToLocation(15670, 142983, -2705);
      return htmltext;
    }
    // back to Giran Castle Town
    if(back.equals("4"))
    {
View Full Code Here

      return htmltext;
    }
    // back to Giran Castle Town
    if(back.equals("4"))
    {
      player.teleToLocation(83400, 147943, -3404);
      return htmltext;
    }
    // back to Town of Oren
    if(back.equals("5"))
    {
View Full Code Here

      return htmltext;
    }
    // back to Town of Oren
    if(back.equals("5"))
    {
      player.teleToLocation(82956, 53162, -1495);
      return htmltext;
    }
    // back to Town of Aden
    if(back.equals("6"))
    {
View Full Code Here

      return htmltext;
    }
    // back to Town of Aden
    if(back.equals("6"))
    {
      player.teleToLocation(146331, 25762, -2018);
      return htmltext;
    }
    // back to Heine
    if(back.equals("7"))
    {
View Full Code Here

      return htmltext;
    }
    // back to Heine
    if(back.equals("7"))
    {
      player.teleToLocation(111409, 219364, -3545);
      return htmltext;
    }
    // back to Goddard
    if(back.equals("8"))
    {
View Full Code Here

      return htmltext;
    }
    // back to Goddard
    if(back.equals("8"))
    {
      player.teleToLocation(147928, -55273, -2734);
      return htmltext;
    }
    // back to Rune
    if(back.equals("9"))
    {
View Full Code Here

      return htmltext;
    }
    // back to Rune
    if(back.equals("9"))
    {
      player.teleToLocation(43799, -47727, -798);
      return htmltext;
    }
    // back to Schuttgart
    if(back.equals("10"))
    {
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.