Im having trouble walking to the bank at draynor after chopping willows. Everytime I play the script, right when I get a full inv, my whole computer lags and I get logged out, and I dont know what it could be, anyone know? I already tried FindDTMRotated too.
SCAR Code:
procedure WalkToBank;
begin
if(not(LoggedIn))then Exit;
if (invfull) then
begin
BankDTM := DTMFromString('78DA63DCCFC0C060C60006CC108AE1F519018' +
'6FF409A11CA67F402126E0C28E0CF1F26881C4C8D0F90284555F3' +
'F62D03AA1A9039130998230D24FAF09B03006E130E46');
MakeCompass('w');
if (DTMRotated(BankDTM, x, y, MMx1, MMy1, MMx2, MMy2)) then
begin
Wait(500+random(150));
Mouse(x, y, 3, 3, True);
end;
FreeDTM(BankDTM);
end;
end;
For those who dont know, this is where I want to go, pink=start,red=end. Also, I want the compass to stay west while walking 