arrowinsen Posted February 2, 2015 Posted February 2, 2015 Simple question: Is there any mod that allows looting of bodies instantly after killing them. You know, that thing where you have to wait for a second or two after killing something to loot it. It's infuriating!
captainhalfajob Posted February 2, 2015 Posted February 2, 2015 As far as I know, no. I would be nice, you could do it in oblivion, I get frustrated as a body is slipping off a cliff and in spamming the button as hard as I can. In oblivion I remember looting dead body's before they even hit the floor lol.
IsharaMeradin Posted February 2, 2015 Posted February 2, 2015 I know of no mod like that. Apocalypse has a spell called Loot Magnet which will loot all corpses in a certain radius (Might be within the More Apocalypse package). Would be useful if you wanted to avoid the inventory/container interface altogether. If you were to dynamically attach scripts to nearby actors, you could give them a script running the OnDeath event. Within that event you can use RemoveAllItems to remove everything from them and transfer it all to the player. Problem with both options is that you then have to sort through all the undesired items obtained because you will most likely have gone over your carrying capacity.
arrowinsen Posted February 2, 2015 Author Posted February 2, 2015 Auto looting seems interesting... Do you know of any auto looter that only loot items over a certain value to weight ratio? Like you said, I don't want to have to sort through my inventory from junk all the time.
IsharaMeradin Posted February 2, 2015 Posted February 2, 2015 (edited) I have never used this mod. May be an option to try. http://www.nexusmods.com/skyrim/mods/30408/? Here is another mod that I have not used. You may also be interested in trying it. http://www.nexusmods.com/skyrim/mods/19618/? Edited February 2, 2015 by IsharaMeradin
Recommended Posts