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

Slam on Bloodsurge

joejoe317

New Member
Joined
Jan 2, 2011
Messages
341
Reaction score
5
I have written out to slam on aura bloodsurge but hb just constantly spams slam regardless on the buff

CreateSpellCheckAndCast("Slam",
ret => Me.HasAura("Bloodsurge"))

any ideas?

EDIT:

Fixed by doing this instead

CreateSpellCheckAndCast("Slam",
ret => Me.ActiveAuras.ContainsKey("Bloodsurge"))
 
Last edited:
Back
Top