madcrazy56 Posted February 11, 2012 Share Posted February 11, 2012 Hey there, I've been trying to make a mod where your followers can die instead of going into a bleed out state. I unchecked the protected box on Lydia's profile but whenever I go into combat with her she still goes down on her knees and enemies ignore her. Can anyone give me a bit of help on how to remove the protection? I think it might be in a follower script or part of the potential/current follower faction. I looked in the scripts and could not find anything. Any help would be very appreciated Link to comment Share on other sites More sharing options...
madcrazy56 Posted February 11, 2012 Author Share Posted February 11, 2012 Anybody? Link to comment Share on other sites More sharing options...
smuppet Posted February 17, 2012 Share Posted February 17, 2012 I've been looking into the same thing. Anyone know any way of stopping Lydia from being protected? Does anyone know how to reduce follower regen rate? Link to comment Share on other sites More sharing options...
smuppet Posted February 17, 2012 Share Posted February 17, 2012 Ok madcrazy56. I hope you're still watching this topic. I found some papyrus references to the "Protected" flag. I'm going to have a look into trying to script it myself but I am not the best at scripting. If you have more experience in this kind of thing let me know what you think can be done. http://www.creationkit.com/IsProtected_-_ActorBase http://www.creationkit.com/SetProtected_-_ActorBase If anyone else could give me some tips on scripting for this kind of thing I would be very much appreciative . Link to comment Share on other sites More sharing options...
madcrazy56 Posted February 17, 2012 Author Share Posted February 17, 2012 I had a quick look and I have to say I'm not that great at scripting myself. I'm also having trouble making a spell that makes a creature follow and wait. I just cant seem to get it right. If you have any experience in this could you give me some help? Link to comment Share on other sites More sharing options...
smuppet Posted February 17, 2012 Share Posted February 17, 2012 This is the start of what I have. I dont really know what I'm doing with it but this seems to be the general direction that might allow us the have Lydia killed finally :P if Lydia.IsInFaction(CurrentFollowerFaction) Lydia.SetProtected(false) endif There would be a lot more the the finished script but this might give you a general idea of where to go. It would be great if a more experienced scripter could way in here. Link to comment Share on other sites More sharing options...
madcrazy56 Posted February 18, 2012 Author Share Posted February 18, 2012 (edited) Yeah that would be very helpful! Also do you know how to make follow and wait spells? Edited February 18, 2012 by madcrazy56 Link to comment Share on other sites More sharing options...
smuppet Posted February 20, 2012 Share Posted February 20, 2012 Yeah that would be very helpful! Also do you know how to make follow and wait spells? I have no idea, but I would try looking in the original scripts for when you give these commands to followers in dialogue. Link to comment Share on other sites More sharing options...
madcrazy56 Posted February 21, 2012 Author Share Posted February 21, 2012 Yeah that would be very helpful! Also do you know how to make follow and wait spells? I have no idea, but I would try looking in the original scripts for when you give these commands to followers in dialogue.Okay thanks, I sorted it a different way now Link to comment Share on other sites More sharing options...
Recommended Posts