View Single Post
  #4  
Old 01-22-2012, 11:56 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

Assuming you sourced load_bots.sql you should have the appropriate rules. If you didn't, then you'll need to before you can expect bots to work. You also need to compile a version of the server using the release bots target.

Code:
SELECT * FROM rule_values WHERE rule_name LIKE "Bots:%";
That should return the 8 rules that pertain to bots.
Reply With Quote