Examples of DeathmatchRecruiterNPC


Examples of games.stendhal.server.maps.ados.swamp.DeathmatchRecruiterNPC

  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()
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.