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

[MountHelper] Fix for dismount bug in 1.9.5.3

lofi

New Member
Joined
Jul 12, 2010
Messages
203
Reaction score
15
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.
 

Attachments

Last edited:
Not sure what you did, but I just watched my level not die to a level 40! ++++ to you sir.
 
Will have to give this a run tomorrow. Thanks for this! and youve already got my mount name typed in. awwweee
 
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.
 
Thanks, I updated the attachment in the original post.
 
thx so much needed this m8,can some one make this sticky lol
 
thx so much needed this m8,can some one make this sticky lol

No point being a sticky since the new release will fix the mount bug so they will be no point in this plugin anymore....
 
No point being a sticky since the new release will fix the mount bug so they will be no point in this plugin anymore....

Are you serious? Haha the current update was suppose to fix the mount issue, now look at it! I vote for sticky :P
 
Are you serious? Haha the current update was suppose to fix the mount issue, now look at it! I vote for sticky :P

:)....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.
 
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?
 
Great plugin thanks, now waiting for the standing at repair npc fix
 
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?

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.

Great plugin thanks, now waiting for the standing at repair npc fix

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.
 
bump for those with dismounting issues on Hb 1.9.6.0
 
Back
Top