Thread: Bots question
View Single Post
  #1  
Old 05-25-2009, 11:09 PM
Xelaan
Sarnak
 
Join Date: May 2009
Location: NJ
Posts: 38
Default Bots question

So I have reloaded the bots DB tables and rules a couple times I recomplied last time around and added the -DEQBOTS flag on the makefile.

When I hail the Aediles Thrall in the bazaar he tells me to mind my own business.

I get the following in my world log when I startup the server.

Code:
[Debug] [RULES__ERROR] Unable to find rule 'EQOffline:BotQuest'
[Debug] [RULES__ERROR] Unable to interpret rule record for EQOffline:BotQuest
[Debug] [RULES__ERROR] Unable to find rule 'EQOffline:CreateBotCount'
[Debug] [RULES__ERROR] Unable to interpret rule record for EQOffline:CreateBotCount
[Debug] [RULES__ERROR] Unable to find rule 'EQOffline:SpawnBotCount'
[Debug] [RULES__ERROR] Unable to interpret rule record for EQOffline:SpawnBotCount
[Debug] [RULES__ERROR] Unable to find rule 'EQOffline:BotManaRegen'
[Debug] [RULES__ERROR] Unable to interpret rule record for EQOffline:BotManaRegen
[Debug] [RULES__ERROR] Unable to find rule 'EQOffline:BotFinishBuffing'
[Debug] [RULES__ERROR] Unable to interpret rule record for EQOffline:BotFinishBuffing
The rules exist and the spelling and everything looks correct, but something is not liking them in the table.


Here are the entries from the rule_values table.
Code:
      1 EQOffline:BotFinishBuffing 	true 	Bot System 
      1 EQOffline:BotManaRegen 	1.0 	Bot System 
      1 EQOffline:BotQuest 		true 	Bot System 
      1 EQOffline:CreateBotCount 	150 	Bot System 
      1 EQOffline:SpawnBotCount 	71 	Bot System
Has anyone seen this before?

Last edited by Xelaan; 05-26-2009 at 07:13 AM.. Reason: Added db entries
Reply With Quote