Package games.stendhal.server.maps.semos.library

Examples of games.stendhal.server.maps.semos.library.LibrarianNPC


  @Before
  public void setUp() throws Exception {
    PlayerTestHelper.generateNPCRPClasses();
    new WitchNPC().configureZone(new StendhalRPZone("testzone"), null);
    new LibrarianNPC().configureZone(new StendhalRPZone("testzone"), null);
    jynath = SingletonRepository.getNPCList().get("jynath");
    ceryl = SingletonRepository.getNPCList().get("ceryl");
  }
View Full Code Here


    MockStendlRPWorld.get();
   
    final StendhalRPZone zone = new StendhalRPZone("admin_test");
   
    new BlacksmithNPC().configureZone(zone, null);
    new LibrarianNPC().configureZone(zone, null);
     
    final AbstractQuest quest = new ObsidianKnife();
    quest.addToWorld();

  }
View Full Code Here

TOP

Related Classes of games.stendhal.server.maps.semos.library.LibrarianNPC

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.