View Single Post
  #11  
Old 10-22-2009, 06:46 PM
WildcardX
Developer
 
Join Date: Apr 2003
Posts: 589
Default

The code responsible for making sure the bot responds to you after it zones with you is this one little code block:

Code:
if(g->GetLeader())
								activeBot->SetFollowID(g->GetLeader()->GetID());
If the bot doesn't follow you or respond to you after it zones with you, then carefully review your group_id and group_leaders tables and make sure the records match up and that you have all the required SQL updates for these tables.

I hope this helps you.
__________________
Read my developer notes at my blog.

Quote:
If it's not on IRC, it ain't l33t!
Reply With Quote