Results 1 to 5 of 5

Thread: Ent Finder!!!!

  1. #1
    Join Date
    Apr 2007
    Posts
    57
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Ent Finder!!!!

    Can somebody give or create an entfinder cuz i dont know how to make one :s, maby someone can give me tips to make one ??

  2. #2
    Join Date
    May 2007
    Location
    Netherlands, Amersfoort
    Posts
    2,701
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    isen't it updated in srl 4 (not beta!) then?

    {.include srl/srl/skill/woodcutting.scar}

    ???

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

    Default

    Ok i will try

  4. #4
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Try using the if findcolour on the top left of the screen.

    ->{Nauman}<-

  5. #5
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Try using FindEnt with SRL, if it doesn't work then maybe the co-ords are a bit off like mine were, if so just alter them.

    Full credits to SRL Team.

    SCAR Code:
    function FindEntA(fx, fy: Integer): Boolean;
    var
      arUpTextEntColorPoints: TPointArray;
      x, y, tcts: Integer;
    begin
      GetMousePos(x, y);
      if(x <> fx)or(y <> fy)then
        MMouse(fx, fy, 0, 0);
      if(IsUpText('Oak'))then
      begin
        tcts := GetColorToleranceSpeed;
        ColorToleranceSpeed(2);
        SetColorspeed2Modifiers(0.4, 0.4);
        FindColorsTolerance(arUpTextEntColorPoints, 56026, 85, 8, 110, 20, 8);
        Result := Length(arUpTextEntColorPoints) > 10;
        ColorToleranceSpeed(tcts);
      end;
      if(Result)then
      begin
        WriteLn('Ent Found!!');
        Writeln('Waiting for it to go away.');
        //Do stuff here while waiting?? maybe bank?
        EntsAvoided := EntsAvoided + 1;
      end;
    end;

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Creating a pick head finder, and gas finder
    By Tom_Gower in forum OSR Help
    Replies: 7
    Last Post: 11-07-2008, 07:06 AM
  2. My Ent Finder
    By skilld u in forum OSR Help
    Replies: 3
    Last Post: 02-11-2008, 04:13 PM
  3. need ent finder help
    By poolikemax in forum OSR Help
    Replies: 9
    Last Post: 02-07-2008, 09:20 AM

Posting Permissions

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