Hey ok I got two questions which should be answered easily.
1.) When I get a random and gives me like 500gp, and then my script deposits it, it only deposits 1gp, but I would like it to right click and deposit all. This is it so far.
SCAR Code:if(FindDTM(BankLog, X, Y, MIX1, MIY1, MIX2, MIY2))then
Mouse(x, y, 5, 5, False);
Wait(50+random(50));
ChooseOption('-All');
Wait(50+Random(50));
Deposit(2, 28, False);
2.) My walking procedure walks sorta weird and I would like it to click just abit lower than where it always click so it will enter a bank. Heres what Im talking about. Red is where it goes, blue is where I want it to click(a bit lower).
And I know I got to fix my mouse coords, but I tried anywhere from -10000, to 10000. Here is the procedure.
SCAR Code:if FindBank('db') then
Wait(200+Random(150));
Mouse(x, y, 5, 5, True);
Wow alot for two simple questions. :P




Reply With Quote








So do you know whats wrong with the other problem?
