ScriptUO

Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: Masscre on February 07, 2011, 11:40:56 AM

Title: Very Possibly a newbie question
Post by: Masscre on February 07, 2011, 11:40:56 AM
I am trying to script stealthing using pathfinding but is there a way I can turn off run with some script fuction? I have looked at almost everything function wise at easy wiki and can find nothing? Any ideas? Thanks alot guys.
Title: Re: Very Possibly a newbie question
Post by: Paulonius on February 07, 2011, 11:42:25 AM
I have not tinkered with it much, but I believe you need to use move commands instead of pathfinding to keep yourself in stealth. 
Title: Re: Very Possibly a newbie question
Post by: Dixie Wrecked on February 07, 2011, 11:48:30 AM
Paulonius is correct, the best way is to use move instead of pathfind, as pathfind tries to follow the cursor, so you have to leave the cursor close to your character to avoid trying to run.  I wrote a script to randomly stealth around my house plot just a week or two ago and ran into this same problem, with move being the fix over pathfind.