v2019.02.10
MishimaHaruna
released this
11 Feb 04:18
·
3640 commits
to stable
since this release
Added
- Added/updated packets, encryption keys and message tables for clients up to 2019-01-09. (#2339)
- Added support for the barter type shops. See
sellitem()
,NST_BARTER
and the demo scripts indoc/sample/npc_trader_sample.txt
andnpc/custom/bartershop.txt
. (part of #2339) - Added the
countnameditem()
script command. (#2307) - Added/updated packets, encryption keys and message tables for clients up to 2019-01-30. (#2353)
Changed
- Improved the response codes and error messages related to the login/char server authentication. (#2151, issue #737)
- Changed the character creation to use
FIXED_INVENTORY_SIZE
as default inventory size instead of relying on the SQL table default value. (part of #2353) - Changed the type of several variables from
short
toint
. (#2364)
Fixed
- Fixed a bug that caused the custom disguise event to run indefinitely. (#2351)
- Fixed issues (item db loading, item search by name) for item IDs higher than 65535. (#2337)
- Fixed an issue while sending the last page of
HC_ACK_CHARINFO_PER_PAGE
. (part of #2339) - Fixed the minimum duration of Voice of Siren. (#1631)
- Fixed the Sura Job Change Quest getting stuck after the first attempt. (#1656, issue #1655)
- Added support for recent MySQL versions that don't define the
my_bool
type. (#2365, issue #2363)