TuCoT Posted March 29, 2017 Share Posted March 29, 2017 Hello friends. I want to add some Burden -just like in Oblivion- spells to the Alteration school. But "CarryWeight" seems not to take negative values so I think I need to create a completely new "Effect Archetype" but I do not know how to do this. Could someone please explain me how to create a negative CarryWeight Effect Archetype? Link to comment Share on other sites More sharing options...
IsharaMeradin Posted March 29, 2017 Share Posted March 29, 2017 By negative do you mean reducing carry weight by X amount?If so, you will need to use a scripted effect and modify the actor value with the negative amount. If you wish for it to last a certain duration, give the scripted effect a duration and then modify the actor value when the effect finishes with the positive amount. The following may be useful.OnEffectStartOnEffectFinishGetActorValueModActorValue Link to comment Share on other sites More sharing options...
TuCoT Posted March 30, 2017 Author Share Posted March 30, 2017 (edited) Thanks for the answer, Ishara. I had already found a way when you posted your message though. When I ticked "Detrimental" box in Magic Effect, my burden spell became harmful. Created a "self" version of the spell and tried that on my character and it worked perfectly. But I think negative CarryWeight values are ineffective against NPCs because when I use my custom spells or click on an NPC and type "set.carryweight -1000", nothing seems to change. NPCs does not slow down like player character. Is this engine-related or is there a solution for this? Edited March 30, 2017 by TuCoT Link to comment Share on other sites More sharing options...
IsharaMeradin Posted March 30, 2017 Share Posted March 30, 2017 It might be engine related. I think only the player has the encumberance slow down due to carrying too much. You could modify their speed mult value and force them to walk instead of being able to run. But I've never done that with an NPC so I'm not even sure if that would work. Link to comment Share on other sites More sharing options...
GamerTechChub Posted April 2, 2017 Share Posted April 2, 2017 (edited) I can find absolutely no information on NPCs and encumbrance. I'd love to know more about this. Edited April 2, 2017 by animejunkey54 Link to comment Share on other sites More sharing options...
Recommended Posts