public static void setUpBeforeClass() throws Exception {
Log4J.init();
PlayerTestHelper.generateNPCRPClasses();
MockStendlRPWorld.get();
MockStendlRPWorld.get().addRPZone(ados_wall_n);
final DeathmatchRecruiterNPC configurator = new DeathmatchRecruiterNPC();
configurator.configureZone(zone, null);
// some of the recruiter responses are defined in the quest not the configurator
new AdosDeathmatch(ados_wall_n, new Area(ados_wall_n, new Rectangle2D.Double(0, 0, ados_wall_n.getWidth(), ados_wall_n.getHeight()))).addToWorld();
}