Skip to content

Bot Config

In addition to your normal bot setup, the following additions are recommended in order to make dungeons and raiding more achievable (and in some cases possible altogether).

# Bot can flee for enemy
AiPlayerbot.FleeingEnabled = 0
# Allow knockbacks work on bots
AiPlayerbot.UseKnockback = 0
# Spells that won't affect bots
AiPlayerbot.ImmuneSpellIds = 36240

SpellID 36240 is Cave In on Gruul the Dragonkiller. Normally, you could move bots out of AoE yourself if they were grouped, but grouping like that on Gruul would result in you having to move them from Cave Ins almost all the time. Since bots can't move out of AoEs well on their own until they get hit (or there's a preceding debuff that can be used to trigger a WeakAura) I've found that making bots immune to Cave In is required to do Gruul semi-reliably.