wazwolf Posted January 11, 2014 Share Posted January 11, 2014 I want to make 2 explosion spells that only hit hostiles, to stick on a follower. Everything works except that I can't figure out how to make the spells not hit me when the follower is blowing stuff up.I simply pulled the scripts I needed from the CK, to add them to the new spells I made. It was all just patchwork stuff of already existing items. I suspect I need to alter Explosions somehow with a script, or alter these 2 spells to be like Explosions but without the friendly-fire aspect. Anyone able to help me keep friendly-fire intact with the game, and only remove it from my selected spells? Link to comment Share on other sites More sharing options...
ilikecheese1337 Posted January 12, 2014 Share Posted January 12, 2014 Go to the Magic Effect that's doing damage to the player and add a condition: in the drop-down menu on the left, select "GetIsID", click the box next to it and select "Player" then on the far right select "=0". Then, go to the Explosion in question and make sure that it is set to not hit the player. Link to comment Share on other sites More sharing options...
wazwolf Posted January 23, 2014 Author Share Posted January 23, 2014 Go to the Magic Effect that's doing damage to the player and add a condition: in the drop-down menu on the left, select "GetIsID", click the box next to it and select "Player" then on the far right select "=0". Then, go to the Explosion in question and make sure that it is set to not hit the player.Thank you! I haven't tested it yet. I pulled up other spell effects to compare and contrast. I see now how to make the player and companions not get hit. But do you know what happens if I change the 'Run On: Subject' part to either 'Player' or 'Target' or 'Combat Target'? Just curious about those, if they'll allow me more customization in other spells, or will make the effects fall apart. Link to comment Share on other sites More sharing options...
firepower02 Posted January 24, 2014 Share Posted January 24, 2014 Condition Items - Run On Link to comment Share on other sites More sharing options...
Recommended Posts