Package games.stendhal.server.maps.ados.townhall

Examples of games.stendhal.server.maps.ados.townhall.MayorNPC


    MockStendlRPWorld.get();
   
    final StendhalRPZone zone = new StendhalRPZone("admin_test");
   
    new MayorNPC().configureZone(zone, null);
     
    final AbstractQuest quest = new DailyItemQuest();
    quest.addToWorld();

  }
View Full Code Here


      StendhalRPZone ratZone = new StendhalRPZone(RAT_ZONES.get(i),100,100);
      SingletonRepository.getRPWorld().addRPZone(ratZone);
    }
   
    final StendhalRPZone zone = new StendhalRPZone("admin_test");
    new MayorNPC().configureZone(zone, null);
    quest.addToWorld();
    npc = SingletonRepository.getNPCList().get("Mayor Chalmers");
    en = npc.getEngine();
   
    /*
 
View Full Code Here

TOP

Related Classes of games.stendhal.server.maps.ados.townhall.MayorNPC

Copyright © 2018 www.massapicom. 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.