Skip to content

Changelog 1.1

marksamman edited this page Nov 5, 2014 · 38 revisions

=====================

Engine

  • Increased accuracy of scheduled events
  • Optimized dispatcher and scheduler code
  • Using integers instead of floating point numbers for item weight and player capacity
  • Fixed a rounding bug with the formula for magic level offline training
  • Fixed a bug allowing players to equip two-handed weapons with a shield when using classic equipment slots.

Script interface

  • Breaking change: Creature userdata (creature) is now passed to every event callback instead of creature id (cid).
    • This also applies for all subclasses; Monster, NPC and Player.
  • Events
    • Creature
      • onChangeOutfit
    • Player
      • onGainSkillTries

Data pack

  • Updated scripts to utilize userdata objects more efficiently
Clone this wiki locally