Package lineage2.gameserver.model.instances

Examples of lineage2.gameserver.model.instances.NpcInstance.teleToLocation()


            pcTarget.teleToLocation(85475, 16087, -3672, 0);
            return;
          }
          if (_itemConsumeId[0] == 9716)
          {
            pcTarget.teleToLocation(-120000, 44500, 352, 0);
            return;
          }
          if (_itemConsumeId[0] == 7618)
          {
            pcTarget.teleToLocation(149864, -81062, -5618, 0);
View Full Code Here


            pcTarget.teleToLocation(-120000, 44500, 352, 0);
            return;
          }
          if (_itemConsumeId[0] == 7618)
          {
            pcTarget.teleToLocation(149864, -81062, -5618, 0);
            return;
          }
          if (_itemConsumeId[0] == 7619)
          {
            pcTarget.teleToLocation(108275, -53785, -2524, 0);
View Full Code Here

            pcTarget.teleToLocation(149864, -81062, -5618, 0);
            return;
          }
          if (_itemConsumeId[0] == 7619)
          {
            pcTarget.teleToLocation(108275, -53785, -2524, 0);
            return;
          }
         
          if(_itemConsumeId[0] == 34978) //Scroll of Escape: Hot Springs
          {
View Full Code Here

            return;
          }
         
          if(_itemConsumeId[0] == 34978) //Scroll of Escape: Hot Springs
          {
            pcTarget.teleToLocation(155784, -105640, -2778, 0);
            return;
          }
          if(_itemConsumeId[0] == 34979) //Scroll of Escape: Forge of the Gods
          {
            pcTarget.teleToLocation(175992, -116088, -3798, 0);
View Full Code Here

            pcTarget.teleToLocation(155784, -105640, -2778, 0);
            return;
          }
          if(_itemConsumeId[0] == 34979) //Scroll of Escape: Forge of the Gods
          {
            pcTarget.teleToLocation(175992, -116088, -3798, 0);
            return;
}
          if(_itemConsumeId[0] == 34980) //Scroll of Escape: Isle of Prayer
          {
            pcTarget.teleToLocation(156984, 169736, -3514, 0);
View Full Code Here

            pcTarget.teleToLocation(175992, -116088, -3798, 0);
            return;
}
          if(_itemConsumeId[0] == 34980) //Scroll of Escape: Isle of Prayer
          {
            pcTarget.teleToLocation(156984, 169736, -3514, 0);
            return;
          }
          if(_itemConsumeId[0] == 34981) //Scroll of Escape: Aden Castle(Siege)
          {
            pcTarget.teleToLocation(147432, 15640, -1448, 0);
View Full Code Here

            pcTarget.teleToLocation(156984, 169736, -3514, 0);
            return;
          }
          if(_itemConsumeId[0] == 34981) //Scroll of Escape: Aden Castle(Siege)
          {
            pcTarget.teleToLocation(147432, 15640, -1448, 0);
            return;
          }
        }
        if (_loc != null)
        {
View Full Code Here

            return;
          }
        }
        if (_loc != null)
        {
          pcTarget.teleToLocation(_loc);
          return;
        }
        switch (_townId)
        {
          case 1:
View Full Code Here

          return;
        }
        switch (_townId)
        {
          case 1:
            pcTarget.teleToLocation(-114558, 253605, -1536, 0);
            return;
          case 2:
            pcTarget.teleToLocation(45576, 49412, -2950, 0);
            return;
          case 3:
View Full Code Here

        {
          case 1:
            pcTarget.teleToLocation(-114558, 253605, -1536, 0);
            return;
          case 2:
            pcTarget.teleToLocation(45576, 49412, -2950, 0);
            return;
          case 3:
            pcTarget.teleToLocation(12501, 16768, -4500, 0);
            return;
          case 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.