| Sieban's Autowalker for Nexus |
| |
To install this script, each trigger and alias listed below must be manually added to the "reflexes" section of the Nexus client. The name, or pattern, of the alias or trigger is orange. The group name is bolded. The value, or "script" of the alias or trigger, follows in black.
This script will automatically walk your character to any officially recognized landmark. See HELP LANDMARKS in game for a list of these landmarks. Syntax for using the script: To use the script, simply WT (landmark name) to begin walking, and STOPWALKING to stop walking.
Alises
wt
#set destination $1
#set alreadythere 0
#set swimming 0
walk to $destination
stopwalking
#set destination 0
#set alreadythere 1
#set swimming 0
#groupon walker
Triggers
{<}You are already there!{>}
group: walker
#set alreadythere 1
#groupoff walker
{<}You have recovered balance on all limbs.{>}
group: walker
#highlight grey
#if !$alreadythere and $swimming=0 {
walk to $destination
} elsif $swimming {
swim $swimming
#set swimming 0
#wait 2000
walk to $destination}
{<}There's water ahead of you. You'll have to SWIM {w} to make it through.{>}
group: walker
#set swimming $1
That's the end of the script.
(back to free scripts) |
|