ok on a script im making i need it to right click the man and right click the item to buy,so i thought this would be code,but its not any advice? also i need it to walk to bank after full inv,as he only has 10 i need it to buy 10 hop world buy 10 hop buy 10? if u understand me then once inv full bank and repeat any help beacuse yohojos guide is for powerchopper so doesnt show about going to bank or hoping
Function findman:boolean;
var
x, y, Plusone, barcounter: integer;
begin
plusone:= Invcount + 1;
If FindObjCustom(x, y, ['name', 'h R'], [5726875, 2836576], 20) Then
begin
StatsGuise('hooray we found him');
getmousepos(x, y);
case random(1) of
0: begin
mouse (x, y, 10, 10, false);
WaitOption ('Trade', 3000);
end;
case random(1) of
0: begin
mouse (x, y, 10, 10, false);
WaitOption ('item', 3000);
end;
end;


Reply With Quote


