Sargeant666 Posted January 15, 2017 Share Posted January 15, 2017 I've made a mod on the Steam Workshop called Dark Harvest about harvesting body parts from corpses for various uses. My issue is that I want to give each race specific loot upon death, but I don't know how to do this beyond just going into each actor and adding the death loot. However, this would be extremely time consuming and wouldn't apply to common enemies, like bandits, which all share a communal death list independent of race. So I'm open to any suggestion to accomplish this. I don't know scripting, but if its simple enough I can probably do it.Alternately, using Namira's Ring as a base and having the player collect the parts from an option menu would also work, but I haven't found any tutorials on how to do this. I know the Namira's Ring way is possible, but it may be harder than just editing the death lists. Or not, I don't know.âSo, that's my issue and I hope someone can help me. Thank you. I'm new to this forum, so I'm sorry if I don't understand some of the customs yet. Link to comment Share on other sites More sharing options...
lofgren Posted January 15, 2017 Share Posted January 15, 2017 There is a perk entry point called add death item or something similar. It will add the specified leveled list to any Actor who meets the conditions on the target tab. Link to comment Share on other sites More sharing options...
Sargeant666 Posted January 15, 2017 Author Share Posted January 15, 2017 That's a big help, as I've been able to find where you are talking about. However, I can't seem to get it to work however, I filled out the Target with GetIsRace (Argonian) and GetDead, and left the Perk Owner blank. It has a blank condition and only Playable checkmark is filled in. Is there anything I forgot or did wrong? Link to comment Share on other sites More sharing options...
Recommended Posts