Package games.stendhal.server.maps.ados.outside

Examples of games.stendhal.server.maps.ados.outside.CloaksCollectorNPC


    QuestHelper.setUpBeforeClass();
  }

  @Before
  public void setUp() {
    final ZoneConfigurator zoneConf = new CloaksCollectorNPC();
    zoneConf.configureZone(new StendhalRPZone("admin_test"), null);
    npc = SingletonRepository.getNPCList().get("Bario");

    final AbstractQuest quest = new CloaksForBario();
    quest.addToWorld();
    en = npc.getEngine();
View Full Code Here

TOP

Related Classes of games.stendhal.server.maps.ados.outside.CloaksCollectorNPC

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.