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

How would i alter this script?

Abuse

New Member
Joined
Feb 17, 2012
Messages
18
Reaction score
0
I'm currently using http://www.thebuddyforum.com/honorbuddy-forum/classes/rogue/32282-release-mutaraid-cc.html
as sub Pve, i want to change the script so that it doesn't keep trying to apply hemo for the bleed dmg (glyph) i want it to apply the 30% debuff, just not the glyph as i'd rather use shadowdance glyph.

Only code i see with hemo in it is.

StyxWoW.Me.HasAura("Shadow Dance"))),
Helpers.Spells.Cast("Hemorrhage", ret => Helpers.Spells.GetAuraTimeLeft(StyxWoW.Me.CurrentTarget, 89775) < 3),
Helpers.Spells.Cast("Backstab", ret => Helpers.Rogue.IsBehindUnit(StyxWoW.Me.CurrentTarget)),
Helpers.Spells.Cast("Hemorrhage", ret => !Helpers.Rogue.IsBehindUnit(StyxWoW.Me.CurrentTarget))


Thanks.
 
Never mind i figured it out myself, replaced Helpers.Spells.Cast("Hemorrhage", ret => Helpers.Spells.GetAuraTimeLeft(StyxWoW.Me.CurrentT arget, 89775) < 3),
with Helpers.Spells.Cast("Hemorrhage", ret => Helpers.Spells.GetAuraTimeLeft(StyxWoW.Me.CurrentT arget, 16511) < 3),

16511 is the debuff for hemo! ;)
 
Back
Top