Results 1 to 7 of 7

Thread: FindObj help

  1. #1
    Join Date
    Dec 2006
    Location
    Birmingham/UK
    Posts
    105
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default FindObj help

    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

  2. #2
    Join Date
    May 2006
    Posts
    1,230
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Because FindObj has a
    SCAR Code:
    If (not(Loggedin)) then Exit;
    Please wait for SRL 4!!!

  3. #3
    Join Date
    Apr 2007
    Posts
    379
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  4. #4
    Join Date
    Jul 2007
    Posts
    184
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default srl 4

    srl 4 will take more than 2 days

  5. #5
    Join Date
    Apr 2007
    Posts
    379
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  6. #6
    Join Date
    May 2006
    Posts
    1,230
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Tails

    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;
    Notice the if (not (Loggedin)) then Break;
    Loggedin doesn't work. Like I said, Please wait till SRL 4.

  7. #7
    Join Date
    Dec 2006
    Location
    Birmingham/UK
    Posts
    105
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default well

    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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. findobj problem
    By qcrist in forum OSR Help
    Replies: 14
    Last Post: 10-30-2007, 08:31 PM
  2. FindObj help
    By Xirx in forum OSR Help
    Replies: 7
    Last Post: 06-12-2007, 09:38 PM
  3. findobj?
    By omgh4x0rz in forum OSR Help
    Replies: 15
    Last Post: 02-10-2007, 12:34 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •