I thought stealth was 2 steps walking for each 10 skill points??? I think that changed from 1 step/10 skill points - when you no longer had to use the stealth skill to keep stealthing. Then you get less if you run. Docs say you will be revealed after the run, but I have just waited out the time (you get half the steps running stealthed compared to walking stealth) and been able to continue successfully many times.
The mouse/click thing is to use calculate the click location based on screen resolution. You may need a slight offset from this, but it would look something like:
set %HoverMouseX #clileft + #clixres / 2
set %HoverMousey #clitop + #cliyres / 2
click %HoverMouseX %HoverMouseY MC N
MOVE x y 0 10 ; or whatever your move statement looks like
That needs the x and y of the move statement to be close so you keep resetting the mouse "click..." position so it doesn't get too far away.
Wreaks havoc if you are trying to do something else on the computer at the same time, but allows you to walk (assuming of course you have the "always run" option unchecked.
Gaderian