v2020.01.12
MishimaHaruna
released this
13 Jan 07:44
·
2937 commits
to stable
since this release
Added
- Added/updated packets, encryption keys and message tables for clients up to 2020-01-08. (#2599)
- Added support for auto exp insurance items. (#2603)
- Added the script commands
resetfeel()
andresethate()
. (#2285) - Added the atcommand
@hatereset
. (part of #2285)
Changed
- Extracted packet
ZC_SE_CASHSHOP_OPEN
to a separate function. (part of #2599) - Renamed the functions
clif_parse_CashShop*
intoclif_parse_cashShop*
. (part of #2599) - Converted
clif_partytickack()
to use the struct version of packetZC_PARTY_CONFIG
. (part of #2599) - Extended
setpcblock()
with a newPCBLOCK_NPC
functionality to prevent players interacting with NPCs (e.g. During some npctalk dialogue). (#2606) - Extended
warpparty()
andwarpguild()
with an option to disregard thenowarp
andnowarpto
mapflags. (#2604, issue #1861) - Updated copyright header for year 2020.
Fixed
- Fixed reading water level from RSW version 2.2 and newer. (part of #2599)
- Fixed
pc_have_item_chain()
to retrieve the chain ID from the chain cache. (part of #2603) - Fixed an overflow in a zeny check condition in RODEX, causing code to never be executed. (#2266)
- Fixed a re-definition of HPM related symbols in plugins with multiple compilation units. (#2608)