I need help with my willow seller. I need help with it to rigtht click on the wilows in the bag then sell 10 until none left. I got the colors and all i just cant get the cords right, plz help
I need help with my willow seller. I need help with it to rigtht click on the wilows in the bag then sell 10 until none left. I got the colors and all i just cant get the cords right, plz help
Simply use a dtm, and something similar to the one below.
SCAR Code:repeat
if (FindDTM(LogDTM, x, y, MIX1, MIY1, MIX2, MIY2)) then
begin
Mouse(x, y, 2, 2, False);
ChooseOption(x, y, 'Sell 10');
Mouse(x, y, 2, 2, True);
end;
until (not (FindDTM(LogDTM, x, y, MIX1, MIY1, MIX2, MIY2)));
ok ty ill try that i already did but ill re try
I just need the cords and i got it with the DTM
coords for what exactly? That will find the dtm of the log move the mouse to it right click than select sell10 until there isnt anymore dtms of the log in the invent.
using coords is bad because its very detecable.
~~~~~~Woot 400~~~~~~
NVM got it thanks man u helped the first time
oh u meant going to specific coords on the screen?..bad and isnt reliable
SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
Programming Projects: NotePad | Tetris | Chess
I am using DTM but in a store it finds the willows in the store before the ones in the Inventory and won't click on the inventory willows.t
There are currently 1 users browsing this thread. (0 members and 1 guests)