I've decided to start learning scar, for no reason in particular. Anyway, I'm having problems with the speed the mouse is moving at. Here is a e.g. of code I am using.
SCAR Code:
program BankTest;
{.include SRL\SRL.scar}
begin
FindBank('feb');
terminatescript;
end.
It would seem that this does work because the mouse moves towards the symbol on the minimap. The problem is that the mouse moves so slow that by the time the mouse is over the window, Runescape has already logged out o.O
I tried just using a click at x,y, function which worked fine.
Im assuming this would have to be a scar or SRL problem but I dont know what it is...
Scar divi 3.12
SRL 4
Any help is appreciated and thanks in advance =D