spectreofreality Posted March 9, 2007 Share Posted March 9, 2007 i am making a sword that will be added to the game via the Azura shrine questling (it can be found along the way) anyways, i also connected it to the vampire hunters fation in the imperial city (the one with Seridur)(not many people find this "quest") anyways, i was hoping to add a script that would allow the sword to instantly kill a vampire, but have normal effectiveness against other creatures. (a little unbalancing i know but it will be a rather tough job to find it, plus how often do you fight vampires in the game?) anyways, i have some scripting experience, but some help certainly couldn't hurt ;) Link to comment Share on other sites More sharing options...
Abramul Posted March 9, 2007 Share Posted March 9, 2007 scn VampireKillScript begin ScriptEffectStart if GetIsRace ??? kill endif end ??? will need to be replaced with the vampire race's FormID (or possibly EditorID).You'll need to set this up as a Magic Effect script, create an enchantment using it for a Script Effect, and put the enchantment on the sword. Link to comment Share on other sites More sharing options...
spectreofreality Posted March 9, 2007 Author Share Posted March 9, 2007 scn VampireKillScript begin ScriptEffectStart if GetIsRace ??? kill endif end ??? will need to be replaced with the vampire race's FormID (or possibly EditorID).You'll need to set this up as a Magic Effect script, create an enchantment using it for a Script Effect, and put the enchantment on the sword. sweeet thanx a lot Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.