|
Tigger Novice
Joined: 07 Oct 2002 Posts: 46 Location: USA
|
Posted: Fri Oct 11, 2002 1:28 am
walking around getting items |
I am on a mud where they do random token drops.
tokens have several different names like
"here, desperatly trying to remain undetected"
I want to make a script to walk around and pick up tokens....any ideas? |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Fri Oct 11, 2002 2:16 am |
Yeah, create triggers to look for these messages and get the token:
#TRIGGER {here, desperatly trying to remain undetected} {get token}
Kjata |
|
|
|
Tigger Novice
Joined: 07 Oct 2002 Posts: 46 Location: USA
|
Posted: Fri Oct 11, 2002 4:25 am |
OK but I wanted to have zmud walk me around an area like the speed walk...Triggers I know combining them with the walk I don't
basicly I want the walk to be intrupted so the trigger get token is put in then continue walking
well I have found 1 way using slow walk and pause....it seams to work. |
|
|
|
|
|