W
weischbier
Guest
Hi,
HB isn't detecting "Dark Transformation" Procc when my Ghoul has it.
Maybe it is my Code or anything else. I don't know what is going wrong here.
greetz
Weischbier
Code:
if (Me.Combat)
if (Me.Pet.GotAlivePet & Me.Pet.ActiveAuras.ContainsKey("Dark Transformation"))
{
CastSpell("Dark Transformation");
}
HB isn't detecting "Dark Transformation" Procc when my Ghoul has it.
Maybe it is my Code or anything else. I don't know what is going wrong here.
greetz
Weischbier