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?
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.
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;
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)
There are currently 1 users browsing this thread. (0 members and 1 guests)