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]

What are you talking about, the bot is made for Lazyraider. Which means there is no movement. You need to move yourself. Why would you want to use Cat/Stealth when your a healer?

Its made for BG and Arenas too, look at the description on page 1. And I want to use Cat/stealth when I am idle for example at Farms in AB, defending (BG Bot Beta does this sometimes) and a druid is always stealthed when he can if he is human...

You still need to move manually. It wont play the entire game for you, NO class will.
But it does make a mean cuppa coffee :D haha
Well, i think I'm spoiled by my Resto Shaman with ShamWOW by Bobby. His CC movements are very likely human players, it's like if I am playing that battle. He simple don't stand still in a battle, he rotates to face melee DPS (not that drastic 180 degree bot like moves, but something smooth), and sometimes he walks a bit to reach out of range targets or even to get out of some melees hitting you. But with my druid i just stand still, even if some player is with low health and out of range, or if 3 warriors are hitting me i just stand there and don't try to face them...
But you did an amazing work, my heals are always on TOP...thx for the CC.
 
OK think I know what's causing this. Its an in game setting.

Interface > Combat > Tick 'Auto Self Cast'

I always have Auto Self Cast on, but the CC tries to target the tank in my party. It spams Innervate until I clear the target or target myself.

Innervate - Spells - Sigrie < Innervates Spell ID


Taken from one of the logs
[18:46:53:669] Innervate
[18:46:53:671] Spell_C::CastSpell(29166, 0, 0x380000004688C36, 0) [17]
[18:46:53:841] Spell_C::CastSpell(29166, 0, 0x380000004688C36, 0) [18]
[18:46:54:256] Spell_C::CastSpell(29166, 0, 0x380000004688C36, 0) [19]
[18:46:54:397] Spell_C::CastSpell(29166, 0, 0x380000004688C36, 0) [20]
[18:46:54:620] Spell_C::CastSpell(29166, 0, 0x380000004688C36, 0) [21]
[18:46:55:019] Spell_C::CastSpell(29166, 0, 0x380000004688C36, 0) [22]
[18:46:55:194] Spell_C::CastSpell(29166, 0, 0x380000004688C36, 0) [23]
[18:46:55:490] Spell_C::CastSpell(29166, 0, 0x380000004688C36, 0) [24]
[18:46:55:792] Spell_C::CastSpell(29166, 0, 0x380000004688C36, 0) [25]
[18:46:56:064] Spell_C::CastSpell(29166, 0, 0x0, 0) [26]

I'm guessing the last line is when it finally fired.

Seems like I gotta install VS, I'll debug a little and hopefully I'll get it working :)
 
Last edited:
I always have Auto Self Cast on, but the CC tries to target the tank in my party. It spams Innervate until I clear the target or target myself.

Innervate - Spells - Sigrie < Innervates Spell ID


Taken from one of the logs
[18:46:53:669] Innervate
[18:46:53:671] Spell_C::CastSpell(29166, 0, 0x380000004688C36, 0) [17]
[18:46:53:841] Spell_C::CastSpell(29166, 0, 0x380000004688C36, 0) [18]
[18:46:54:256] Spell_C::CastSpell(29166, 0, 0x380000004688C36, 0) [19]
[18:46:54:397] Spell_C::CastSpell(29166, 0, 0x380000004688C36, 0) [20]
[18:46:54:620] Spell_C::CastSpell(29166, 0, 0x380000004688C36, 0) [21]
[18:46:55:019] Spell_C::CastSpell(29166, 0, 0x380000004688C36, 0) [22]
[18:46:55:194] Spell_C::CastSpell(29166, 0, 0x380000004688C36, 0) [23]
[18:46:55:490] Spell_C::CastSpell(29166, 0, 0x380000004688C36, 0) [24]
[18:46:55:792] Spell_C::CastSpell(29166, 0, 0x380000004688C36, 0) [25]
[18:46:56:064] Spell_C::CastSpell(29166, 0, 0x0, 0) [26]

I'm guessing the last line is when it finally fired.

This is not an in game issue, it's a CC issue. Hazard, you can do C("Innervate", Me) to make sure you only cast on yourself (which nowadays is really the only viable option).

Hope this helps improving this issue.
 
This is not an in game issue, it's a CC issue. Hazard, you can do C("Innervate", Me) to make sure you only cast on yourself (which nowadays is really the only viable option).

Hope this helps improving this issue.
What I was thinking, just looked around the code and thought of that, will try it and reply with my results.

Edit:

Yes that works perfectly with most spells, tested inside HB Console using
Code:
SpellManager.Cast("Nourish", ObjectManager.Me);
Innervate was on CD when testing.

Edit 2:

Changing the C("Innervate"); to C("Innervate", Me); works perfectly.
 
Last edited:
So, I edited some stuff in the CC, making the Innervate change above, and I also added an option to filter Lifebloom and Rejuvenation casts. As I want the log to stay relatively clean.

I do not have much C# exp, and no exp with HB and CC's whatsoever, but if you need any help managing the CC I'd be happy to help.
 
Title: HazzDruid Elit3 (Dungeon/Raid/Battleground/Arena)
If you see that you should know it's a lazyraider combat bot, which doesn't most of the time involve any movement. If you didnt know more research should've been done;)
 
Thank you so much geeekzor for the assistance :)
I will add these fixes into the next release.
 
Good to see a CC being supported properly...too bad a certain feral CC doesn't share the same fate
 
Good to see a CC being supported properly...too bad a certain feral CC doesn't share the same fate
Ye, its sad since I hate balance, I'm actually in the pre-alpha stages of a Feral CC atm, don't expect a release any time soon.
 
Updated to version 3.2
There may not be a new update for a few weeks as I need to do some University studies.
 
3.2 is a fantastic piece of work. I salute you sir. Been a long time since i've used my druid but he was healing superbly without many mana issues in the new 5 mans.
 
3.2 is a fantastic piece of work. I salute you sir. Been a long time since i've used my druid but he was healing superbly without many mana issues in the new 5 mans.

Thank you. In 5man I find my mana does not drop below 90% maybe to 80% if with a bad group :)
 
and a last thing, im getting pretty frustrated when i sit down to drink, it just keep casting spells, maybe this it becouse i drink manully, or what?

I get the same thing too - I had my drink bar set to like 40% though. I had to turn it off and I watch it now and drink on my own, but sometimes it still flips out and spams regrowth on the tank who is full health instead of letting me drink.
 
Last edited:
and a last thing, im getting pretty frustrated when i sit down to drink, it just keep casting spells, maybe this it becouse i drink manully, or what?

Yes I am aware of this issue and will be fixed in version 3.3
 
Last edited:
last version works great hazz, the pervious was a little to slow with responding
 
Can't wait to try this out on my druid. From the praise it's getting, I honestly can't wait :D
 
Back
Top