so i made this script, but seems to not work. supposed to walk from varrok east bank to rune shop, talk to aubury...etc. but i cant seem to get it to use findcolor properly.plz review it and tell me wat is wrong:
program EssMinerV2;
var
x,y: integer;
procedure AuburyTele;
begin
if (FindColor(x,y,2087416,260,260,453,598)) then
begin
MoveMouseSmooth(x,y);
ClickMouse(x,y,true);
end else
begin
WriteLn('Srry Cant Find Him');
end;
end;
begin
MoveMouseSmooth(870,418);
ClickMouse(870,418,true);
ReleaseMouse(870,418,true);
Wait(40000);
AuburyTele;
end.
So ive made the area that it shud find auburys shoulder pads in the whole screen, but it never finds him![]()


Reply With Quote










