So I have this
Simba Code:repeat
if (FindDTM(essencerock, x, y, 5, 5, 513, 336)) then
repeat
WriteLn('Found Essence Rock');
FindDTM(essencerock, x, y, 6, 10, 514, 336);
AL_AccurateMMouse(point(x, y), 5, 5);
Wait(500+random(500));
if FindColor(x, y, 15395359, 42, 9, 160, 29) then
AL_FastClick(mouse_left);
Wait(5000+random(1000));
CheckInv;
until (InvIsFull) or (not (FindDTM(essencerock, x, y, 5, 5, 513, 336)));
the problem is it keeps hovering over the same DTM every time it loops. how do i get it to choose a different point when it repeats?


Reply With Quote





by chance i just started reading about TPAs after i posted this.



