Package games.stendhal.server.maps.ados.coast

Examples of games.stendhal.server.maps.ados.coast.FerryConveyerNPC


    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

Related Classes of games.stendhal.server.maps.ados.coast.FerryConveyerNPC

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.