• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • How to disable movement with combat bot in instances?

    Discussion in 'Archives' started by Silverhandorder, Mar 1, 2011.

    1. Silverhandorder

      Silverhandorder New Member

      Joined:
      Nov 7, 2010
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      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.
       
    2. abndrew82

      abndrew82 New Member

      Joined:
      May 14, 2010
      Messages:
      323
      Likes Received:
      1
      Trophy Points:
      0
      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
       
    3. Silverhandorder

      Silverhandorder New Member

      Joined:
      Nov 7, 2010
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      I wonder if there is a way to make it work with all classes.
       
    4. Apoc

      Apoc Moderator Staff Member Moderator

      Joined:
      Jan 16, 2010
      Messages:
      2,790
      Likes Received:
      94
      Trophy Points:
      48
      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)
       
    5. Silverhandorder

      Silverhandorder New Member

      Joined:
      Nov 7, 2010
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      Alright thank you.
       
    6. Joker76

      Joker76 Member

      Joined:
      Feb 8, 2010
      Messages:
      835
      Likes Received:
      9
      Trophy Points:
      18
      The version posted in Lionheart will work with all classes. The bot is not class-specific.

      EDIT: See attached
       

      Attached Files:

    7. Silverhandorder

      Silverhandorder New Member

      Joined:
      Nov 7, 2010
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      Ah I misread your first post. Now I can't wait for servers to go up so I can play with the bot.
       

    Share This Page