templeofninpo Posted January 13, 2015 Share Posted January 13, 2015 (edited) I made a pink version of the shock damage shader and attached it to my summoned pink atronach. Now every creature and NPC have the pink shock damage effect.Any ideas?I'll remove the effect from the magic effect spell and maybe just attach it to the atronach in a script... I'll bookmark this. edit- removed the effect from the magic effect spell and its no longer appearing on everyone. Anyone know the ins and outs of why it happened? Edited January 13, 2015 by templeofninpo Link to comment Share on other sites More sharing options...
forli Posted January 13, 2015 Share Posted January 13, 2015 Because the magic effects are defined globally for everything and everyone.You can't change a magic effect for only an actor or a spell. It's everything or nothing. To play that effect on your atronach only, you must create a separate shader effect (you can duplicate the shock shader effect and change the texture in the clone). Now you can play it from within a script, attached to the actor. If your atronach should be able to cast pink shock spells... the only way is use OBME to create a new magic effect, identical to Shock Damage, but with the pink texture. Link to comment Share on other sites More sharing options...
templeofninpo Posted January 14, 2015 Author Share Posted January 14, 2015 I just made pink and blue shock 'effectshaders' and enabled a script effect when making spells. No damage so I just include more effects. Link to comment Share on other sites More sharing options...
Recommended Posts