Huppy, if you're still reading the forums..
Look at the function 'bot_subcommand_pet_remove' to see what can be changed to eliminate casters from summoning pets.
https://github.com/EQEmu/Server/blob...mand.cpp#L6975
Setting Bot::SetBotCharmer(true) disables the ai process of casting a summoned pet.
This could be modified in the bot constructor/load to eliminate summoned bot pets.