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?