npc = SingletonRepository.getNPCList().get("Tywysoga");
en = npc.getEngine();
final StendhalRPZone zone = new StendhalRPZone("int_semos_house");
MockStendlRPWorld.get().addRPZone(zone);
zoneConf = new FlowerSellerNPC();
zoneConf.configureZone(zone, null);
npcRose = SingletonRepository.getNPCList().get("Rose Leigh");
enRose = npcRose.getEngine();
final AbstractQuest quest = new ElfPrincess();