Results 1 to 3 of 3

Thread: Need help finding ent

  1. #1
    Join Date
    May 2007
    Posts
    54
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Need help finding ent

    Hey I'm just about done my first script which is a woodcutter and the only thing left to do is add an ent finder. Since I've heard the srl one is not very good at finding ents, could someone help me to make my own procedure for that? Thanks.

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

    Default

    Well, before you click the tree you can make sure that Chop (tree name), the tree name isn't in yellow.

  3. #3
    Join Date
    Dec 2006
    Location
    Banville
    Posts
    3,914
    Mentioned
    12 Post(s)
    Quoted
    98 Post(s)

    Default

    Wait, which kind? The tree-spirit kind, or the waving tree kind?

    If its the first kind, looking for a fight will suffice, but for the second use something like:

    SCAR Code:
    If (IsUpTextMulti('hop', 'op ', ' do')) Then
     begin;
      If not (FindColorTolerance(x, y, YELLOWCLR, TREENM, TREENM, TM, TM, 5)) Then
       begin;
         //put something to chot the tree or set a variable to reconize that there is no ent
       end;
     end;
    The jealous temper of mankind, ever more disposed to censure than
    to praise the work of others, has constantly made the pursuit of new
    methods and systems no less perilous than the search after unknown
    lands and seas.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Finding an NPC... I Need Help!
    By mormonman in forum OSR Help
    Replies: 9
    Last Post: 12-06-2008, 05:36 AM
  2. Replies: 3
    Last Post: 09-23-2008, 03:37 AM
  3. Gas finding help
    By Lancelot074 in forum OSR Help
    Replies: 9
    Last Post: 03-01-2008, 10:00 PM
  4. I need help with ENT finding
    By TravisV10 in forum OSR Help
    Replies: 23
    Last Post: 07-05-2007, 08:27 AM
  5. help with ent finding
    By Adamb_135 in forum OSR Help
    Replies: 4
    Last Post: 04-18-2007, 02:14 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
  •