can somebody tell me why findobj doesnt work anymore =/
can somebody tell me why findobj doesnt work anymore =/
If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig<BR>
http://www.draynor.net/skill/underse...dvance_war.png



Because FindObj has aPlease wait for SRL 4!!!SCAR Code:If (not(Loggedin)) then Exit;
I have never seen the If (notLoggedIn)) then Exit; in it... It works for me. Daddyproboot what exactly is it doing? Nothing? Make sure you have the color, and if it is used in runescape then you should add a repeat like
SCAR Code:repeat
If(FindObj(x, y, Tree, 1234, 10)) Then
Begin
WriteLn('Found Tree');
wait(100);
end;
until(FindObj(x, y, Tree, 1234, 10))
end;
It makes it more reliable incase it doesn't find the color right away
BTW 98% of the scripts you find on these forums won't work right now because they use "out-of-date" features. So you really should wait for SRL 4, it should only be a couple more days.
Hardman they have been at work at this since the update, and they said they have been in the testing and tweaking phase for awhile. So I am under the assumption that it is only a couple more days.



Tails
Notice the if (not (Loggedin)) then Break;SCAR Code:function FindObj(var cx, cy: Integer; Text: string; color, tolerance: Integer): Boolean;
var
x, y, a, c, i, x1, y1, x2, y2: Integer;
begin
x1 := 245;
y1 := 165;
x2 := 277;
y2 := 185;
repeat
if (not (Loggedin)) then
Break;
Loggedin doesn't work. Like I said, Please wait till SRL 4.
say i did this
if(findobj(x,y,'spinn',13816792,45)) then
Mouse (x,y,1,1,true)
that wouldnt wrk for me =/ well i guess ill have to wait for the new srl =]
If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig<BR>
http://www.draynor.net/skill/underse...dvance_war.png
There are currently 1 users browsing this thread. (0 members and 1 guests)