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!

[Temp fix] Druid not casting rejuvenation - Darn You Druid Heal!

Thunderofnl

New Member
Joined
Jan 15, 2010
Messages
177
Hi, so I ran into this problem with Singular and with CLU so I thought: "I can fix that" and I did.
Before this plugin I had atleast 1 dead every 10 minutes now I have none in 200 kills.
This is a modification on my Darn You Shaman Heal! Plugin requested by b4rbi3s.
(Not tested any buys please report)

Here is the plugin, the configuration is in the file:

Have fun with it!

Credits:
Pulse loop by Apoc
Styx by Bossland
Functionality by Thunderofnl



Regards,

Thunderofnl
 

Attachments

Last edited:
what is the issue in singular exactly?

like is it spec specific? or what (the issue)
 
the latest HB update broke it, and CLU still won't heal :(

Compiler Error: c:\Users\wow\Desktop\HB\Plugins\DarnYouDruid\DYDH.cs(4,12) : error CS0234: The type or namespace name 'Combat' does not exist in the namespace 'Styx' (are you missing an assembly reference?)
 
Nice, cheers m8.. now i can move on lvling on my druid +rep ;)

tested it with grinding (lvl 4x) feral, works how it should, a bit slow sometimes (casting while he actually sit and eat)
 
Last edited:
Exactly what i needed +++++

After every pull my balance druid was sitting down to eat costing me 30secs and loads of food now he heals himself up on way to next mob.

Also im using the current hb
 
will this do predatory swiftness insta heal in combat or is it just rejuv?

as for the "problem" with singular, it is not using any talent heals, any proc heals or any survival cooldowns. ive updated the hp% settings to try to make it use barkskin at fairly high hp and it just doesn't use it. i just listen for the "low hp" sound and tab over and hit renewal or barkskin or healing touch and it's fine for that fight.
 
StyxWoW.Me.HealthPercent is a double not and int their is no need to convert it
StyxWoW.Me.Class == WoWClass.Druid

It would probably be easier to just add rejuvination to singular

Code:
Spell.Cast("Rejuvenation", ret => StyxWoW.Me.HealthPercent <= 90 && !StyxWoW.Me.HasAura("Rejuvenation")),
 
Back
Top