i have this probably too easy to fix but its taking too long to fix chunk that i want straightened out
Simba Code:procedure MineOre;
var
c, j, x, y: integer;
begin
if InvFull then
exit else
begin
c:= InvCount+1;
for j:= Invcount to 27 do
repeat
if FindObjEx_F(55511, 156151, 12, 20, MSCX, MSCY, ['Mine', 'Rocks'], X, Y, False) then
Mouse(x, y, 6, 6, false);
until(invcount=c)
end;
end;
as you can see
it clicks and mines but then it just doesnt do what i want it to do...
i would like it to click mine the rock and when my invcount increases by 1 then continue the loop all the way till what it says....
im kinda stuck


Reply With Quote






