View Full Version : Simple Question (atl east i think)
smcallister88
01-22-2012, 06:50 PM
Where can I go in the database to actually manage bot settings such as, how to setup how many bots someone can use?
werebat
01-22-2012, 07:30 PM
Rules_values table
smcallister88
01-22-2012, 11:11 PM
Thanks! Though I think I loaded my database wrong in that case since there is nothing to do with bots in my rules_values
lerxst2112
01-22-2012, 11:56 PM
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.
SELECT * FROM rule_values WHERE rule_name LIKE "Bots:%";
That should return the 8 rules that pertain to bots.
smcallister88
01-23-2012, 01:27 AM
It looks like you are absolutely correct. I did not load them correct before. It is definitely, nice when things like this are user error on my part, means everyone else did their part =P
Much appreciated!
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.