Package games.stendhal.server.maps.ados.tunnel

Examples of games.stendhal.server.maps.ados.tunnel.WishmanNPC


    MockStendlRPWorld.get();
   
    final StendhalRPZone zone = new StendhalRPZone("admin_test");
    // must add the zone here as the wishman teleports player into dragon lair
    MockStendlRPWorld.get().addRPZone(new StendhalRPZone("-1_ados_outside_w"));
    new WishmanNPC().configureZone(zone, null);
   
     
    final AbstractQuest quest = new DragonLair();
    quest.addToWorld();
View Full Code Here

TOP

Related Classes of games.stendhal.server.maps.ados.tunnel.WishmanNPC

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.