BeowulfMKII Posted July 21, 2016 Posted July 21, 2016 Do leveled spells in the CK work? I made 7 leveled spell lists for draugr, one for every 10 levels, and placed them inside another leveled list. And then distributed them with my mod's draugr (i also altered their combat style so that they only use magic). The problem: As soon as they spawn the only magic they use is frost cloak (even though at level 60 they get expert frost spells and blizzard), and instead of using magic, they try to engage in melee with their fists. Anyone got experience with leveled spell lists on the CK and can point to me what i'm doing wrong?
Guest Posted July 21, 2016 Posted July 21, 2016 Be sure that the actors (Draugrs) that spawn have the correct level. For testing (but ONLY for testing) add a script to the Draugr actor (the one you are using), with this inside: Script testLevelScript extends Actor Event OnInit() Debug.trace("The draugr " + self + " has level = " + GetLevel()) EndEvent Please, please, please: remember to remove this script when you are done.
BeowulfMKII Posted July 22, 2016 Author Posted July 22, 2016 Be sure that the actors (Draugrs) that spawn have the correct level. For testing (but ONLY for testing) add a script to the Draugr actor (the one you are using), with this inside: Script testLevelScript extends Actor Event OnInit() Debug.trace("The draugr " + self + " has level = " + GetLevel()) EndEvent Please, please, please: remember to remove this script when you are done. They are way beyond the max spell level which is 70 (They level up with the player). I use mfg console so no need for the script.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.