Results 1 to 6 of 6

Thread: ent finder help

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

    Default ent finder help

    hey i have tryed searching for help on a 'ent finder' but the search bar says 'ent' is to short so it returns a load of crap on 'finder' so i hav come here in search on some help!

    in lots of scripts i hav seen
    SCAR Code:
    FindEnt(x,y,true);
    but im not to shur how it works because i havent seen it work and i was wondering weather u needed to state the tree or somthing or do this:
    SCAR Code:
    if  (FindEnt(x,y,true)) then
    begin
    avoidwhenfound; // or summink like that // or:

    mouse(somewere off the tree,2,2,true);
    writeln('ent avoided');
    end;
    would somthing like tht work?
    just incase it makes a difference the script im making is for a yew tree!
    please help me!

    btw i wll rep ++ if u do!
    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
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Here is what I have in my Powerchopper.
    SCAR Code:
    Procedure EntFind;
    Begin
      if Findent(x, y, true) then
      RunAway('N', false, 1, 10000 + random(5000));
    End;

    Procedure AntiRandoms;
    Begin


      EntFind;

    End;
    I have more AntiRandoms in there but I took them out.

    Also make sure you have this
    SCAR Code:
    {.include srl/srl/skill/woodcutting.scar}
    That lets it find the ent, it's in there.

    Hope this helps

    ~Camo
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


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

    Default

    thanks that works for me
    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

  4. #4
    Join Date
    Dec 2008
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey thanks this worked for me!

  5. #5
    Join Date
    Dec 2008
    Posts
    160
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    oh that helped ty

  6. #6
    Join Date
    Jun 2008
    Location
    Great Britain
    Posts
    185
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    LOL, do the two above posters even know what this is supposed to do? Or where you're supposed to put it? Seems like they are just trying to get posts...
    "The enemy of my enemy is next!"~Lord Solar Macharius
    "When the power of love overcomes the love of power the world will know peace" ~Jimi Hendrix

    Use the spell-checker before you post!

    http://www.srl-forums.com/forum/begi...sh-t42131.html

    ^Beginners guide to English (READ IT!)

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
  •