gitsas Posted March 11, 2021 Posted March 11, 2021 I've created an AoE "Fear" Spell that is used as a Power instead of a spell. https://imgur.com/Tylqb3K You're supposed to cast it and enemies below 50% Health should run in fear. The problem is that the effect procs only when MY health drops 50% of Health instead of theirs. Here's the condition I've used:https://imgur.com/5mkKeBX How do I make it that it procs when THEIR health drops below 50% and not mine?It seems like the Condition is monitoring my health instead of theirs, and when my health drops to 50% it applies fear to them, but I don't know how to get around this. Thanks for the help in advance!
maxarturo Posted March 11, 2021 Posted March 11, 2021 You need to put the condition on the 'Active Magic Effect' and not on the spell.
gitsas Posted March 11, 2021 Author Posted March 11, 2021 You need to put the condition on the 'Active Magic Effect' and not on the spell. You're a life saver, thank you so much!
maxarturo Posted March 11, 2021 Posted March 11, 2021 Don't add the condition to a vanilla Magic Effect, but create your own Magic Effect, if you haven't already done it so...
gitsas Posted March 11, 2021 Author Posted March 11, 2021 Don't add the condition to a vanilla Magic Effect, but create your own Magic Effect, if you haven't already done it so...Yeap, already had created a new MagicEffect! :)
Recommended Posts