dber1962 Posted March 30, 2020 Share Posted March 30, 2020 (edited) trying to make an enchantment that casts a spell or effect on the attacker when they hit the player, pretty sure will need a script to do this but I know almost nothing about scripting.thinking spells like flames or frostbite, etc. Edited March 30, 2020 by dber1962 Link to comment Share on other sites More sharing options...
maxarturo Posted March 31, 2020 Share Posted March 31, 2020 In order to do this you don't only need a script, but you also need a weapon mesh to have a "Projectile Node". All Skyrim weapons except stuff don't have "Projectile Nodes", so you will need to create a custom weapon that has a "Projectile Node". The way that some weapon mods or the "Bloodskall" sword do this is by using the player as the casting source and not the weapon. This has the disadvantage that the spell will always be casted in front of the player and it can not track / target the enemy. It can be done, target / track the target, but this requires aditional scripting and a different set up. Link to comment Share on other sites More sharing options...
dber1962 Posted April 1, 2020 Author Share Posted April 1, 2020 (edited) I was thinking an Armor enchantment, not a weapon Edited April 1, 2020 by dber1962 Link to comment Share on other sites More sharing options...
maxarturo Posted April 1, 2020 Share Posted April 1, 2020 That's simpler to do, but the spell will still be casted "ONLY & Always" in front of the player. The "Cast" function can not track/target the enemy. Link to comment Share on other sites More sharing options...
Recommended Posts