KA Coercer Profile with Celestial Gate trigger
 Posted: 23 Aug 2017, 14:41
Posted: 23 Aug 2017, 14:41Here is my coercer profile that I have been using for a while, it is based off Kankors original and added some tweaks here and there. also add my ascensions (Elementalist) you can change them to yours if you like they are at the top of the cast stack.
also I am including my little trigger script that I use to enable and disable the ascension spells just name it Celestial.iss
feedback is always welcome
enjoy
			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