Dot Question

dobey

Lifetime Member
Joined
Sep 27, 2007
Messages
133
Reaction score
12
Points
18
If I have two of the same class casting Dot's on a mob and I use the following:


/If (${Cast.Ready[5]} && !${Me.Moving} && ${Me.PctMana}>40 && !${Target.Buff[name].ID}) {
/cast 5
}

If toon one casts the same dot will toon two not cast because they see it on the mob already? If so how do I check it the dot is mine.
 
  • Like
Reactions: EQDAB
Is there a way to check if a specific person (besides my self) has cast a buff?