kieranfoy Posted March 9, 2010 Share Posted March 9, 2010 When Relmyna Verenim uses the spell Echalted Pain on you, a shader plays, a shader I've never seen before. Does anyone know the name of that effect. Link to comment Share on other sites More sharing options...
Maigrets Posted March 9, 2010 Share Posted March 9, 2010 When Relmyna Verenim uses the spell Echalted Pain on you, a shader plays, a shader I've never seen before. Does anyone know the name of that effect.I just had a look in the Cs and the spell form ID is called SE09SacrificeSpell which is a script effect spell. But the script is on Relmyna herself. It's a very long script, but this is the part that applies to that spell and the effect shader. ;Handles the noble sacrifice scene in SE09 if playerSacrifice == 1 SERelmynaVerenimRef.pushActorAway player 1 cast SE09SacrificeSpell player player.playMagicShaderVisuals effectAtronachStorm 10 AddTopic SE09ExaltedPain set playerSacrifice to 2 endif So it's the effectAtronachStorm with a duration of 10 seconds. Your other topic re idle animations which I also answered. :smile: - this script in it's entirety would be of help since it forces Relmyna to use Idles via the PickIdle command. Link to comment Share on other sites More sharing options...
kieranfoy Posted March 9, 2010 Author Share Posted March 9, 2010 Thanks. That makes absolutely no sense, as it looks nothing like the Storm Atronach shader, but thanks. I'll try it out. Link to comment Share on other sites More sharing options...
Recommended Posts