Follow Command

letto

Active Member
Is there a command that will keep our other toon or toons to stick to you like glue? as In always follow you, even in combat? thx...
 
I use:
Ofollow Default
Ofol--- (x3)
and finally I have a button that turns melee move behind off, so scouts don't lag behind mobs as you run:
-------------------------
Its and OgreIRC command: I name mine MeleeOff
!c
all
-UO
scout
checkbox_settings_movemelee
FALSE
-UO
scout
checkbox_settings_movebehind
FALSE
-------------------------
Then you want a button that will turn it back on in some fights:
OgreIRC command: I name mine MeleeOn
!c
all
-UO
scout
checkbox_settings_movemelee
TRUE
-UO
scout
checkbox_settings_movebehind
TRUE
 

letto

Active Member
Well, i change it to > 1 and now toon(s) do not follow at all. what is the default lines in that box/command? i know it is three lines, what are they so i can set it back to what it was. thx. (dont really want to delete and reinstall it)

EDIT: fixed it back to what it was. will try again, and thx for the help guys
 
Last edited:
Ofollow Parameters:
ForWho (will do the following)
ForWho (Will be followed)
Min distance - default is 8
Max distance - default is 100

I have the Ofollow I mentioned previously and the Ofol--- in a single button:
Ogre IRC Command: Named Ofol
!c
-Ofol
all
${Me.Name}
-ofol--
-ofol--

Then the melee on and off.
 
Top Bottom