BTW this is wrong. caster isn't the name of the person who cast it but the unit id. So caster == "player" would be correct.
Thanks Shefki & Hotan!
Leaving the swiftmend thing off isn't a big deal, it's not originally my code. I just found something off the dogtag forums on EJ that I could use to explain what I needed instead of writing it from scratch.
Is there a way with the new LUA text where you can do this (similarly with rejuv, etc.) where it shows only yours?
[if HasAura('Rejuvenation') and (AuraDuration('Rejuvenation') >= 5) then
AuraDuration('Rejuvenation'):Floor:Green
elseif HasAura('Rejuvenation') and (AuraDuration('Rejuvenation') >= 0) then
AuraDuration('Rejuvenation'):Truncate(2,nil):Red
elseif HasAura('Rejuvenation') then
'swiftmendable'
else ' '
end]
I know with dogtags it shows if any druid has cast rejuv, lifebloom, etc on a target, but is it possible to show just yours?
0
0
0
Searching 149 pages can be a daunting task especially if you're weeding out direct Pitbull questions.
0
Thanks Shefki & Hotan!
Leaving the swiftmend thing off isn't a big deal, it's not originally my code. I just found something off the dogtag forums on EJ that I could use to explain what I needed instead of writing it from scratch.
0
I know with dogtags it shows if any druid has cast rejuv, lifebloom, etc on a target, but is it possible to show just yours?
0