Hi I have a question what command do I use if I want the camera to rotate in case it can't find the color.
controls for rotating the camera are the same as Runescape
note: This is not for Runescape
Hi I have a question what command do I use if I want the camera to rotate in case it can't find the color.
controls for rotating the camera are the same as Runescape
note: This is not for Runescape
Hmm our MakeCompass('N') is bassed on the reall compass of the MM i mean the N w e s compass so, i think you just should use keyboard functions, yes i am searching for you.
~Hermen
SCAR Code:program New;
{.include SRL\SRL.scar}
const
TimetoWait = 2500;
var
x, y : Integer;
procedure test;
begin
SetupSrl;
end;
procedure KillSaqs;
begin
if(FindColor(x, y, 2901851, 0, 100, 660, 403))then
begin
Mouse(x, y, 10, 10, true);
Wait(10000+random(2000));
KeyDown(VK_F5);
Wait(1000+random(100));
KeyUp(VK_F5);
end; Wait(3000+random(1000));
end;
//Main Loop//
begin
repeat
test;
KillSaqs;
until(false);
end.
This is what I got so far...
I also constantly get file access error while the script is running.
If I take out SetupSrl; it fixes it, but then mouse goes soooo slow.
Use setupsrl; and just don't see the 'file acces error'
~Hermen
Maybe:
SCAR Code:Repeat
KeyDown(VK_LEFT)
Wait(800);
KeyUp(VK_LEFT);
I := 1 +1;
Until(i > 9) or FindColor(blah);
![]()
In the Place where you want to find the color![]()
I did now i get an error Unknown identifier 'I' in script
Var
I:integer;
~Hermen
I got it down Thanks guysrep+ for both
There are currently 1 users browsing this thread. (0 members and 1 guests)