|
Davos Adept
Joined: 30 Jan 2003 Posts: 228 Location: USA
|
Posted: Mon Jan 19, 2004 1:36 am
Slowwalk |
I have my walk speed set on SLOW and stuff in my map settings, but is there anyways I can make it step slower? like to pause .5 seconds or even 1 second between commands when I double click on the map? Thanks
|
|
|
|
Kronas Wanderer
Joined: 28 Dec 2003 Posts: 62 Location: Australia
|
Posted: Mon Jan 19, 2004 6:20 am |
#ALIAS onroomenter {#PAUSE;#ALARM {+.8} {#STEP}}.
|
|
|
|
Davos Adept
Joined: 30 Jan 2003 Posts: 228 Location: USA
|
Posted: Mon Jan 19, 2004 9:46 am |
this seems to work exept .8 is very fast i even changed to 50 with visible change in the speed, maybe its not working Im not sure, 50 would be 50 seconds wouldnt it or some fraction of 1 second?
|
|
|
|
Davos Adept
Joined: 30 Jan 2003 Posts: 228 Location: USA
|
Posted: Mon Jan 19, 2004 9:51 am |
Its actually saying slow walking paused and setting the alarm trigger to step in whatever time i tell it to but its not actually pausing the slow walk it seems to go on about its business dispite the message
|
|
|
|
Kronas Wanderer
Joined: 28 Dec 2003 Posts: 62 Location: Australia
|
Posted: Mon Jan 19, 2004 11:34 pm |
sorry .8 is less than a sec try just {+5} = 5sec pause then steps.50 is in sec 50 sec's lol
|
|
|
|
Davos Adept
Joined: 30 Jan 2003 Posts: 228 Location: USA
|
Posted: Tue Jan 20, 2004 6:36 pm |
anyone else have any ideas as this is not working?
|
|
|
|
Kronas Wanderer
Joined: 28 Dec 2003 Posts: 62 Location: Australia
|
Posted: Tue Jan 20, 2004 6:45 pm |
have you typed it in this way on your command line type
#ALIAS onroomenter {#PAUSE;#ALARM {+3} {#STEP}}
It works great for except +3 is too long thats why I have it on .8 |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Tue Jan 20, 2004 11:31 pm |
Davos, are you using the 6.66 beta?
Prior to 6.63 the method Kronas has suggested worked perfectly. Once the latest series of mapper changes went in beta this method was broken. As the particular bug involved relates to a number of other bugs it may take until the next public version to work right again. |
|
|
|
Davos Adept
Joined: 30 Jan 2003 Posts: 228 Location: USA
|
Posted: Wed Jan 21, 2004 5:12 am |
Ooer yes Im using the new beta, shoulda mentioned that, so its broken untill further notice? no workaround? Thanks
|
|
|
|
Cyrn Beginner
Joined: 01 Dec 2000 Posts: 17 Location: USA
|
Posted: Mon Jan 26, 2004 9:38 am |
This works in 6.67beta to slow down a speedwalk for me:
#alias {onroomenter} {#if %inwalk {#PAUSE;#ALARM {+1} {#STEP}}}
It does give a "Slow walking aborted" when the walk finished, I haven't have time to fix that.
Edit: Note this only works if you have the mapper in follow mode for some reason. |
|
|
|
|
|