Package games.stendhal.server.maps.ados.rosshouse

Examples of games.stendhal.server.maps.ados.rosshouse.LittleGirlNPC


   */
  public boolean removeFromWorld() {
    removeNPC("Susi");

    final StendhalRPZone zone = SingletonRepository.getRPWorld().getZone("int_ados_ross_house");
    new LittleGirlNPC().createGirlNPC(zone);

    return true;
  }
View Full Code Here

TOP

Related Classes of games.stendhal.server.maps.ados.rosshouse.LittleGirlNPC

Copyright © 2018 www.massapicom. 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.