jackotrick Posted April 30, 2015 Share Posted April 30, 2015 I would like to have a mod that behaves like candlelight (you cast it and the orb follows you for X ammount of time) but would apply detect dead/life magic effect instead of the creating light. Any idea how to get this done? I have been trying to mess with creation kit but seems i can't figure it on my own. Any help please? Link to comment Share on other sites More sharing options...
jackotrick Posted April 30, 2015 Author Share Posted April 30, 2015 Any help? I'd really appreciate it Link to comment Share on other sites More sharing options...
lofgren Posted April 30, 2015 Share Posted April 30, 2015 Detect life is just a shader that is applied to the target, so all you need to do is create a targeted magic effect with Detect Life archetype and specify the appropriate shader in the Hit Shader drop-down. Link to comment Share on other sites More sharing options...
jackotrick Posted April 30, 2015 Author Share Posted April 30, 2015 Well i have been messing with creation kit and detect life/dead use the same spell... the only difference is the script they have attached (enemy interior, enemy exterior, friendly interior, friendly exterior) the thing is i dont seem to find a way to preserve that script and change the spell from concentration to "fire and forget" and I guess that changing the nature of this spell it is gonna require a duration any help? Link to comment Share on other sites More sharing options...
lofgren Posted April 30, 2015 Share Posted April 30, 2015 Those aren't scripts. They are magic effects. You will have to create new versions of those magic effects that are target actor, fire and forget. Then you will have to add them to a new spell that is also target actor, fire and forget. Link to comment Share on other sites More sharing options...
jackotrick Posted May 1, 2015 Author Share Posted May 1, 2015 Ok, ill look at them and see what i come up with... if anybody has already something like this constructed mind to share? I would really appreciate it Link to comment Share on other sites More sharing options...
lesi123 Posted May 1, 2015 Share Posted May 1, 2015 (edited) You can take a look at the scripts and magic effects I have made up in my mod Alchemical Cooking Recipes; I have a Detect Life and Detect Dead fire and forget spell that is attached to a dummy effect that is attached to a consumable. The script will update every 2 seconds while the dummy effect is active so the detect spell continues to look for actors while you move. Edited May 1, 2015 by lesi123 Link to comment Share on other sites More sharing options...
Recommended Posts