I tacked this onto the end of FindWorlds...with Favourite FindWorlds doesn't click low enough, this should fix the issue if it fails to find it...
SCAR Code:
if not result then
  begin
    Mouse(698, Round(SPos/100.0*265.0+162)+15, 3, 3, true);
    Wait(500+Random(100));
    Result := FindTextTpaEx(16777215, 0, 57, 130, 162, 458, x, y, 'orld '+inttostr(W)+' ', SmallChars, Nothing);
  end;