I have a problem. I am done a script that chops willows then sells in store. Just i have one problem. With my DTM it finds it but it right clicks on the willows in the store not in my Inventory. What do I do? I keep trying to change the cords 582, and 230.
SCAR Code:if FindDTM(Logs, x, y, 0, 0, 582, 230)
What can I do so it right clicks on the willows in my Inventory instead of in the store. Here's the part of my script that clicks the wrong willows.
SCAR Code:begin
logs := DTMFromString('78DA639CCFC4C0F098010544062A324802694' +
'620FE0F048C33816AEE30A00146B81A306F2A116A1601D5DC24A0' +
'661950CD1B026AA603D57CC4AF060001280E78');
repeat
wait(800 + random(200));
if FindDTM(Logs, x, y, 0, 0, 582, 230) then
begin
wait(400 + random(100));
MMouse(x, y, 0, 0);
Mouse(x, y, 4, 6, false);
wait(500);
if (ChooseOption(x, y, 'Sell 10')) then
end;
until (not (FindDTM(logs, x, y, 0, 0, 710, 444)));
Also if you don't understand me completely underneath is a picture of my problem. Takes awhile to load so wait until you can see it. Thanks for the help and this script will be released as soon as I get this right
[IMG]www.freewebs.com/Runescape-Scar-Scripts/Help.bmp[/IMG]



Reply With Quote








