ok first off al i'm not going to post my script i'm gonna use it to aply for srl member status.But yesterday I've added something to my procedure ChopDown;this chops down a tree.
SCAR Code:if (Fishspot = 1)then
begin
Mouse(624, 98, 5, 5,true);
Flag;
FFlag(0);
repeat
FindFastRandoms;
wait(450+random(90));
until(FindColorCircleTolerance(x,y,462606,80,246,170,7)=true);//this searches the tree
Mouse(x,y,2,2,false);
wait(250+random(50));
PopUp('Chop');//this should click on chop down :(
repeat
FindFastRandoms;
wait(250+random(150));
until WeHaveLogs(X,Y);//this checks for logs
if ExistsItem (5) then
begin
Getmousepos(x,y);
MMouse(585,265,5,5);
wait(500+random(250));
If IsUpText ('Logs') then//this is going to be changed,it will rune back to the place where he came from :p
begin
writeln('we have some logs haha :p');
end else
begin
writeln('wtf no logs,..ohh well whatever');
end
end
end
well actually yesterday evrything was just working fine but today only the tree finding works and when he finds the tree he moves his mouse clicks right,then he should click on chop down (doesn't do that) he just moves his mouse to the inventory.But yesterday i had something else,he cutted down the tree he knew that there were logs and he succesfully ran back to where he came from but then the procedure is over...I've added in the main loop after this procedure that he needs to start fishing he just restarts the procedure!and i also got this don't know what wrong...
SRL Compiled in 407msec.
--> Invalid Password for UserID: 227
--> Invalid Password for UserID: 227
it says invalid password of my srl stats account that can't be it worked before and i didn't change it... plz help me out.i'm getting depressed


Reply With Quote








k i got some help from sumillion,i forgot the var :s
