Results 1 to 4 of 4

Thread: Need help.

  1. #1
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default Need help.

    Im making a yew cutter script and i need something for the chopping procedure(Which Finds the tree waits till it falls and so on).

    What can i use to make a advanced one, post an example of what to use.

    Dont give me stuff like FindObj, FindColor and so on, i want something that is good!

  2. #2
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Whats wrong with FindObj? I love it . So my ideas on a procedure/function...

    1. The script finds the tree colour(s) and clicks. (I love FindObjMulti personally).
    2. While the character moves the colour is "followed" and the coordinates updated using FindColorsTolerance or something.
    3. A number of the tree colours are found and stored in an array or something. (The area to check should only be a small box around the clicking area to prevent colours from other trees being found).
    4. The script waits until all the colours at all points change. This might either indicate a the tree getting cut down or a mainscreen shift.
    5. Antiban, antirandoms, ent finder, etc. while it waits.
    6. The script clicks a different tree.


    This is my idea. I'm not sure if the waiting until all the colours are lost thing will work with ents. I've never made a chopping procedure before it should work in theory.

  3. #3
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    I might just use FindObj(the new one) becuse it works very well now and im only cutting 1 tree so it will be fine.

  4. #4
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    find object sucks because it laggs as hell i am useings waits and it just isnt fast
    ~Hermen

Thread Information

Users Browsing this Thread

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

Posting Permissions

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