im trying to make a maxdps cc/plugin for unholy pve, singletarget first, still figuring out how to write this stuff! if it performs well ill share it.
else if (SpellManager.CanCast("Death Coil") && (Me.CurrentRunicPower <= 120))
What i want is to save runic power until i have about 100-130 before it uses death coil, i dont know if it is possible to make it a dump of some kind, and only use death coil when the sudden doom buff/effect proccs. how do i add the sudden doom effect to this? its a buff that makes the next deathcoil cost no runic power.
else if (SpellManager.CanCast("Death Coil") && (Me.CurrentRunicPower <= 120))
What i want is to save runic power until i have about 100-130 before it uses death coil, i dont know if it is possible to make it a dump of some kind, and only use death coil when the sudden doom buff/effect proccs. how do i add the sudden doom effect to this? its a buff that makes the next deathcoil cost no runic power.