Package games.stendhal.server.maps.magic.school

Examples of games.stendhal.server.maps.magic.school.GroundskeeperNPC


  public static void setUpBeforeClass() throws Exception {
    final StendhalRPWorld world = MockStendlRPWorld.get();
    QuestHelper.setUpBeforeClass();
   
    final StendhalRPZone zone = new StendhalRPZone("int_semos_guard_house");
    new GroundskeeperNPC().configureZone(zone, null);     
 
    world.addRPZone(zone);
    world.addRPZone(basement);
    quest.addToWorld();
  }
View Full Code Here

TOP

Related Classes of games.stendhal.server.maps.magic.school.GroundskeeperNPC

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.