Examples of FishermanNPC


Examples of games.stendhal.server.maps.ados.fishermans_hut.FishermanNPC

  @BeforeClass
  public static void setUpBeforeClass() throws Exception {
    MockStendlRPWorld.get();
    QuestHelper.setUpBeforeClass();

    setupZone(ZONE_NAME, new FishermanNPC());

    quest = new LookUpQuote();
    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.