Examples of BowAndArrowSellerNPC


Examples of games.stendhal.server.maps.semos.tavern.BowAndArrowSellerNPC

    // Dr feelgood isn't part of pizza quest but katinka is and we have to load zoofood
    // so that we have her correct 'hi' and he's in that.
    new VeterinarianNPC().configureZone(zone, null);
    new WeaponsCollectorNPC().configureZone(zone, null);
    new SheepSellerNPC().configureZone(zone, null);
    new BowAndArrowSellerNPC().configureZone(zone, null);
    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);
View Full Code Here

Examples of games.stendhal.server.maps.semos.tavern.BowAndArrowSellerNPC

  public void setUp() {

    final StendhalRPZone zone = new StendhalRPZone("admin_test");
   
    // this is Ouchit
    new BowAndArrowSellerNPC().configureZone(zone, null)
    // this is Karl
    new FarmerNPC().configureZone(zone, null)
   
    AbstractQuest quest = new BowsForOuchit();
    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.