What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

How to disable movement with combat bot in instances?

Silverhandorder

New Member
Joined
Nov 7, 2010
Messages
24
Reaction score
0
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)
 
Ah I misread your first post. Now I can't wait for servers to go up so I can play with the bot.
 
Back
Top