Mazuffxi Posted August 13, 2012 Share Posted August 13, 2012 I'm wondering if anyone else could help me with something. Rather simple: Using the NPC Follower command system, detach crime connection with the player. By this, I mean that, if I command a follower to attack someone, I'm not attacked next. I'm playing a Vampire Lord who create thralls to protect him and do his bidding. Next is the Brotherhood line of quests, and I'd like to create thralls and have them assassinate my targets (then of course die as everyone reacts violently to them.) Is there a mod that enables this in some manner, and if not, would it be fairly difficult to create? Link to comment Share on other sites More sharing options...
JanusForbeare Posted August 13, 2012 Share Posted August 13, 2012 Based on my knowledge of the follower system, it would probably only entail locating and removing one or two lines of code. I haven't noticed any lines that mention player bounty while modding, but I assume they're buried somewhere in the "favour state" scripts. Link to comment Share on other sites More sharing options...
Mazuffxi Posted August 13, 2012 Author Share Posted August 13, 2012 Hmm, unfortunately I don't have any experiencing with scripting. Any idea as to how I could go about finding someone to help? Ironically, the request section of the forums isn't exactly the best place to get help with creating mods. Link to comment Share on other sites More sharing options...
JanusForbeare Posted August 13, 2012 Share Posted August 13, 2012 Hm... upon further examination, it looks like all the components of the "favor state" are hard-coded and can't be edited. I've been looking through the follower favor state dialogue options, and their scripts don't get anymore complex than "akspeaker.setdoingfavor()". This suggests that favor state is a fundamental function of Papyrus scripting, and can't be manipulated through the CK. My suggestion? It's something of a long-shot, but you could try contacting the makers of SKSE. They'll have more insight into editing Papyrus functions than 95% of the modders you'll find here or anywhere else. Link to comment Share on other sites More sharing options...
Mazuffxi Posted August 13, 2012 Author Share Posted August 13, 2012 Alright, I'll check it out. Thanks for your help, Janus! Link to comment Share on other sites More sharing options...
Recommended Posts