Examples of GuardNPC


Examples of games.stendhal.server.maps.semos.jail.GuardNPC

    new WitchNPC().configureZone(zone, null);
    new HolidayingManNPC().configureZone(zone, null);
    new SheepBuyerNPC().configureZone(zone, null);
    new MillerNPC().configureZone(zone, null);
    new ChefNPC().configureZone(zone, null);
    new GuardNPC().configureZone(zone, null);
    new FerryConveyerNPC().configureZone(zone, null);
   
    //  ramon is added in this quest - so we have to load this before we load pizza one.
    final AbstractQuest blackjackquest = new Blackjack();
    blackjackquest.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.