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

Honorbuddy 2.5.7094.573

Status
Not open for further replies.

Hawker

Well-Known Member
Joined
Jan 15, 2010
Messages
2,509
Reaction score
70
Honorbuddy 2.5.7094.573

Changelog

Fixed issues that 4 patches in 3 days caused the HB core.

Requirements

Download Microsoft .NET Framework 4 (Web Installer) from Official Microsoft Download Center

Download Microsoft Visual C++ 2010 Redistributable Package (x86) from Official Microsoft Download Center
32 Bit version of wow, If you start it from the launcher make sure you go into the game preferences and select "Launch 32-bit client" otherwise just start "Wow.exe" file not the "Wow-64.exe" file


Problems
If you are having issues after installing Honorbuddy please run this tool to verify that you installed everything correctly.
Problems with a new installation of a buddy product?

Download : Honorbuddy


Reporting Bugs
When reporting a bug, please include your full log file (found in your bot folder under the "Logs" directory, sort by creation date to find it easier), a full and detailed explanation of the bug, as well as any screenshots that may be useful in tracking down the bug.
 
is questing fixed my lvl 15 paladin just keeps standing in the barrens where lvl 90 mobs are and does nothing. i wil instal this one
 
kickazz needs to update his quest profile it just keep standing in barrens lvl 15 quest i think all coordinates are wrong.
 
Bugged again sorry to report that, CurrentPendingCursorSpell!=null returns true, even if we have no pending cursor
Code:
PureRotation.PureRotationRoutine.OutputRotationStation(string.Format("IsWithinMeleeRange {0}, IsCasting {1},CurrentPendingCursorSpell!=null {2} ", StyxWoW.Me.CurrentTarget.IsWithinMeleeRange, StyxWoW.Me.IsCasting, StyxWoW.Me.CurrentPendingCursorSpell != null)), //output the condition which holds our rotation currently

//the routine to output some debug infos without restarting the tree
        public static Composite OutputRotationStation(string RotationStation)
        {
            return new Styx.TreeSharp.Action(ret =>
                {
                    Logger.InfoLog("RotationStation - {0}", RotationStation);
                    return RunStatus.Failure;
                }
            );


        }

//the call when we WANT to stop the rotation currently
new Decorator(ret => StyxWoW.Me.CurrentTarget != null && (!StyxWoW.Me.CurrentTarget.IsWithinMeleeRange || StyxWoW.Me.IsCasting || StyxWoW.Me.CurrentPendingCursorSpell != null), new ActionAlwaysSucceed()),
alright ... dunno why we added the line to force a break in the Routine, and can easily be removed, but maybe this will return in different issues in other parts of the combat routines out there
current beta has the same issue currently

Spellinfo:
[PureRotation 2.0.7]: RotationStation - IsWithinMeleeRange True, IsCasting False,CurrentPendingCursorSpell!=null True
[PureRotation 2.0.7]: RotationStation - CurrentPendingCursorSpell Id: 131065, Name: Holding Plow
Holding Plow - Spell - World of Warcraft
Currently testing with a blood DK, which has by default by all good means not such a spell ;) this comes from an item in the inventar
Master Plow - Item - World of Warcraft

Standing in front of a raid dummy, so ... no way to use this item atm!

Putting item on bank does not fix the problem
Deleting item does not fix the problem
 

Attachments

Last edited:
[DungeonBuddy 544]: No profile found for dungeonId: 50
[DungeonBuddy 544]: No script found for dungeonId: 50
[DungeonBuddy 544]: No profile found for dungeonId: 50
[DungeonBuddy 544]: No script found for dungeonId: 50
[DungeonBuddy 544]: No profile found for dungeonId: 50
[DungeonBuddy 544]: No script found for dungeonId: 50
[DungeonBuddy 544]: No profile found for dungeonId: 50
[DungeonBuddy 544]: No script found for dungeonId: 50
[DungeonBuddy 544]: No profile found for dungeonId: 50
[DungeonBuddy 544]: No script found for dungeonId: 50
[DungeonBuddy 544]: No profile found for dungeonId: 50

View attachment 3480 2013-05-27 20.45.txt
 
Last edited:
im not authorized ti join the server what am i doing rong??? im new to this
 
this unattached itself from the client when you die in a dungeon with dungeonbuddy.

It tells you that you need to run the version that we are currently running
 
Is it a false positive or is your newest HB exe infected again? Avast says it looks like malware and it never did that.
 
Status
Not open for further replies.
Back
Top