I would just do a find symbol and that is all. Walk to the bank and then Find Symbol and then click. Boom you are in the bank.
Printable View
I would just do a find symbol and that is all. Walk to the bank and then Find Symbol and then click. Boom you are in the bank.
well the problem with that is if you walk outside the bank you never actually get to the bankers... unless you are on the door side of the bank, and it is extremely difficult to get the bank booth because the are the same color as everything else.. and look at the first page...
Oh yea I forgot about that. I do not understand why the DTMs are not working for him but whatever. I really suggest making your own DTM. See my tutorial if you do not know how. It is TRULY the best way I know how. Other than that use the color finding way.
i know how to make a DTM, for some reason my whole script is bugging all the sudden so i guess im gonna hold back the new release...
I have a feeling something is divinely flawed with this procedure... because I use 5 DTM's and they dont work... Or maybe just the DTM's are wrong...
SCAR Code:Procedure WalktoBank;
begin
Status('Walking to the bank')
Repeat
If FindDTM(BankDTM,x,y,MMx1,MMy1,MMx2,MMy2) then
Begin
Writeln('Found BankDTM')
Mouse (x,y,2,2,true)
end;
If FindDTM(BankDTM2,x,y,MMx1,MMy1,MMx2,MMy2) then
Begin
Writeln('Found BankDTM2')
Mouse (x,y,2,2,true)
end;
If FindDTM(BankDTM3,x,y,MMx1,MMy1,MMx2,MMy2) then
Begin
Writeln('Found BankDTM3')
Mouse (x,y,2,2,true)
end;
If FindDTM(BankDTM4,x,y,MMx1,MMy1,MMx2,MMy2) then
Begin
Writeln('Found BankDTM4')
Mouse (x,y,2,2,true)
end;
If FindDTM(BankDTM5,x,y,MMx1,MMy1,MMx2,MMy2) then
Begin
Writeln('Found BankDTM5')
Mouse (x,y,2,2,true)
end;
SymbolAccuracy:=0.2;
begin
If FindSymbol(x,y,'Bank') then
mouse (x,y,2,2,true);
end;
until (flag) or (i>=10)
if (i>10) then
begin
LogOut;
Status('Could not find the bank')
ProgressReport;
Status('About to terminate script opening web page')
OpenWebPage('http://www.villavu.com/forum/showthread.php?t=28457')
TerminateScript;
end;
end;
Okay just checking one last time, you know that DTMs are not used to walk you to the bank UNLESS the bank is already on the minimap correct?
OMG yes look at the 2nd page i have a full picture of where im coming from/going to...
Okay I was just checking. Try a FindDTMRotated if you still feel like doin DTMs. Otherwise do whatever you want.
Okay i think i have done something pretty ingenious, i now have it if it cannot find the banker then it will log out/back in then click on the symbol again and so on and so forth, it works pretty well =D