Package games.stendhal.server.maps.orril.magician_house

Examples of games.stendhal.server.maps.orril.magician_house.WitchNPC


    // so that we have her correct 'hi' and he's in that.
    new VeterinarianNPC().configureZone(zone, null);
    new WeaponsCollectorNPC().configureZone(zone, null);
    new SheepSellerNPC().configureZone(zone, null);
    new BowAndArrowSellerNPC().configureZone(zone, null);
    new WitchNPC().configureZone(zone, null);
    new HolidayingManNPC().configureZone(zone, null);
    new SheepBuyerNPC().configureZone(zone, null);
    new MillerNPC().configureZone(zone, null);
    new ChefNPC().configureZone(zone, null);
    new GuardNPC().configureZone(zone, null);
View Full Code Here


  private SpeakerNPC ceryl;

  @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

TOP

Related Classes of games.stendhal.server.maps.orril.magician_house.WitchNPC

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.