Skip to content

v2024.06

Compare
Choose a tag to compare
@MishimaHaruna MishimaHaruna released this 30 Jun 23:18
· 69 commits to stable since this release
5f7eaa4

Notes on the rebalance branch

Work on the rebalance branch is continuing and the v2024.06-rebalance release includes the 1-1, 2-1 and 2-2 skills. The branch will not be merged into master/stable until it is fully consistent, including the transcendent skills. The branch gets re-aligned with a merge from stable after each month's release, so it is always up to date, for those that wish to test the Rebalance mechanics early (and provide feedback were any issues to arise).

Added

  • Added the mesnavigation() script command, to generate navi tags valid for the current packetver. (#3300)
  • Added the mesmobspawn() script command, to generate navi tags valid for the current packetver. (#3300)
  • Added the mesurl() script command, to generate clickable URL tags valid for the current packetver. (#3300)
  • Added the mestipbox() script command, to generate tipbox tags valid for the current packetver. (#3300)

Changed

  • Refactored the Plagiarism/Reproduce skill tracking logic and removed some code duplication. (part of #3298)
  • Replaced the use of hardcoded <NAVI> tags in scripts with mesnavigation() calls. (#3300)

Fixed

  • Fixed the copy of one's own skills via Plagiarim or Reproduce causing the skill and its requirements to be deleted. (#3298, issue #3289)