How can i make mouse click urn when its done?
This is not my code, im trying to make it use 2 urns at once.
How can i make it click the textbox where teleporting urn option appears?Code:Procedure CheckUrn; begin if FindColorTolerance(x, y, 5006162, 576, 203, 584, 239, 4) then begin Mouse(x, y, 5, 5, true); //Clicks the urn found Wait(1000+random(100)); FindColorTolerance(x, y, 1907518, 256, 333, 258, 441, 4); //Finds Food Mouse(x, y, 5, 5, true); Writeln('Urn Sent! Yay XP'); CUrn:= False; Inc(UrnsTeled) Wait(1000+random(100)); end else Curn:= True; //This is why an urn is needed on startup >.< end;
Atm it just click urn twice in invetory.


Reply With Quote





