Skip to content

Changelog

Version 1.5

  • Removed config.md documentation file for streamlined documentation
  • Removed separate shared.lua config file, integrated into main config
  • Enhanced main config.lua with improved leveling mechanics (48+ line changes)
  • Updated client library with improved XP and skill handling
  • Code cleanup and documentation optimization
  • Improved character leveling and skill tree systems

Version 1.4

  • Standardized all author and contact information
  • MODULE.author = "Samael"
  • MODULE.discord = "liliaplayer" → "@liliaplayer"
  • Code attribution consistency improvements

Version 1.3

  • Comment cleanup in client and server libraries for cleaner code
  • Code optimizations and improvements
  • Enhanced compatibility with recent game updates

Version 1.2

  • Additional function name standardization to lowercase
  • Various internal function names standardized

Version 1.1

  • Standardized function names to camelCase
  • Various internal function names standardized

Version 1.0

  • Initial Release