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

[Release] Honorbuddy 2.0.0.5800

Status
Not open for further replies.
32 bit got 12 fps and 2-5se freezz
64 bit got 200 fps and no frezz!!!!

I don't believe you. If the difference in performance would really be that great for you, then obviously there'd be something wrong with your PC.
Anyway, HB doesn't need fancy graphics, if performance is a real issue for you just turn all the graphic sliders down and the special effects off and make the WoW window really small.
 
Couple of requests I have:

Fix this:
Code:
System.Reflection.TargetInvocationException: Het doel van een aanroep heeft een uitzondering veroorzaakt. ---> Styx.InvalidObjectPointerException: Cannot read a descriptor on an invalid object.   bij Styx.WoWInternals.WoWObjects.WoWObject.#eve[T](UInt32 field)   bij Styx.WoWInternals.WoWObjects.WoWObject.#dve[T](Int32 offsetIndex)   bij Styx.WoWInternals.WoWObjects.WoWUnit.get_Level()   bij Honorbuddy.MainWindow.#3Uc()   --- Einde van intern uitzonderingsstackpad ---   bij System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)   bij System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)   bij System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)   bij System.Delegate.DynamicInvokeImpl(Object[] args)   bij System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)   bij System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)

Add to API:
Rune cooldown i.e.: StyxWoW.Me.DeathRuneCooldown.totalmilliseconds < 300
Power regeneration (only Rogues,Hunter,Mana Classes) i.e.: StyxWoW.Me.CurrentFocusRegeneration;
StyxWoW.Me.CurrentEnergyRegeneration;
StyxWoW.Me.CurrentManaRegeneration
or simple StyxWoW.Me.CurrentPowerRegeneration
 
Couple of requests I have:

Fix this:
Code:
System.Reflection.TargetInvocationException: Het doel van een aanroep heeft een uitzondering veroorzaakt. ---> Styx.InvalidObjectPointerException: Cannot read a descriptor on an invalid object.   bij Styx.WoWInternals.WoWObjects.WoWObject.#eve[T](UInt32 field)   bij Styx.WoWInternals.WoWObjects.WoWObject.#dve[T](Int32 offsetIndex)   bij Styx.WoWInternals.WoWObjects.WoWUnit.get_Level()   bij Honorbuddy.MainWindow.#3Uc()   --- Einde van intern uitzonderingsstackpad ---   bij System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)   bij System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)   bij System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)   bij System.Delegate.DynamicInvokeImpl(Object[] args)   bij System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)   bij System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)

Add to API:
Rune cooldown i.e.: StyxWoW.Me.DeathRuneCooldown.totalmilliseconds < 300
Power regeneration (only Rogues,Hunter,Mana Classes) i.e.: StyxWoW.Me.CurrentFocusRegeneration;
StyxWoW.Me.CurrentEnergyRegeneration;
StyxWoW.Me.CurrentManaRegeneration
or simple StyxWoW.Me.CurrentPowerRegeneration

Oh yeah, I get that error all the time too. Dunno what it is lol... Nothing stops working though.
 
That error is actually nothing bad but drives some user nuts because something went wrong and then there's that long red text...paranoya we salute you^^
 
Tony. Please. You wont need a log. This error can be found in atleast 50% of all logs uploaded within the last days.

Gesendet von meinem GT-I9000 mit Tapatalk

I have that error too and HB stops working then ; it just stands there :(
 
Rune cooldown i.e.: StyxWoW.Me.DeathRuneCooldown.totalmilliseconds < 300
Power regeneration (only Rogues,Hunter,Mana Classes) i.e.: StyxWoW.Me.CurrentFocusRegeneration;
StyxWoW.Me.CurrentEnergyRegeneration;
StyxWoW.Me.CurrentManaRegeneration
or simple StyxWoW.Me.CurrentPowerRegeneration

If you need those values why not simply get them with Lua.GetReturnVal?

Doesn't even take a 1/8th of a brain to implement it and use it.

Global functions - Wowpedia - Your wiki guide to the World of Warcraft
Code:
public int GetPowerRegen()
{
    var s = Lua.GetReturnVal<int>
         ("return GetPowerRegen()", 1);
    return s;
}
 
Bgbuddy: In batlegrounds if someone puts up a picnic basket, bot goes near it and sits down, mounts up goes back sits again rinse and repeat. 2 botters kicked in front of me because of this. Some people know this and intentionally use a picnic basket to lure the botters in. Just beware.
 
new patch today, its ok for us to bot on the current Hb or we must w8 for another release?
 
Status
Not open for further replies.
Back
Top