This is my script here... i have the SRL library and i have downloaded Subersion Documentation.
program New;
{.include SRL/SRL.scar}
var
x,y: Integer;
i: Integer;
const
TreeColor=1922123;
Procedure Chop;
begin
SetupSRL
If(FindColor(x,y,TreeColor,117,179,889,709)) then
MoveMouse(374,366);
Wait(500+random(1000));
ClickMouse(374,366,true);
SendKeys('Boring!!!');
Wait(10000+random(20000));
DropItem(2-28);
end;
begin
i:= 0
Repeat
i:= i + 1;
Chop;
Until(i >= 50);
end.
It takes longer to execute than before i download the library and subversion. it also come up with this window which has 4 boxes:
Script is trying to access following file
C:\Program Files\SCAR 3.12\ChatLog.txt
Do you want to permit or deny this operation?
Dont Permit ( )
Permit once ( )
Always Permit ( )
Always Permit Folder C:\Program Files\SCAR 3.12\ChatLog.txt ( )
I either click dont permit or always permit folder but whenever i try to run the script again it comes up
The script itself has no errors as it says the usualy executed
but it says
SRL compiled in (numbers) msec
Can someone help me?? As it wont let me run it on the runescape window...
Rora


Reply With Quote




