Package games.stendhal.server.maps.ados.magician_house

Examples of games.stendhal.server.maps.ados.magician_house.WizardNPC


    // this is convoluted .. we need this for Blackjack quest
    // which must be loaded because ramon is defined there!
    MockStendlRPWorld.get().addRPZone(new StendhalRPZone("-1_athor_ship_w2"));
    // a lot of NPCs to load for this quest!
   
    new WizardNPC().configureZone(zone, null);
    new MakeupArtistNPC().configureZone(zone, null)
    new AnimalKeeperNPC().configureZone(zone, null);
    // Dr feelgood isn't part of pizza quest but katinka is and we have to load zoofood
    // so that we have her correct 'hi' and he's in that.
    new VeterinarianNPC().configureZone(zone, null);
View Full Code Here


  @Before
  public void setUp() throws Exception {
    super.setUp();

    new WizardNPC().configureZone(zone, null)

    maze = new Maze();
    maze.addToWorld();

    questSlot = maze.getSlotName();
View Full Code Here

TOP

Related Classes of games.stendhal.server.maps.ados.magician_house.WizardNPC

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.