also I am including my little trigger script that I use to enable and disable the ascension spells just name it Celestial.iss
- Code: Select all
 function main()
 {
 Wait 1
 oc !c -ChangeCastStackListBoxItemByTag ${Me.Name} dps TRUE FALSE TRUE
 
 wait 120
 
 wait 1
 oc !c -ChangeCastStackListBoxItemByTag ${Me.Name} dps FALSE FALSE TRUE
 
 }
feedback is always welcome
enjoy

