Thread: Bot Commands
View Single Post
  #11  
Old 03-25-2016, 10:56 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

How are you using the command?

https://github.com/EQEmu/Server/blob...mand.cpp#L2948


Code:
^follow reset spawned
should restore all spawned bots to their default state.

Code:
^follow byname x
will cause the bot named 'x' to follow a selected friendly target.

Code:
^follow ownergroup
will cause all bots in the owner's group (that belong to the owner) to follow a selected target.


I should note that any <target> or (<target>) preceding a command indicates a selected target. (Parenthesis indicate optional and usually return the owner as the target, if one is not selected.)
__________________
Uleat of Bertoxxulous

Compilin' Dirty

Last edited by Uleat; 03-25-2016 at 11:25 PM..
Reply With Quote