• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [MountHelper] Fix for dismount bug in 1.9.5.3

    Discussion in 'Archives' started by lofi, Aug 1, 2010.

    1. lofi

      lofi New Member

      Joined:
      Jul 12, 2010
      Messages:
      203
      Likes Received:
      15
      Trophy Points:
      0
      I wrote this simple plug-in as a workaround to the dismount problem currently in 1.9.5.3. This is the issue where the bot won't dismount while being attacked and just sits there until it dies.

      Download the attachment to your Plugins folder and enable the plug-in in Honor Buddy. Enjoy ;o)


      Edit: I have updated with thedrunk's suggestion below. Also, I added code to stop running and face the target after dismounting.
       

      Attached Files:

      Last edited: Aug 3, 2010
    2. Funtimes

      Funtimes New Member

      Joined:
      Jan 15, 2010
      Messages:
      96
      Likes Received:
      1
      Trophy Points:
      0
      Not sure what you did, but I just watched my level not die to a level 40! ++++ to you sir.
       
    3. w00tsauce

      w00tsauce New Member

      Joined:
      May 15, 2010
      Messages:
      958
      Likes Received:
      36
      Trophy Points:
      0
      Will have to give this a run tomorrow. Thanks for this! and youve already got my mount name typed in. awwweee
       
    4. thedrunk

      thedrunk New Member

      Joined:
      Apr 1, 2010
      Messages:
      207
      Likes Received:
      8
      Trophy Points:
      0
      Change
      Code:
      if (Me.Buffs.ContainsKey("Swift Gray Wolf") && Me.Combat && !Battlegrounds.IsInsideBattleground)
      To
      Code:
      if (Me.Mounted && Me.Combat && !Battlegrounds.IsInsideBattleground)
      Then you wont need to change the mount name.
       
    5. lofi

      lofi New Member

      Joined:
      Jul 12, 2010
      Messages:
      203
      Likes Received:
      15
      Trophy Points:
      0
      Thanks, I updated the attachment in the original post.
       
    6. jubor

      jubor New Member

      Joined:
      Feb 25, 2010
      Messages:
      66
      Likes Received:
      0
      Trophy Points:
      0
      thx so much needed this m8,can some one make this sticky lol
       
    7. wilsonj17

      wilsonj17 Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,133
      Likes Received:
      8
      Trophy Points:
      38
      No point being a sticky since the new release will fix the mount bug so they will be no point in this plugin anymore....
       
    8. docjuggalo

      docjuggalo New Member

      Joined:
      Jul 2, 2010
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0
      Are you serious? Haha the current update was suppose to fix the mount issue, now look at it! I vote for sticky :p
       
    9. wilsonj17

      wilsonj17 Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,133
      Likes Received:
      8
      Trophy Points:
      38
      :)....Patience is a virtue..... :)

      Could be worse, the dev's could lie, abandon the project and never support any bug fix's like WI does lol (dont ask what that is, it's forbidden by the dev's/mod's)

      But HB/GB have kick arse programmer's that do all they can to help the community.
       
    10. yepuhuh

      yepuhuh New Member

      Joined:
      Jan 15, 2010
      Messages:
      148
      Likes Received:
      0
      Trophy Points:
      0
      great plugin.
       
    11. w00tsauce

      w00tsauce New Member

      Joined:
      May 15, 2010
      Messages:
      958
      Likes Received:
      36
      Trophy Points:
      0
      Wait. Is this the fix that when running herbing/mining and I get aggroed it wont instantly stop to fight it?

      Or is this only the fix where it would not dismount to fight it?
       
    12. toxrmc

      toxrmc New Member

      Joined:
      Jan 15, 2010
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      Great plugin thanks, now waiting for the standing at repair npc fix
       
    13. lofi

      lofi New Member

      Joined:
      Jul 12, 2010
      Messages:
      203
      Likes Received:
      15
      Trophy Points:
      0
      This was intended just as a fix to dismount while being attacked, since for some reason current HB is not doing it when the mob is much lower level than you (gray). Someone reported it had positive impact on the issue you are experiencing, although I never had that occur for me so I cannot comment.

      I just posted this workaround for vendor issue I was having:

      http://www.buddyforum.de/showthread...-fix-for-some-vendor-issues&p=97191#post97191

      However this will not work if the bot is not even opening the vendor dialog. Let me know if it resolves your issue, and if not, please point me to profile you are using, and maybe I can help with a plug-in to open the window with the vendor when standing nearby.
       
    14. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      bump for those with dismounting issues on Hb 1.9.6.0
       

    Share This Page