Someone can correct me if I'm wrong, but I think bots still use the npc_spells table. The bot spells lists are ID 701-712 in the npc_spells table, and the spell list can be found in npc_spells_entries ('SELECT * FROM npc_spells_entries where npc_spells_id = 701' will give you the spell list for cleric bots).
edit: I failed to mention how to change it. You can go and delete individual entries in that table to remove the spell from their spell list, or change the priority to change the order in which spells are chosen. I did this with the old eqbots to keep the cleric bots from casting furious strength all the time.
|