Log in

View Full Version : problem running away



omgh4x0rz
02-23-2007, 12:03 AM
Hi, I'm just wondering if anyone knows why my mouse is going screwy in this part of my procedure.

It finds the fight okay (well, sometimes it findsfight when i'm not in a fight) but the problem is during the FTWait. After I run away and set to run, the mouse moves off the screen and goes crazy, and I have to ctr+alt+del.
I tried changing it to just a regular wait instead of FTwait, and it works fine then. Anyone know what the problem is?


if (FindFight=true) then
begin
RunAwayDirection(RunDir);
FTWait(10);
RunBack;
end;

JAD
02-24-2007, 02:59 PM
hmm.. I have actually gotten that exact problem in my script. Don't exactly know how to fix it, I guess just stick with Wait() for now :( but FTWait just sounds so much more uber, i hope we can figure out the problem soon lol.