I'm starting my RuneMysteriesQuester, but I seem to have a bit of a problem.
It doesn't seem to be able to find the color, and I don't see any reason why.
SCAR Code:
program New;
{.include SRL/SRL.scar}
procedure RuneMysteriesQuester;
begin
SetupSRL;
begin
if(FindColorSpiralTolerance(x, y, 661534, 5, 5, 515, 335, 10))or
(FindColorSpiralTolerance(x, y, 966885, 5, 5, 515, 335, 10))or
(FindColorSpiralTolerance(x, y, 2830202, 5, 5, 515, 335, 10))then
MMouse(x, y, 2, 2);
if(IsUpTextMulti('Duke', 'Hora', 'acio'))then
Mouse(x, y, 0, 0, True);
end;
end;
begin
end.