Special Speedwalk!

Posted by Scarn on Tue 18 Oct 2005 06:37 PM — 5 posts, 23,076 views.

#0
Hi, I'd like to make a speed walk that stops when it meets a certain NPC and can be continued...for example if im hunting orcs and run the speed walkalias of...10s,10e...I would meet an orc 5s and stop...kill the orc and then carry on (5s,10e).

Thanks,

Scarn
Sweden #1
Check this link...
http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=2402
It's not in VBScript but it contains solutions for your problem in both Lua and PerlScript.

For the PerlScript version to work, all you would have to do is to make a trigger that sets the global variable $pauseQueue to a non-zero integer when you find the orc...and then just use the resumequeue alias I wrote in a post further down in the thread.

// Fredrik
Amended on Tue 18 Oct 2005 07:06 PM by Ekerim
#2
Heh. Anyone fancy making it in VBscript...I think it will help a lot of people:)
Sweden #3
Ohhh...VBscript isn't helping anyone !
Didn't your mother tell you, Mr. Gates created VBScript to trick potential real programmers to the Dark Side of the force! :)

// Fredrik
Australia Forum Administrator #4
Quote:

Anyone fancy making it in VBscript?


There isn't really any need. You can put something like that into a small plugin. Each plugin can use a different language.