speedwalk repeat

Posted by Zendu on Wed 12 May 2004 08:28 PM — 3 posts, 14,747 views.

#0
While speedwalking, occasianally a little bit of lag with through it off, making it give the server two commands a bit too fast, thus it says "now now, dont be so hasty" After reading another post i was wondering if there was a way to make it Re-send the last direction sent

couple notes 1) You cant pull it from the command history, becuase i donot see directions in there 2) Im not even sure if a trigger will work, as commmands cannot be entered untill the speedwalking is over (is this a setting somewhere perhaps?)
USA #1
You CAN sendImmediate to bypass the queue, However, that wont be feasible, as you cant figure out where you are. Unless you wrote a script to keep track of that.

However, you CAN use GetQueue, and then compare it to your original speedwalk, then get the commands back, send them, and continue (or clear the queue, and put your rewinded stack back into the queue)
Australia Forum Administrator #2
There was a recent post about making speedwalks wait until it got a response (eg. Exits: blah). Try doing that.

Otherwise, you can get the current speedwalk queue, however finding the last one (the one that isn't there any more) would be a bit harder. You can always speedwalk yourself, which is what the other post did. It used the EvaluateSpeedwalk to convert a speedwalk into a list of directions, and then sent them one-by-one.