Examples of RetiredAdventurerNPC


Examples of games.stendhal.server.maps.semos.guardhouse.RetiredAdventurerNPC

  }

  @Before
  public void setUp() {
    StendhalRPZone zone = new StendhalRPZone("admin_test");
    new RetiredAdventurerNPC().configureZone(zone, null);
    npc = SingletonRepository.getNPCList().get("Hayunn Naratha");
    en = npc.getEngine();

    AbstractQuest quest = new MeetHayunn();
    quest.addToWorld();
View Full Code Here

Examples of games.stendhal.server.maps.semos.guardhouse.RetiredAdventurerNPC

  @Before
  public void setup() {
    PlayerTestHelper.removeAllPlayers();
    StendhalRPZone zone = new StendhalRPZone("admin_test");
    new RetiredAdventurerNPC().configureZone(zone, null);
    hayunn = SingletonRepository.getNPCList().get("Hayunn Naratha") ;

    bfh = new BeerForHayunn();

    bfh.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.