You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -792,6 +792,17 @@ All these changes only affect Renewal. Pre-renewal is unchanged.
792
792
793
793
- The `is_quest` argument to `pc->gainexp()` has been changed to a `flags` bitmask enum, in order to allow expansion to different flags. (#3279)
794
794
795
+
## [v2024.10]`October 2024`
796
+
797
+
### Changed
798
+
799
+
- Changed the `getmobdrops()` script command to avoid the use of global temporary variables. (#3319)
800
+
- The caller now specifies an array that will be filled with the requested data.
801
+
- The amount of filled entries will be returned as the command's return value. The caller should only read up to that amount of entries from the array, as it may contain previous leftover values past that point.
802
+
- See the script_commands documentation for further details.
803
+
- Improved the output of the `@mobinfo` atcommand to include item links for the mob drops, on clients that support it. Unsupported clients will gracefully fall back to just printing the names. #3328
804
+
- Improved the output of the `@iteminfo` atcommand to include item links, on clients that support it. Unsupported clients will gracefully fall back to just printing the names. #3329
805
+
795
806
## [v2024.09]`September 2024`
796
807
797
808
### Added
@@ -3940,6 +3951,7 @@ Note: everything included in this release is part of PR #3198 which consists of
3940
3951
- New versioning scheme and project changelogs/release notes (#1853)
0 commit comments