Package games.stendhal.server.maps.amazon.hut

Examples of games.stendhal.server.maps.amazon.hut.PrincessNPC


    QuestHelper.setUpBeforeClass();
  }

  @Before
  public void setUp() {
    final ZoneConfigurator zoneConf = new PrincessNPC();
    zoneConf.configureZone(new StendhalRPZone("admin_test"), null);
    npc = SingletonRepository.getNPCList().get("Princess Esclara");
    en = npc.getEngine();

    final AbstractQuest quest = new AmazonPrincess();
    quest.addToWorld();
View Full Code Here

TOP

Related Classes of games.stendhal.server.maps.amazon.hut.PrincessNPC

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.