Results 1 to 3 of 3

Thread: FindObjOre2-- Need an explanation

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

    Default FindObjOre2-- Need an explanation

    I was making a power-miner and need to fine the ore... I wzant to use FindObjOre2, but I don't really get the parameters. I even looked in the Wiki!


    So, I hope someone could answere this.


    Also, is FindObj3 better than FindObjOre2?
    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.

  2. #2
    Join Date
    Dec 2006
    Location
    Australia
    Posts
    698
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    As my understanding its how they search that is the difference

    FindObject2
    Finds Object From Center of Screen or Left to Right

    FindObj3
    Tries to FindObj from Center Out.

    SCAR Code:
    FindObject2( x,  y,  ItemName, ObjectColor, ObjectTolerance, MinYValue, MinXValue, {true or false to search from the center}): Boolean;

    FindObj3(x, y,  ItemName, Itemcolor, tolorance): Boolean;

  3. #3
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    FindObjOre is somewhat the same as FindObj, but after it finds the color of the rock; it will count how many of the same color color are found in that area. When the count meets the minimal count (minCount). It will result in the rock

    so:
    cx, cy: variables where the place of the rock will be stored.
    text: The uptext when you have your mouse on it ('ock');
    Color: Color of the rock.
    Tolerance: Tolerance added to the color of the rock.
    MinCount: How many of the same colors needs the be found in that area minimal. (4 for normal rocks)
    Hup Holland Hup!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. explanation needed plz
    By hackncrack1 in forum OSR Help
    Replies: 3
    Last Post: 03-01-2009, 11:32 AM
  2. explanation plz
    By hackncrack1 in forum OSR Help
    Replies: 2
    Last Post: 11-23-2008, 03:23 PM
  3. Small explanation
    By Freddy1990 in forum News and General
    Replies: 10
    Last Post: 04-12-2008, 11:08 PM
  4. Explanation?
    By HyperSecret in forum News and General
    Replies: 0
    Last Post: 01-02-2008, 10:47 PM

Posting Permissions

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