Jump to content

A little help please


madcrazy56

Recommended Posts

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

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

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...