Package lineage2.gameserver.model.instances

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


          player.teleToLocation(122789, -45692, -3036);
          return null;
        }
        else if (st.getInt("stage") == 2)
        {
          player.teleToLocation(116948, -46445, -2673);
          return null;
        }
        break;
      case VSHGAPG1:
      case VSHGAPG2:
View Full Code Here


        break;
      case VSHGAPG1:
      case VSHGAPG2:
        if (st.getInt("stage") == 1)
        {
          player.teleToLocation(122789, -45692, -3036);
          return null;
        }
        else if (st.getInt("stage") == 2)
        {
          player.teleToLocation(116948, -46445, -2673);
View Full Code Here

          player.teleToLocation(122789, -45692, -3036);
          return null;
        }
        else if (st.getInt("stage") == 2)
        {
          player.teleToLocation(116948, -46445, -2673);
          return null;
        }
        else if (st.getInt("stage") == 3)
        {
          player.teleToLocation(112445, -44118, -2700);
View Full Code Here

          player.teleToLocation(116948, -46445, -2673);
          return null;
        }
        else if (st.getInt("stage") == 3)
        {
          player.teleToLocation(112445, -44118, -2700);
          return null;
        }
        break;
      case LATANA:
        if (st.getInt("stage") == 1)
View Full Code Here

        }
        break;
      case LATANA:
        if (st.getInt("stage") == 1)
        {
          player.teleToLocation(122789, -45692, -3036);
          return null;
        }
        else if (st.getInt("stage") == 2)
        {
          player.teleToLocation(116948, -46445, -2673);
View Full Code Here

          player.teleToLocation(122789, -45692, -3036);
          return null;
        }
        else if (st.getInt("stage") == 2)
        {
          player.teleToLocation(116948, -46445, -2673);
          return null;
        }
        else if (st.getInt("stage") == 3)
        {
          player.teleToLocation(112445, -44118, -2700);
View Full Code Here

          player.teleToLocation(116948, -46445, -2673);
          return null;
        }
        else if (st.getInt("stage") == 3)
        {
          player.teleToLocation(112445, -44118, -2700);
          return null;
        }
        else if (st.getInt("stage") == 4)
        {
          player.teleToLocation(109947, -41433, -2311);
View Full Code Here

          player.teleToLocation(112445, -44118, -2700);
          return null;
        }
        else if (st.getInt("stage") == 4)
        {
          player.teleToLocation(109947, -41433, -2311);
          return null;
        }
        break;
    }
    return null;
View Full Code Here

      player.sendPacket(Msg.YOU_DO_NOT_HAVE_ENOUGH_ADENA);
      return;
    }
    player.reduceAdena(Config.SERVICES_PARNASSUS_PRICE, true);
    player.setVar("backCoords", player.getLoc().toXYZString(), -1);
    player.teleToLocation(Location.findPointToStay(_zone.getSpawn(), 30, 200, ReflectionManager.PARNASSUS.getGeoIndex()), ReflectionManager.PARNASSUS);
  }
 
  /**
   * Method fromParnassus.
   */
 
View Full Code Here

    if ((var == null) || var.equals(""))
    {
      teleOut();
      return;
    }
    player.teleToLocation(Location.parseLoc(var), 0);
  }
 
  /**
   * Method teleOut.
   */
 
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.