How would i make the repeat until it no longer finds an item in inventory slot 28?
Simba Code:if FindDTM(hAlch,x,y,MIX1,MIY1,MIX2,MIY2) then
begin
Mouse(x, y, 1, 1, True);
if InvMouse(28, 1) then
Wait(RandomRange(25, 100));
end;
How would i make the repeat until it no longer finds an item in inventory slot 28?
Simba Code:if FindDTM(hAlch,x,y,MIX1,MIY1,MIX2,MIY2) then
begin
Mouse(x, y, 1, 1, True);
if InvMouse(28, 1) then
Wait(RandomRange(25, 100));
end;
Simba Code:Repeat
//...................
Until(Not ExistsItem(28));
I am Ggzz..
Hackintosher
I usually use a DTM on a bank noted item- lets say steel chainbody...
I just put in the DTM and run the procedure until its not found- meaning I either ran out of nats (which I also DTM) or chains... its tedious but a hell of a lot faster than invslot.
There are currently 1 users browsing this thread. (0 members and 1 guests)