supersurfer
Community Developer
- Joined
- Mar 16, 2010
- Messages
- 88
- Reaction score
- 0
hi everyone,
i am trying to detect the retribution proc divine purpose without any luck.
i tried
if (Me.Auras.ContainsKey("Divine Purpose"))
if (Me.HasAura("Divine Purpose"))
if (Me.ActiveAuras.ContainsKey("Divine Purpose"))
nothing worked. Has anybody a idea how i can detect "Divine Purpose" in my CC ?
Thanks,
surfer
i am trying to detect the retribution proc divine purpose without any luck.
i tried
if (Me.Auras.ContainsKey("Divine Purpose"))
if (Me.HasAura("Divine Purpose"))
if (Me.ActiveAuras.ContainsKey("Divine Purpose"))
nothing worked. Has anybody a idea how i can detect "Divine Purpose" in my CC ?
Thanks,
surfer