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

Honorbuddy v2.5.9958.729

Status
Not open for further replies.
so what about autoequip? i try with several chars and autoequip dont work with any1. Previous autoequip work fine but now when you put it in HB it wont work for me.
 
Last edited:
lvl 44 questing in tanaris, bot keeps killing an enraged gryphon inside gadgetzan
 
so what about autoequip? i try with several chars and autoequip dont work with any1. Previous autoequip work fine but now when you put it in HB it wont work for me.
As I said, post a log.
 
I'm using a fresh installation with WoW & HB ran as administrator.

Code:
[02:55:00.686 N] Honorbuddy v2.5.9958.729 started.[02:55:24.816 N] Logging in...

Gfb0Pd6.png
 
Last edited:
autoEquip

I try also to put items from char to bags to see did autoequip try to take it

I read how to attach log but when i go to advanced i dont see Manage attachments?
 
Last edited:
Honorbuddy v2.5.9958.729 started.
Logging in...
Attaching to D3D11
Attached to WoW with ID 6820


that's all it does :(



EDIT: I installed a new copy and it worked fine. (wierd because it worked this morning)
 
Last edited:
under forum profile settings "My Settings" > General Settings

make sure Enhanced Attachment Uploading is on
 
Dunno if he already submitted this:

  • Regrowth is bugged, when we have no real target it doesn't work ...
  • Casting ironbark on another player results on Ironbark on local player ;S


Code:
            var _target = ObjectManager.GetObjectsOfType<WoWUnit>().FirstOrDefault(a => a.Name == "INSERTNAMEHERE");


                Log("CanCast:  {0}   Cast {1}", SpellManager.CanCast("Regrowth", _target),
                    SpellManager.Cast("Regrowth", _target))
                    ;

Scenario 1# No Target, specify a random unit nearby -> Cancast returns true, Cast returns true, cast starts, cast casted on us.
Scenario 2# Targeting that unit, Running same script, both return true, cast starts, cast casted on that target.

This bugs our the entire routine >.<, when there's no target present..

No point when there are spells not working, can't do anything about it. You'll have to wait for new hb update.

PS: Cenarion Ward seems to be affected too...
 
under forum profile settings "My Settings" > General Settings

make sure Enhanced Attachment Uploading is on

Mine is on, still don't get the option though. It always used to work fine. It stopped working when the forum went down a short while ago.
 
Dunno if he already submitted this:
Thanks, i skyped tony and chinajade. But a post on the thread might be smarter yeah
I cannot reproduce your issue. Running this code in Stormwind, near a guard:
Code:
ClearLog();
var obj = ObjectManager.GetObjectsOfType<WoWUnit>().OrderBy(wu => wu.DistanceSqr).FirstOrDefault(wu => wu.Name == "Stormwind City Guard");
Log("{0}", obj.Distance);

Log("{0}", SpellManager.Cast("Regrowth", obj));

And it successfully manages to cast Regrowth on the guard, regardless of my current target.
 
Thanks for the report, I will look into fixing this. To clarify, BoE epic bags would only get equipped if you had the setting enabled. I will probably change it to only equip BoE bags if they have 20 slots or under.

There is no equip bag setting in character settings, only auto equip which i assume includes bags.

Side note, have been experiencing some extreme lag on occasion with this build.
 
There is no equip bag setting in character settings, only auto equip which i assume includes bags.

Side note, have been experiencing some extreme lag on occasion with this build.
There's an "Equip BoE Epics", which if unchecked, would mean that AutoEquip wouldn't equip the BoE epic bags.
Current beta has a fix for the bag equipping - it will only equip Frostweave Bags and below by itself.
 
I cannot reproduce your issue. Running this code in Stormwind, near a guard:
Code:
ClearLog();
var obj = ObjectManager.GetObjectsOfType<WoWUnit>().OrderBy(wu => wu.DistanceSqr).FirstOrDefault(wu => wu.Name == "Stormwind City Guard");
Log("{0}", obj.Distance);

Log("{0}", SpellManager.Cast("Regrowth", obj));

And it successfully manages to cast Regrowth on the guard, regardless of my current target.

it will cast, but the health won't go to him. Check the combatlog, it shows u healed urself ;s
 
Status
Not open for further replies.
Back
Top