wulf
Community Developer
- Joined
- Dec 29, 2010
- Messages
- 1,832
- Reaction score
- 128
By the way, tested Resto with CLU but that might need some work, compared to (again) Noobrage. It did not use Nourish for example, but I will also test this some more soon and attach a log.
Good pickup, I forgot to put an OR rather than an AND for wild growth or rejuv not ticking on the target.
PHP:
Spells.CastSpell("Nourish", a => Me.CurrentTarget.HealthPercent < (Me.IsInRaid ? 50 : 95) && !Buff.TargetHasBuff("Wild Growth") && !Buff.TargetHasBuff("Rejuvenation"), "Nourish (Single)")
PHP:
Spells.CastSpell("Nourish", a => Me.CurrentTarget.HealthPercent < (Me.IsInRaid ? 50 : 95) && (!Buff.TargetHasBuff("Wild Growth") || !Buff.TargetHasBuff("Rejuvenation")), "Nourish (Single)")
Because...why nourish when we have HoT's ticking...
On tank, you'd want to use it for keeping up harmony and 3 stacks of LB, instead of simply refreshing LifeBloom.
Ahhh...I forgot about Harmony...thanks Venus112. I will make changes tonight...Looks like resto is going to get some love now

Last edited: