Difference between revisions of "Common Bugs"

899 bytes added ,  12:21, 27 October 2011
Added bug on containers containing leveled and non-leveled occurrences of items not showing the latter
imported>Kivan
(Added note about not using MoveTo into an Oblivion world; from the BGS forums Gotchas thread)
imported>Kivan
(Added bug on containers containing leveled and non-leveled occurrences of items not showing the latter)
Line 111: Line 111:
== Weight Updates ==
== Weight Updates ==
The encumbrance of the player won't be updated if you change the weight of an object (SetQuestObject, SetWeight, etc.). You can add/remove an item to force an update.
The encumbrance of the player won't be updated if you change the weight of an object (SetQuestObject, SetWeight, etc.). You can add/remove an item to force an update.
== Adding Same Leveled and Non-Leveled Item to Containers ==
If a container contains instances of a leveled item, and also instances of the same item without being in a leveled list, only the leveled list amount will be present.
Two examples of this effect in unmodified Oblivion are the boss-level chest in Lost Black Rock Chasm, and the "savings" chest in Aelwin Merowald's house. They contain 1,766 and 500 Gold001 respectively, plus a levelled list gold item. However, the fixed gold amounts never appear, only the much smaller amount provided by the list. (This has been confirmed to also affect other items too.)
To avoid this, simply either edit the leveled list to add in the fixed amount, or create a new leveled list providing it, and add that to the container along with the variable leveled list, instead of adding the item directly. The amounts will properly be added by the engine.


== MoveTo Oddities ==
== MoveTo Oddities ==
Anonymous user