Jump to content
jojofromjory

[SCAR]FindColor Problems

Recommended Posts

You should answer my question or I can't help you... Also, I'm not sure why you removed that if statement from your code, it seemed a lot more logical with it in there...

 

Oh well the code doesn't really matter with or without the if statement and nope I even tried it on a grey spot (with the corresponding color which I obtained through the color tool) and still it didn't give me any response...

Link to comment
Share on other sites

A good majority of colors in runescape are dynamic and fluctuate in their base components meaning you will need to use tolerance. FindColorTolerance

 

There's nothing wrong at all with SCAR's findcolor I assure you, you just need to learn how to utilize the tools.

 

Also if you can wait for OSI beta I'll have premade runescape specific functions for you to use making life easier. Like InPin...

Link to comment
Share on other sites

A good majority of colors in runescape are dynamic and fluctuate in their base components meaning you will need to use tolerance. FindColorTolerance

 

There's nothing wrong at all with SCAR's findcolor I assure you, you just need to learn how to utilize the tools.

 

Also if you can wait for OSI beta I'll have premade runescape specific functions for you to use making life easier. Like InPin...

 

Now I just tried to execute the following script onto the login form but the mouse just keeps going to (0,0) when I start it, even though 2267829 is one of the colours of the 'login' button...

 

My code:

 

program New;
var x,y:Integer;
begin
Findcolor(x,y,2267829,5,5,500,500);
WriteLn(x);
WriteLn(y);
MoveMouse(x,y);
end.

 

EDIT: Never mind, forgot one thing, my settings were on OpenGL, I've put them on Software and it works fine now *facepalm*

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
  • Create New...