Oblivionaddicted Posted May 1, 2022 Share Posted May 1, 2022 Hello everybody! Do you know what I should do to add a random item to the player through a dialogue or script like in Oblivion or Skyrim? Link to comment Share on other sites More sharing options...
FIMzzZzz Posted May 5, 2022 Share Posted May 5, 2022 if it doesn't have to be completely random and a pre defined list of items will work, for dialog there is random100 under global. and for script options check scripting for dummies and search for random.no idea if those options are what you're looking for and also no idea what the options are in oblivion or skyrim. Link to comment Share on other sites More sharing options...
Oblivionaddicted Posted May 9, 2022 Author Share Posted May 9, 2022 Thanks for your reply, I would like to add items through leveled lists. Link to comment Share on other sites More sharing options...
FIMzzZzz Posted May 9, 2022 Share Posted May 9, 2022 https://en.uesp.net/wiki/Morrowind_Mod:AddItem i did not test it, but to me it seams you can just use your leveled list as object id for use with additem as shown in the examples. Link to comment Share on other sites More sharing options...
Oblivionaddicted Posted May 10, 2022 Author Share Posted May 10, 2022 I appreciate your input but as you can read on the UESP article Leveled items can be added to any actor or container, but they may not work as expected. They are only evaluated, if added to the object inventory. Added to the player, or a container in state 3, or an actor that has already been loaded, they appear as some strange and unusable icon. Link to comment Share on other sites More sharing options...
FIMzzZzz Posted May 10, 2022 Share Posted May 10, 2022 then this shattered your plans using leveled lists? since you didn't describe what exactly you want to to, i'm just guessing now. if you want this for quest rewards, at a static place, you could spawn a chest into the world and de-spawn it after it was looted. or de-spawn it when a new chest is required with new loot. for the first option, if spawned inside the player fov you can use particle effects so it doesn't look to gamey and more "magic" maybe there are other unusual solutions to make leveled lists work, but without more details what you want to do, it's not exactly easy to offer solutions. Link to comment Share on other sites More sharing options...
Recommended Posts