Examples of SellerNPC


Examples of games.stendhal.server.maps.fado.hut.SellerNPC

  }

  @Before
  public void setUp() {
    StendhalRPZone zone = new StendhalRPZone("admin_test");
    new SellerNPC().configureZone(zone, null);
    npc = SingletonRepository.getNPCList().get("Sarzina");

    final AbstractQuest quest = new LearnAboutKarma();
    quest.addToWorld();
    en = npc.getEngine();
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.