Disabling movement within the CC works in PvP but the bot follows in instance. Is there any way to disable the movement? I saw a thread like this before and someone suggested commenting out the follow behavior line in the bot. I tried this but the file becomes unrecognizable by HB.
Look at the Lionheart Warrior CC. Their is a version like what you are asking posted along with that CC, called Combat Bot No Movement. Works great I use it on my Fury Warrior, to just take him through Heroics and raids to let the CC handle DPS
Open up Bots/CombatBot.cs Find: Code: CreateCombatBehavior(), CreateFollowBehavior() Replace With: Code: CreateCombatBehavior() (Remove the CreateFollowBehavior() call) It should then let you deal with movement yourself. (Excluding any movement within the CC itself of course)
The version posted in Lionheart will work with all classes. The bot is not class-specific. EDIT: See attached