Undocumented limitations to dunReanimateSelf spell?

Post » Wed Jun 20, 2012 4:05 am

Trying to use the LokirsDraugrResurrection script as found in the basic scripting tutorial to reanimate a bone dragon ... won't work.

Decided to try on a necroskeleton instead ... nope.

Days pulling my hair out. Very new to scripting, assumed I'd made a mistake somehow, went over script carefully, couldn't find any errors. Found some skeletons (at the small altar on Mt Anthor exterior 1) that do successfully self-resurrect, copied them into my dungeon, found they use the defaultFakeRez script - which also uses dunReanimateSelf spell - and they worked just fine. So tried swapping them (CTRL-F) for necroskeletons - nope.

Went back to tutorial - made simplest version of Lokir script - just casts dunReanimateSelf - works fine on a Draugr. But not a necroskeleton.

Conclusion: dunReanimateSelf only works on some, but not other actors. Am tempted to try a variety of actors but have a suspicion it might be the two-legged walking upright kind (hence bone dragons don't work and neither do necroskeletons, as they have no legs)

Very frustrating experience (although I expect I've learnt a lot!) to find I'm stymied by an undocumented limitation.

Questions

(1) Is there any on-line resource documenting how each spell works, what it's limitations are etc? Resurrect in the console will raise an actor, dunReanimateSelf will sometimes, and not others ... I've wasted ages on this.

(2) Anyone got a better idea how to make a self-resurrecting (or rather, triggered resurrection) necroskeleton or bone dragon?

Thanks!
User avatar
Javier Borjas
 
Posts: 3392
Joined: Tue Nov 13, 2007 6:34 pm

Post » Wed Jun 20, 2012 3:26 am


Resurrection is a Behavior and any actor that does not possess that behavior will NOT resurrect properly, also every one of these races possess the Keyword MagicNoReanimate -> and even if you remove the Keyword that will not magically make those races have a reanimate animation nor will it properly take them from the dead state to the living state...
User avatar
Joe Bonney
 
Posts: 3466
Joined: Tue Jul 17, 2007 12:00 pm

Post » Wed Jun 20, 2012 12:20 pm

Thanks, that explains it ... how can I find the keywords (not wanting to remove it, just want to be able to predict this one in future and see what other info I'm not getting about each actor)
User avatar
Lucky Girl
 
Posts: 3486
Joined: Wed Jun 06, 2007 4:14 pm


Return to V - Skyrim