Package games.stendhal.server.entity.npc.behaviour.impl

Examples of games.stendhal.server.entity.npc.behaviour.impl.TeleporterBehaviour


    SingletonRepository.getLoginNotifier().addListener(this);
   
    if (System.getProperty("stendhal.santa") != null) {
      // activate santa here
      createSanta();
      teleporterBehaviour = new TeleporterBehaviour(santa, "Ho, ho, ho! Merry Christmas!", false);
    }
  }
View Full Code Here


* @author kymara
*/
public class FlowerSellerNPC implements ZoneConfigurator {
  public void configureZone(final StendhalRPZone zone, final Map<String, String> attributes) {

          new TeleporterBehaviour(buildSemosHouseArea(), "Flowers! Get your fresh flowers here!");
  }
View Full Code Here

TOP

Related Classes of games.stendhal.server.entity.npc.behaviour.impl.TeleporterBehaviour

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.