v2024.06
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 withmesnavigation()
calls. (#3300)