ossirian
New Member
- Joined
- May 5, 2011
- Messages
- 241
- Reaction score
- 5
You could distinguish it though, i've seen it in other CC, this is from Bowman Marksman
PHP:private bool IsTargetBoss() { if (Me.CurrentTarget.CreatureRank == WoWUnitClassificationType.WorldBoss || (Me.CurrentTarget.Level >= 85 && Me.CurrentTarget.Elite) && Me.CurrentTarget.MaxHealth > 3500000) return true; else return false; }
Ah and i found the link ^^
ah this is an interesting idea, do we think that we should implement this for all CDs? or specifically any cd longer than 2 mins? i think not using pillar of frost is a little silly, but gargoyle i can see, also unholy frenzy.
I'll do it, see what you think.