Examples of BlacksmithNPC


Examples of games.stendhal.server.maps.orril.dwarfmine.BlacksmithNPC

   
    final StendhalRPZone zone = new StendhalRPZone("admin_test");
    MockStendlRPWorld.get().addRPZone(new StendhalRPZone("int_ados_sewing_room"));
    new games.stendhal.server.maps.ados.sewingroom.SeamstressNPC().configureZone(zone, null);
    new games.stendhal.server.maps.ados.twilightzone.SeamstressNPC().configureZone(zone, null);
    new BlacksmithNPC().configureZone(zone, null);
    new BabyDragonSellerNPC().configureZone(zone, null);
    new games.stendhal.server.maps.kirdneh.museum.WizardNPC().configureZone(zone, null);
    new games.stendhal.server.maps.magic.house2.WizardNPC().configureZone(zone, null);
    new MadScientist1NPC().configureZone(zone, null);
    new MadScientist2NPC().configureZone(zone, null);
View Full Code Here

Examples of games.stendhal.server.maps.semos.blacksmith.BlacksmithNPC

    MockStendlRPWorld.get();
   
    final StendhalRPZone zone = new StendhalRPZone("admin_test");

    new GoldsmithNPC().configureZone(zone, null);
    new BlacksmithNPC().configureZone(zone, null);

    final AbstractQuest quest = new HungryJoshua();
    quest.addToWorld();

  }
View Full Code Here

Examples of games.stendhal.server.maps.wofol.blacksmith.BlacksmithNPC

    MockStendlRPWorld.get();
   
    final StendhalRPZone zone = new StendhalRPZone("admin_test");
   
    new BlacksmithNPC().configureZone(zone, null);
    new LibrarianNPC().configureZone(zone, null);
     
    final AbstractQuest quest = new ObsidianKnife();
    quest.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.