Elias555 Posted April 16, 2017 Share Posted April 16, 2017 Do keywords get added to the actor when hit by a spell? Example; MagicDamageFire from a fire spell. I'm trying to get an ability to only activate when an actor hits with a spell containing MagicDamageFire but the condition doesn't seem to fire. I haven't been able to figure it out. I was going to go with HasMagicEffect then add every fire spell but that would exclude modded spells.Any ideas? Link to comment Share on other sites More sharing options...
lofgren Posted April 16, 2017 Share Posted April 16, 2017 Use HasMagicEffectKeyword http://www.creationkit.com/index.php?title=HasMagicEffectKeyword Link to comment Share on other sites More sharing options...
Elias555 Posted April 16, 2017 Author Share Posted April 16, 2017 Can't believe I missed that. It's not working though. I tried putting the condition in the spell/ability and the magic effect but the spell didn't fire when the condition was met. Link to comment Share on other sites More sharing options...
cdcooley Posted April 16, 2017 Share Posted April 16, 2017 There are multiple places to attach conditions. Some only get checked when the spell is being cast (or ability is added) and others get checked continuously. I can never remember which are which, but try different combinations and one of them should work. But putting the conditions in more than one place at a time is almost always wrong. Link to comment Share on other sites More sharing options...
Elias555 Posted April 16, 2017 Author Share Posted April 16, 2017 Looks like it's spell/ability, I must've not pressed save the first time I tested it. I'm trying the condition MagicParalysis now but it's like the paralysis is stopping the effect itself. Link to comment Share on other sites More sharing options...
Recommended Posts