Currently, I am having a trigger to cast morphing abilities when they reach a certain energy. Is it possible to make them morph themselves through data? How would I do it?
I was interested in the answer to this question too. I figured it out in my specific case.
Basically using regular autocast functionalities (autocast flags on and autocast validators) didn't work for me.
However, the morph ability has a "automatic" flags (cf this page http://www.sc2mapster.com/wiki/galaxy/data/abilities/morph/ to see what it does). I turned it on and modified the "validators array" with what I would usually have put in the "autocast validators" and it worked.
In my case the validator is "Caster life LT20" (caster's life lower than 20% of full life). Note that I didn't need to turn any "auto cast" flag on for it to work.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Currently, I am having a trigger to cast morphing abilities when they reach a certain energy. Is it possible to make them morph themselves through data? How would I do it?
P.S. I suck at Data editor.
I was interested in the answer to this question too. I figured it out in my specific case.
Basically using regular autocast functionalities (autocast flags on and autocast validators) didn't work for me.
However, the morph ability has a "automatic" flags (cf this page http://www.sc2mapster.com/wiki/galaxy/data/abilities/morph/ to see what it does). I turned it on and modified the "validators array" with what I would usually have put in the "autocast validators" and it worked.
In my case the validator is "Caster life LT20" (caster's life lower than 20% of full life). Note that I didn't need to turn any "auto cast" flag on for it to work.