{
SimpleSpawner sp = new SimpleSpawner(NpcHolder.getInstance().getTemplate(18493));
sp.setLoc(Location.findPointToStay(actor, 150, 250));
sp.setReflection(actor.getReflection());
sp.doSpawn(true);
sp.stopRespawn();
}
catch (Exception e)
{
e.printStackTrace();
}