Im trying to use FindObjEx, but it seems not to work :S
It finds the object color(cursor moves over the object), but dont do the right click, seems like it cant "read" UpText...
It finds object,mouse stays ther like 1/2 seconds then moves new place and stays there another split second and sometimes in 5+ tries it makes right click...PHP Code:FindObjEx(x, y, ['ank'], [2561565, 3546663], 5, 50, 200, 11, 524, 250)
Mouse(x,y,0,0,false);
Wait(550+random(100));
if not WaitOptionMulti(['ank B'], 300) then LogOff;
Whats wrong?
Tried other way: Finding color-moving mouse over it-checking UpText etc.
This wont work either, like WTF am i doing something wrong or what why it cant read the UpText =(PHP Code:FindColorSpiralTolerance(x, y, 2561565, 0, 0, 800,500, 5);
if IsUpTextMultiCustom(['nker', 'ank', 'er']) then
begin
Mouse(x,y,0,0,false);
Wait(2500+random(100));
if not WaitOptionMulti(['ank B'], 300) then LogOff;
end;


Reply With Quote













