nilead Posted October 31, 2024 Posted October 31, 2024  Situation is as follows: my Skyrim setup is close to roguelike. PC is expected to be defeated occasionally, and losing ones entire inventory is a very likely outcome of such event. An intended situation, forces the player to switch armors, weapon types and so on, also solves most of balling out of control issue. However, i would like to add several pieces of jewelry that, at prohibitive crafting cost, would stick around when PC loses her inventory.  My search hasnt given me much beyond bound items, and my own look into the issue, well, it could be feasible to have a secondary crafting recipe at a token cost, that would only be available after you've crafted the original and do not have it in inventory. Imperfect, but should work, but i dont see a way to distinguish if the player has allready crafted said original piece.   Given how old and dense skyrim modding library is, perhaps there is an existing solution?
Pamatronic Posted October 31, 2024 Posted October 31, 2024 1 hour ago, nilead said: Given how old and dense skyrim modding library is, perhaps there is an existing solution? Assuming you have basic knowledge in CK usage and scripting, it should be fairly easy to make. create new item and attach a script which listens to the OnUnequip() Event and equips a new copy of itself whenever the Event is fired while the Player is NOT in inventory mode. This allows the player to manually unequip it, but will prevent scripted removal by other mods. 1
nilead Posted October 31, 2024 Author Posted October 31, 2024 17 minutes ago, Pamatronic said: Assuming you have basic knowledge in CK usage and scripting, it should be fairly easy to make. create new item and attach a script which listens to the OnUnequip() Event and equips a new copy of itself whenever the Event is fired while the Player is NOT in inventory mode. This allows the player to manually unequip it, but will prevent scripted removal by other mods. Â Unfortunately being a stubborn fool, i stuck with vanilla conditions to avoid scripting so far, but i guess its time to learn. Thanks.
DarkBlade13 Posted October 31, 2024 Posted October 31, 2024 (edited) If you need help scripting let me know. You can also read my blog by pressing my profile. Edited October 31, 2024 by DarkBlade13 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now