Results 1 to 6 of 6

Thread: help with srl ent finder

  1. #1
    Join Date
    Oct 2007
    Location
    england
    Posts
    200
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default help with srl ent finder

    hey i am makeing a gnome village yew cutter but i need a ent finder if the srl 1 is any good i would like to use it. but i dont know how to put it into a procedure because at the end it has stuff like :boolean:boolean. i would be very greatfull if someone could just show me how to put it into a procedure i will credit u in my script!
    Quote Originally Posted by ham? View Post
    i didnt merder the fukin english language it im just talkin gangsta!!
    which none of u would no coz ur all fukin nerds

  2. #2
    Join Date
    Aug 2007
    Location
    Emo-land
    Posts
    1,109
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The SRL one sucks try extracting mine from my script (link in sig)

    Good luck,

  3. #3
    Join Date
    Jun 2007
    Posts
    785
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    function UberEnt: Boolean; //by Nashi, Edited By HyperSecret
    begin
      if (FindColorTolerance(x, y, 1649198, 9, 9, 233, 24, 20)) or
         (FindColorTolerance(x, y, 2835264, 9, 9, 233, 24, 20)) then
      begin
        GetMousePos(x, y);
        Mouse(x, y, 5, 5, False);
        if (FindText(x, y, 'own', upchars, x - 50, y - 50, x + 100, y + 50)) then
        begin
          if (FindColor(x, y, 65535, x + 70, y, x + 100, y + 10)) then
          begin
            Mouse(MMCX, MMCY, 5, 5, True);
            Writeln('Found ent! Waiting for it to go away');
            Result := True;
            EntsAvoided := EntsAvoided + 1;
          end;
        end else
        ChooseOption('Cancel');
        FindAllRandoms;
      end;
    end;

    This one should work,( im not sure!! )
    got this with premission from hypersecret and used it in my script, i think he doesn't mind I show it to you

    [22:20] <[-jesus-]> freddy, go uninstall yourself

  4. #4
    Join Date
    Oct 2007
    Location
    england
    Posts
    200
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok ty people i will try!! also if i take the ent finder from frozen soles script do all i realy need to doo is coppy and past and creadit him or do i need to edit parts of it?
    Quote Originally Posted by ham? View Post
    i didnt merder the fukin english language it im just talkin gangsta!!
    which none of u would no coz ur all fukin nerds

  5. #5
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    1. Dumpin - what if someone with an armor with some gold trim in it happens to walk on the ms so that it goes under the UpText. So, you got pwniezt.

    2. fr0zen, you're advertising quite much in posts? I think it's a some kind of an unwritten rule that you do not, but I might be wrong...

    3. Fr0zen, SRL's EntFinder > Yours


    Poolikemax, before attempting to make a succesful tree cutter, you should learn how to use Functions and Procedures.



    Anyhow, SRL TreeFinder you would use like -

    If FindEnt(TreeX, TreeY, True) Then Exit;

    inside your "WorkWhileChopping" or something similar, that avoids the ent if found at the tree coordinates, and exits your chopping procedure as should since you aren't cutting the tree anymore.


    For a real quality ent finder, atleast by looking at the code, use the one in Zephyr's Draynor Willow Gatherer

    From his script's SRL Stats:
    Ents Avoided : 333

  6. #6
    Join Date
    Oct 2007
    Location
    england
    Posts
    200
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok thanks will do!!! also it should be easy to change it from finding willow ents to yew ents souldnt it?
    Quote Originally Posted by ham? View Post
    i didnt merder the fukin english language it im just talkin gangsta!!
    which none of u would no coz ur all fukin nerds

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
  •