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

Stop and dismount...

Status
Not open for further replies.
are you sure that this is the correct log?

10:10:54 AM:957] EnabledPlugins:
[10:10:54 AM:957] Anti-Drown
[10:10:54 AM:957] CombatHelper
[10:10:54 AM:957] declineAll
[10:10:54 AM:957] EquipMe
[10:10:54 AM:957] OpenThatStuff
[10:10:54 AM:957] Tidy Bags 3 Reloaded
[10:10:54 AM:957] Profile Changer
[10:10:54 AM:957] Rare Mob Killer
[10:10:54 AM:957] Talented
[10:10:54 AM:957] Bug Submitter
 
Same issue when using HB2 questing. "Stop and Dismount" hovers a foot off the ground, and stays there. Tried everything ended up going back to 4354, but that is just trading one devil for another, as he stops to kill every squirrel in his path while questing.
 
I am sad to say that Im having the same issue.

If aggroed while flying, wil enter endless loop with "stop and dismount" issue. Im sorry I dont have any logs, just wanted to say this is happening here too...
 
Didn't my Plugin do dismount help or did you also need a log from this?
 
Tony,
Yes that is the right log if you notice about a minute in to it i stopped it, disabled ALL plugins and restarted ( did not think of closing and reopening HB so it would start a new log ).
i have since then started with a new install of V.4492 and have slowly been installing ( and recompiling) plugins.
i actualy started with Dismounter.cs‎ offered byKatzerle but that was actualy causing the problem ( i dont know if you use diferent dismount logic for a Druid though ) I am curently running with:
Refreshment Detection
CombatHelper
EquipMe
Rare Mob Killer
Talented
Bug Submitter
it has been properly dismounting with those plugins so far but if i have another issue or manage to isolate it to a plugin or combination of plugins i will update again
Thanks
 
I disabled all my plugins, now it atleast quests. but it doesnt fly all the time while using quest. :(

Will post logg when I try it again. Dont have time now as I have to study for exams
 
Heyho Tony
With this Plugin you can test the broken Mount.dismount(); Function.
The Bot hangs with the Log Message: Stop and Dismount....
The dismounter is not to help with the Failure. It is just to see (for the developers) which Function is broken. ;)
Sorry for the missunderstandings

PS: Rarekiller just dismounts right because i change his dismountfunctions to lua-commands
 
Last edited:
The dismounter is not to help with the Failure. It is just to see (for the developers) which Function is broken. ;)
Sorry for the missunderstandings

PS: Rarekiller just dismounts right because i change his dismountfunctions to lua-commands
Yes it is not the issue and thats a good thing because i LOVE that plug in :D
Thanks
 
Hi all
At the risk of sounding stupid i will ask the flowing question ( with an explanation of my reasoning to follow)
Do installed plug-ins effect the behavior of the bot even if they are not active ?
Assuming they don?t ( but need to be sure) we can greatly reduce the list of plug-ins or combinations that need to checked as the cause of the ?stop and dismount...? issue by asking everyone effected to list active plug-ins and checking the ones we have in common. I know the potability that it could be more than one or more than one combination but it would be starting basis for identifying the cause.
 
Stop and Dismount bug has got to go, unable to do any questing afk due to bot just hovering in mid air and not engaging objectives. This bug has been documented, and posted, many times, how about an eta on when it's going to get fixed and released?

Another log of bug in action.
 

Attachments

on one of my toons, i disabled all of my plugins except for "relogger" and it runs perfectly now. i did the same thing with my other toons and i'm still having the "stop and dismount" problem. until they get this fixed, i would suggest trying that and seeing if it works for you guys.
 
seems to be an issue that can be hotfiexed witha proper plugin... kinda dismounter.
 
To write a Dismounter is not the Problem:

Code:
public override void Pulse()
{
  if (Me.Mounted && [B][COLOR=red]BotWantedToDismountButCant[/COLOR][/B])
     Lua.DoString("Dismount()");
}
But I don't know how to get this Event triggered: the Bot tryed to dismount but he can't

I'm also really wondering, why it seems to be so complicated to repair the broken Bot-Function: Mount.Dismount();
 
Last edited:
maybe if (Me.Mounted && (log last entry says "stop and dismount" but I am still mounted))
 
If somebody says me how to get this Info "Log says: Stop and dismount..."
I will write you a Plugin in 5 Minutes.
 
I am kinda new to honorbuddy and have only a little knowledge of the bot so I will try to be as clear as possible. Basically my bot just flies in circles and never lands I disabled all plugins and its still not working, and the weird thing is the lvling bot works its just Gatherbuddy not working as it should. Is there a chance you guys can take a look at it ? :)

Kind regards
 
Have u check if its set to actually Mine or herb in the bot config? Choose gatherbuddy from the dropdown menu, go to Bot Config and into gather see if Mining and Herbing is toggled, if not thats your problem, else check if any of the herbs you need R unchecked in the node selection...
 
I haven't checked with mining or herbing. Currently I am trying to get the bot to lvl my skinning and grind stone drakes for me :).

Kind regards
 
Status
Not open for further replies.
Back
Top