final StendhalRPZone zone = new StendhalRPZone("admin_test");
// this is Ouchit
new BowAndArrowSellerNPC().configureZone(zone, null);
// this is Karl
new FarmerNPC().configureZone(zone, null);
AbstractQuest quest = new BowsForOuchit();
quest.addToWorld();
player = PlayerTestHelper.createPlayer("bob");