fg109 Posted April 6, 2012 Share Posted April 6, 2012 What did you set the properties to? Link to comment Share on other sites More sharing options...
dfac364 Posted April 6, 2012 Author Share Posted April 6, 2012 i set the target type to xmarkeractivator which seemed wrong to me but it wont let me select a static object, i set the current target to the specific marker where i wanted the spell to impact, i activated the bool spawn node property, i set the pulse rate to 0 because while it still set it off rapid fire it was the slowest rate, than i set the spell to conjuredremoralord, i also tried other spells like fireball which is how i found out it was firing on itself, with the conjuration it wasnt even displaying any animation only the noise but i think thats just because it was recasting itself too quickly because the fireballs definitley exploded i tried attaching this script to pullchains, levers, combat dummies, and shrine of nocturnal if that matters Link to comment Share on other sites More sharing options...
fg109 Posted April 7, 2012 Share Posted April 7, 2012 Pulse rate = 0 would be the highest possible rate... Pulse rate is the time interval between spell casts. Link to comment Share on other sites More sharing options...
dfac364 Posted April 7, 2012 Author Share Posted April 7, 2012 (edited) Pulse rate = 0 would be the highest possible rate... Pulse rate is the time interval between spell casts. I thought that may be the case but i wasnt sure so i tried setting it to 100 and i treid clearing the value both of those caused it to at least seem to fire faster, as for shooting at itself i was able to stop it by changing the script from activator to static and selecting a regular emarker as a target type but now it just fires forward and even though i set the pulse rate to 9999 it fires ~once a second Edited April 7, 2012 by dfac364 Link to comment Share on other sites More sharing options...
fg109 Posted April 7, 2012 Share Posted April 7, 2012 Make a clean save, and load your mod with these for the properties: xOffset = 0.0yOffset = 0.0zOffset = 0.0RandomOffsetX = 512.0RandomOffsetY = 512.0RandomOffsetZ = 0PulseRate = 100.0RandomRate = 0.0TargetType = DummyObjectCurrentTarget = NoneSpawnNode = TrueZap = FireboltTargetTypeList = NoneSeekRange = Default Link to comment Share on other sites More sharing options...
dfac364 Posted April 7, 2012 Author Share Posted April 7, 2012 i changed the properties to your specs but no change, it just keeps fireing at the same spot on the wall as it was before, do you think it could just be corrupted? rate of fire is still once per second Link to comment Share on other sites More sharing options...
fg109 Posted April 7, 2012 Share Posted April 7, 2012 Did you make a clean save? Link to comment Share on other sites More sharing options...
dfac364 Posted April 7, 2012 Author Share Posted April 7, 2012 what do you mean by that? i saved before i loaded the changes Link to comment Share on other sites More sharing options...
fg109 Posted April 7, 2012 Share Posted April 7, 2012 A clean save means to load the game without the mod, save the game, exit, and then reload the game with the mod. Or you could try it with a new game. This is to prevent any thing saved inside the save files from the old version of a mod from interfering with changes made in a new version of a mod. Link to comment Share on other sites More sharing options...
dfac364 Posted April 9, 2012 Author Share Posted April 9, 2012 A clean save means to load the game without the mod, save the game, exit, and then reload the game with the mod. Or you could try it with a new game. This is to prevent any thing saved inside the save files from the old version of a mod from interfering with changes made in a new version of a mod. Sorry i havent been able to get back to you i did the clean save and it seems to have messed up the whole thing, lisette has started spawning in the house, and while karliah has finally started to follow me like she should have she wont stop now and activating the activators i was using for the spell/ anything else seems to be having no effect. So ive been trying to fix that Link to comment Share on other sites More sharing options...
Recommended Posts