Hello
I really need some help here, i'm trying to make a shield restore ability that restores the shields of the ship using it,
i've got the actual ability working, it will restore shields just fine when i use it manually, what i need to figure out now
is how to make it autocast when shield damage exceeds x-amount.
I've seen the 3 lines that goes:
aiUseTime "Anytime"
aiUseTargetCondition "ShieldDamageExceedsAmount"
onlyAutoCastWhenTargetShieldDamageExceedsAmount
And set them accordingly, i also set the abilitys buffInstantActionType to "ApplyTargettedBuffToSelfNoRange"
so that it should, in theory, consider the aiUseTargetCondition value, however, it doesn't..
And i'm stuck... I'm not sure if it's a game limitation or i'm doing something wrong,
can anyone help me out?
/vap