Where do I get the 4 co-ordinates for the ColorTolerance?Code:until (FindColorTolerance(x, y, WillowColour, , , , ,
Where do I get the 4 co-ordinates for the ColorTolerance?Code:until (FindColorTolerance(x, y, WillowColour, , , , ,
Jus' Lurkin'
Those coordinates are the sections of the screen area you want to search.
Send SMS messages using Simba
Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!
How do I get them though
Jus' Lurkin'
what you do is you drag use the colorpicker, and when you click on a part it will give you the coords of that part of the screen. so if you wanted to find that color only in the inventory, you would colorpick the top left corner of the inventory and the bottom right corner. Then it will only find the color within those coordinates
MSX1, MSY1, MSX2, MSY2 - the 2 points of the main screen
MMX1, MMY1, MMX2, MMY2 - the 2 points of the minimap
MIX1, MIY1, MIX2, MIY2 - the 2 points of the inventory
If you want to search a specific part of those, just pick the window with scar then use the color picker. It will say "Color Picked: 16049375 at (600, 50)". Those in the parentheses are your coordinates.
Temporarily inactive.
Thanks![]()
Jus' Lurkin'
So say Im looking for a willow tree, where do I take the coordinates from?
Jus' Lurkin'
FindColorTolerance(x, y, color, msx1, msy1, msx2, msy2);
Temporarily inactive.
Thank you again![]()
Jus' Lurkin'
There are currently 1 users browsing this thread. (0 members and 1 guests)