Skip to content

Release 8193.33.5

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Dec 03:55

Added

  • NwModule: Added LimboGameObjects property to list all GameObjects currently stored in limbo.
  • NwModule: Added MoveObjectToLimbo method to remove a GameObject from an area and store it in limbo.
  • NwCreature: Added AlwaysWalk and WalkRateCap for restricting creature & player movement.
  • Added OnCheckEffectImmunity event for bypassing effect immunity checks.
  • Added OnEffectApply and OnEffectRemove events.
  • Added ruleset APIs: NwRuleset, NwBaseItem, NwClass, NwFeat, NwRace NwSkill and NwSpell

Changed

  • Migrated LoopTimeService properties to static class Anvil.API.Time.
  • Exposed ScheduledTask to Scheduler Service.
  • Services implementing IUpdateable are now executed in deterministic order based on the service binding order defined in ServiceBindingOptions.

Deprecated

  • LoopTimeService - use Anvil.API.Time instead.
  • Moved NwDateTime and NwTimeSpan to Anvil.API namespace.
  • Duplicated APIs NwItem.CanStack/NwItem.IsStackable. Use NwBaseItem.IsStackable instead.