PDA

View Full Version : Bot spawn limit working?


DanCanDo
10-10-2016, 08:15 PM
Not sure if this is the right forum thread to post the problem, but doing it anyways :)
Since server launch, I have had the Bots:SpawnBotCount set to 5 in rule_values.
I only use 2 rulesets and I have also confirmed that all zones are set to use either
1 or 2 when it was all set two weeks ago.
BUT, as I have recently learned (and verified through records and logs), at least
one player, who is boxing, is indeed spawning more than 5 bots at once per box.
Am I missing something here, that may be allowing this to happen ?

Uleat
10-10-2016, 08:26 PM
https://github.com/EQEmu/Server/blob/master/zone/bot_command.cpp#L4973

I changed a few rule names when I implemented the new bot command system.

Check your rule names against these: https://github.com/EQEmu/Server/blob/master/utils/scripts/eqemu_server.pl#L1810

DanCanDo
10-10-2016, 08:35 PM
Ok, thanks for that, but just to clarify, the new rule name is supposed to be Bots:SpawnLimit ?
I did run the update script for bots on Sept 28th last, so not sure if that was supposed
to grab the new table name or not ?

Uleat
10-10-2016, 08:49 PM
That's part of the initial install/conversion process.

If you used another method, your install may not have been exposed to that code.

(That code has been in place since around March 24, 2016)

DanCanDo
10-10-2016, 08:53 PM
Ok, thank you very much. The code I am using is definately updated to recent.
I changed the table name to what it's supposed to be and reloaded the rules.
So hopefully that solves the issue. Someone 3-boxing with an army of 42 was
just not intended. (chuckle)