If It's not working for you copy and paste this over the current colors that are set.
Code:
[1517856,2639671,1979689]
The location of the colors of the ivy is on line 46
The script works great though! Thanks for making this beautifully scripted masterpiece! I apologize if you get upset I just wanted to post a little fix for the script til you can get your hands on it
Also if you would like it to stop constantly clicking the ivy on line 91 remove
It is scripted as an antiban but as others say it's not very human-like, It doesn't completely stop it but it does do it less frequently.
I also found that changing the TimeFromMark(T) where it says 2000 to a higher number (I changed it to 10000) it considerably changes how often it clicks the ivy.
Code:
procedure ChopIvy;
var
T: Integer;
begin
if (FindObjCustom(x,y,['vy','Iv','Ivy'], [1517856,2639671,1979689], 3)) then
begin
clickMouse2(false);
MarkTime(T);
Repeat
Wait(25+Random(10));
until(ChooseOption('Chop')Or(TimeFromMark(T)>2000));
wait(1000+random(500));
end;
end;
Again I'm just trying to help the others I am not trying to impose upon your script. I have learned a lot from your script with Progress reports and getting a persons skill level!
Thanks!
-JJ