Examples of DwarfBuyerGuyNPC


Examples of games.stendhal.server.maps.ados.abandonedkeep.DwarfBuyerGuyNPC

    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();
    // Pdiddi's hi response is defined in RainbowBeans
    final AbstractQuest quest2 = new RainbowBeans();
    // player may be mid through cloak collecting quests for josephine
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.