You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CollectionExtensions: InsertOrdered now returns the index in which the item was inserted.
Anvil will now log a managed stack trace during an assertion failure. We're hoping this will help track down issues where the nwscript VM reports an invalid stack state.
Deprecated
CreatureClassInfo.AddKnownSpell - use CreatureClassInfo.KnownSpells[].Add instead.
CreatureClassInfo.RemoveKnownSpell - use CreatureClassInfo.KnownSpells[].Remove instead.
CreatureClassInfo.GetKnownSpellCountByLevel - use CreatureClassInfo.KnownSpells[].Count instead.
CreatureClassInfo.GetKnownSpells - use CreatureClassInfo.KnownSpells instead.
Fixed
Fixed null/empty script names not clearing object event scripts.
Fixed an issue where an invalid script name could be assigned to an object event.
Fixed a NRE in the ModuleEvents.OnAcquireItem event caused by characters failing ELC.
Fixed a cast exception in the PlaceableEvents.OnDisturbed event when the last inventory event was not caused by a creature.
NwStore: Fixed WillNotBuyItems, WillOnlyBuyItems lists not removing items, and LINQ functions (ToList/ToArray) not working.
CreatureLevelInfo: ClassInfo now returns the correct creature class.
ItemPropertyItemMapTable: Fixed some item property values returning valid when they shouldn't be.