new GreeterNPC().configureZone(zone, null);
npc = SingletonRepository.getNPCList().get("Monogenes");
en = npc.getEngine();
final ZoneConfigurator zoneConf = new TraderNPC();
zoneConf.configureZone(new StendhalRPZone("int_semos_tavern"), null);
npcXin = SingletonRepository.getNPCList().get("Xin Blanca");
enXin = npcXin.getEngine();
quest = new MeetMonogenes();
quest.addToWorld();