EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Bots (https://www.eqemulator.org/forums/forumdisplay.php?f=676)
-   -   Simple Question (atl east i think) (https://www.eqemulator.org/forums/showthread.php?t=34754)

smcallister88 01-22-2012 06:50 PM

Simple Question (atl east i think)
 
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.

Code:

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!


All times are GMT -4. The time now is 03:38 PM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.