
Originally Posted by
mynameisjoe
Hmm I seem to have a problem similar to the person above me did... This script, it is very volatile, one time it runs 5+ hours, the next 20 minutes, and mos previously, 10 seconds.
Spell not found. Let's try find the problem. .....
ERROR: Could not continue script. Please check the problem Manually.
Please fix this error and restart the script.
The cursor would switch the tab to the magic one, wait a second or 2, then hover over the alch spell, then repeat the process a few times. Finally, it would stop. I'm not sure how I can manually fix this problem.
So the problem is with finding the spell. It uses a color to find the spell (the yellow part of the coin). Here is exactly what it looks for: the color 849658 at (577, 351). To check if it find the color, runt his little script for me:
SCAR Code:
program New;
{.include SRL\SRL.scar}
begin
SetupSRL;
ClearDebug;
Wait(1000);
ActivateClient;
Wait(500);
GameTab(7);
if (GetColor(577, 351) = 849658) then
begin
WriteLn('We found the spell.');
end else
begin
WriteLn('We couldn''t find the spell.');
end;
end.
If it doesn't find the spell then make sure RS is set on full standard mode (so that all the video options are red) and on the brightest mode. Also make sure that you set RS as the client window (by dragging the crosshair over it).