Page 1 of 1
Disable follow?
Posted: Sat Sep 18, 2004 11:47 pm
by bushdaka
Just curious, but I've got a couple macro's that will start a toon to follow another, simple enough, but I can't figure out how to automatically stop a follow. If someone types in /follow ... is there some way to disable that without using a movement key?
In my macro I tried to move the char forward, back, etc but it stayed on follow. There is no /follow off darn it.
Just need a snippet of code to stop a /follow...
Posted: Sun Sep 19, 2004 3:07 am
by hiipii
should work or
might work as well
Posted: Sun Sep 19, 2004 7:27 am
by GD
Most follow macros i've seen stop when you clear the target.
Posted: Sun Sep 19, 2004 11:55 am
by bushdaka
Thanks, I'll try those methods.
Posted: Wed Sep 22, 2004 1:57 pm
by bushdaka
Well, just clearing the target didn't stop the /follow. I looked at those macros and they don't use /follow, they implemented their own follow so that they dont have to be grouped. So it works for those.
I ended up with the following, which works good enough. I have a flag that tells me when it's following someone and this code is executed only once per flag.
Code: Select all
/sit
/keypress back hold
/delay 2s
/keypress forward