Package games.stendhal.server.maps.ados.goldsmith

Examples of games.stendhal.server.maps.ados.goldsmith.MithrilForgerNPC


    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);
    new MithrilForgerNPC().configureZone(zone, null);
    new WomanNPC().configureZone(zone, null);
    new DealerNPC().configureZone(zone, null);
    new DwarfBuyerGuyNPC().configureZone(zone, null);
   
    final AbstractQuest quest = new MithrilCloak();
View Full Code Here

TOP

Related Classes of games.stendhal.server.maps.ados.goldsmith.MithrilForgerNPC

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.