I would guess that you have an issue with your database that is preventing the botgroup table from being saved or retrieved.
I'd first examine your logs for errors. If that doesn't help and you're comfortable writing a bit of code I'd look at the Bot::LoadAndSpawnAllZonedBots and Bot::GetGroupedBotsByGroupId functions. They both seem to capture various error messages but don't log them, so all you see is a silent failure.
|