


To walk through it, your ghoul counts as a fire totem, so using GetTotemInfo(1) gives you info on the ghoul. This function was a pain in the ass to find for some obscure reason /sarcĭKStatus.HasPet, _, start, duration = GetTotemInfo(1) DKStatus.PetDur is how long your pet will last, unless you are unholy, then it returns 0. DKStatus.Time is the current time, which you can get with GetTime().
#Frost dk elvui profiles code#
I don't have a weak aura on hand, but here is the code I use, DKStatus is my own variable that I use to track all of these things. I track it in my addon DKOne (available at ). This is actually moderately more tricky than it sounds.
