W
weischbier
Guest
Hi,
I'm just wondering on how to check for stackable debuffs.
Example:
Mage => Casts Arcane Blast result 1 debuff Arcane Blast
Casts again result 2 debuff of Arcane Blast an so on, until you got 4 stacks of that debuff.
How can I check for that amount?
I tried it with:
Me.Debuffs.Containsvalue("Arcane Blast", 2)
intellisense says that <TKey,Tvalue> will be checked.
I want him to cast Arcane Missles with procc or Arcane Barrage when the debuffs stacks 2 times.
Greetz
Weischbier
I'm just wondering on how to check for stackable debuffs.
Example:
Mage => Casts Arcane Blast result 1 debuff Arcane Blast
Casts again result 2 debuff of Arcane Blast an so on, until you got 4 stacks of that debuff.
How can I check for that amount?
I tried it with:
Me.Debuffs.Containsvalue("Arcane Blast", 2)
intellisense says that <TKey,Tvalue> will be checked.
I want him to cast Arcane Missles with procc or Arcane Barrage when the debuffs stacks 2 times.
Greetz
Weischbier