Examples of HouseBuyingMain


Examples of games.stendhal.server.maps.quests.houses.HouseBuyingMain

    //  ramon is added in this quest - so we have to load this before we load pizza one.
    final AbstractQuest blackjackquest = new Blackjack();
    blackjackquest.addToWorld();

    // Taxman is required by HouseBuying
    new HouseBuyingMain().createAthorNPC(zone);
   
    final AbstractQuest quest = new PizzaDelivery();
    quest.addToWorld();

   
View Full Code Here

Examples of games.stendhal.server.maps.quests.houses.HouseBuyingMain

  @Override
  public void addToWorld() {
    super.addToWorld();

    quest = new HouseBuyingMain();
    quest.addToWorld();
   
    fillQuestInfo(
        "House Buying",
        "Houses can be bought across Faiumoni.",
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.