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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[PAID] HazzDruid [Premium Edition]

Works good but the my Boomking drood dont turn around to face the enemy:S

Just tries to cast with the back against the enemy..

Use the HazzFace plugin as stated in the first post.
 
I just tried using this for my new feral with BGBuddy. Unfortunately it never really got in range by itself and kept saying "Not in range" while trying to use rake etc from far away. I have set the pull/mount distance and enabled the facing plug in as indicated in the first post. Attaching a few logs because WoW kept crashing. Side note - is the access violation error caused my HB? WoW forums seemed to indicate it can happen naturally, but I've never had it while not using HB.



IDK why my attachment looks different from the others...but I uploaded from the site
 
Last edited:
I just tried using this for my new feral with BGBuddy. Unfortunately it never really got in range by itself and kept saying "Not in range" while trying to use rake etc from far away. I have set the pull/mount distance and enabled the facing plug in as indicated in the first post. Attaching a few logs because WoW kept crashing. Side note - is the access violation error caused my HB? WoW forums seemed to indicate it can happen naturally, but I've never had it while not using HB.

Use the melee plugin called Glue and will solve your range problem.
 
could u pls add an option to import / set tank from ingame focus?
The Unit / properties should be delivered by StyxWoW.Me.FocusedUnit (Guid or whatever u need)

In raids tanks were switched or u get a special person to heal and Lifebloom should really cast on the Tank and not on the sectank who'S dpsing^^
with this option we can set them manually
 
could u pls add an option to import / set tank from ingame focus?
The Unit / properties should be delivered by StyxWoW.Me.FocusedUnit (Guid or whatever u need)

In raids tanks were switched or u get a special person to heal and Lifebloom should really cast on the Tank and not on the sectank who'S dpsing^^
with this option we can set them manually

This is already implemented. Use LazyRaider and set the tank manually in the Bot Config.
 
hazard i found the bug, you are trowning a exception when you are comparing a non existent tank guid (null) with your target guid, here:
Code:
if (HazzDruidSettings.Instance.UseLifebloom[B] && tar.Guid == tank.Guid[/B] && tar.HealthPercent > 75 && CC("Lifebloom") && !isAuraActive("Lifebloom", tar))

so you need to set a tank before calling combat() rotine:
Code:
        public override void Pulse()
        {
            if (!Me.IsInParty && !Me.IsInRaid)
            {
                tank = Me; //just added me as tank before calling combat
                Combat();
            }
            else if (Battlegrounds.IsInsideBattleground)
            {
                tank = Me; //just added me as tank before calling combat
                Combat();
            }

note that will happen only if you are not in a party/raid/bg and start the bot.

thanks for your amazing cc, i will let my druid rocks now :)
 
Last edited:
This is already implemented. Use LazyRaider and set the tank manually in the Bot Config.
does not work, it always switches to the second tank.
And if both tanks are tanking it's the same problem, sec tank has no aggro at this moment but gets Lifebloom.
I tried setting in Lazyraider, took no effect.
 
Last edited:
Alright so I've just tested this CC want to know if I'm doing something wrong cause my dps while in kitty is very much off from when i play personally. I've got the talent tree you suggested, while botting the DPS is around 9K but when i do it i can get to about 18K+. I hope its something I am doing and hope that you can shine some light on what it might be. What I've noticed is that he will sit on 5 combo points and not use Rip and Savage Roar and thats a huge loss in dps, thank you for any help that you can give.
 

Attachments

Last edited:
doesnt put lifebloom on tank whit lazyraider set once a time he thrown on himself 1 lb

other wise its pro
 
Last edited:
HonorBuddy Version: 2.0.0.5800
HonorBuddy Mode: Questing Mode
Custom Class: HazzDruid 3.9.2
Custom Class Mode: Feral Kitty + Mangle enabled
Plug-ins: HazzFace, Refreshment Detection and Bug Submitter.
Profile: [TEST] Deathcharger's Reins Farming version 1.2 by Zikke.

Description:
When there's casters and Melee folk (since I'm farming a low level dungeon) and you have a caster targetted, it will not move to the caster.
It just stands around and does nothing else (but facing the target) while being pounded by all other mobs it aggroed.
There seems to be no movement logic, only a spell that is spammed in the logs without anything actually happening.
Also some errors appeared due to this.

Error log attached.
 

Attachments

This is a complete Madness fight, and it casted only 3 times Lifebloom, everytime it casted this on myself
So it does definitly not work as intended in my opinion
 

Attachments

Went through did another raid again today still no word from you since last post cat DPS is just not up to par with what I am capable of doing. Bot pulled off 6k dps on raid boss in Wymrest. Please any assistance would be greatly appreciated!
 

Attachments

Went through did another raid again today still no word from you since last post cat DPS is just not up to par with what I am capable of doing. Bot pulled off 6k dps on raid boss in Wymrest. Please any assistance would be greatly appreciated!

Still working on Cat Form. I am already aware it is bugging out at the moment.
 
haz doing this in 25 man LFR and all it does is spam wild grow and nothing more anything i need to change or is it a bug ?
 
Check your settings, i did LFR yesterday with default settings in it does well healing.
If u didn't change the settings u should provide a log for Hazard so he could take a look into this.
 
Back
Top