PDA

View Full Version : Need help with color!



Machu
07-23-2014, 06:39 PM
Okay, i want my bot to click a runecrafting portal so he will exit, but the problem is because he change of color my bot has some problems detecting the right color.
I would like to know if someone could help me to add more color to find so he wont have to wait 30 sec to click because he cannot find the color.



repeat
mainscreen.findObject(x, y, 7379868, 10, colorSetting(2, 0.00, 0.11), mainscreen.playerPoint, 30, 30, 10, ['nter', 'Portal'], MOUSE_LEFT);
mouse(x+gaussRangeInt(50,270),y-gaussRangeInt(70,230),8,8,MOUSE_MOVE);
wait(gaussRangeInt(1500,3500));
if not IsInAltar() then
exit;
inc(i);
until (i > 12);

P.S Sorry for my grammar.

Unfold
07-23-2014, 06:54 PM
I don't quite understand what you mean? If you want to choose a better color, open up aca.exe

Machu
07-23-2014, 07:42 PM
The portal glow....so it color change, but the bot doesn't reconize any other color then the set one. I want to add more then 1 option like something similar to that.

mainscreen.findObject(x, y, 7379868, 10, colorSetting(2, 0.00, 0.11), mainscreen.playerPoint, 30, 30, 10, ['nter', 'Portal'], MOUSE_LEFT);
else
mainscreen.findObject(x, y, 7379868, 10, colorSetting(2, 0.00, 0.11), mainscreen.playerPoint, 30, 30, 10, ['nter', 'Portal'], MOUSE_LEFT);

The Mayor
07-23-2014, 09:08 PM
The portal glow....so it color change, but the bot doesn't reconize any other color then the set one. I want to add more then 1 option like something similar to that.

mainscreen.findObject(x, y, 7379868, 10, colorSetting(2, 0.00, 0.11), mainscreen.playerPoint, 30, 30, 10, ['nter', 'Portal'], MOUSE_LEFT);
else
mainscreen.findObject(x, y, 7379868, 10, colorSetting(2, 0.00, 0.11), mainscreen.playerPoint, 30, 30, 10, ['nter', 'Portal'], MOUSE_LEFT);

I'm sure you can get 1 colour for the portal. Just pick heaps of colours when it's glowing and when it isn't.

Machu
07-23-2014, 09:11 PM
The mayor can you help me through skype ?

The Mayor
07-23-2014, 09:23 PM
The mayor can you help me through skype ?

I guess you can add me.

Machu
07-23-2014, 09:30 PM
Added you.