GHETTOHOOPSTAR Posted March 17, 2022 Share Posted March 17, 2022 How do I make a quest item or rather items droppable? Link to comment Share on other sites More sharing options...
SigurdStormhand Posted March 17, 2022 Share Posted March 17, 2022 Quest items aren't droppable, you'd need to remove the quest flag via a script. Link to comment Share on other sites More sharing options...
GHETTOHOOPSTAR Posted March 18, 2022 Author Share Posted March 18, 2022 How? Link to comment Share on other sites More sharing options...
IcelandicPsychotic Posted March 18, 2022 Share Posted March 18, 2022 Every item in the game has an optional quest item tag. You could remove this tag from every single quest item in the game but that would be one hell of an undertaking. There are already a bunch of mods that do this, just search for them. Link to comment Share on other sites More sharing options...
Guest deleted2027229 Posted March 18, 2022 Share Posted March 18, 2022 Find the item in the construction set, click on it, uncheck the "quest item" box. Save the mod as "droppable quest items" or something. There is actually this mod which would probably be easier - https://www.nexusmods.com/oblivion/mods/23069 Link to comment Share on other sites More sharing options...
Oblivionaddicted Posted March 18, 2022 Share Posted March 18, 2022 How?Your script needs to contain a line like this: SetQuestObject EditorID 0 Link to comment Share on other sites More sharing options...
Pellape Posted March 19, 2022 Share Posted March 19, 2022 (edited) All functions, commands, well everything you can do in CS is described here: https://cs.elderscrolls.com/index.php?title=Main_Page and it also has tutorials to get you started and familar with CS. I made a quick and dirty solution for this in my HobbitHome Private Bedroom. A button that cleans the players inventory completely and put all stuff, no matter quest items or not inside the Luggage. I also made a patch that prevents Skill tokens for Retro's Fletching mod to be looted, as that is not good. I can also make other patches of course. I also made a spell so you can summon the Luggage and other stuff whenever or where ever you are, so you do not need to carry more stuff around and what you want or need. Beta is available in the end of this thread: https://forums.nexusmods.com/index.php?/topic/9160783-wip-the-companion-friendly-hobbit-home/ Edited March 19, 2022 by Pellape Link to comment Share on other sites More sharing options...
Recommended Posts