| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2020-01-13 | 1.3 kB | |
| v2020.01.12.tar.gz | 2020-01-13 | 17.6 MB | |
| v2020.01.12.zip | 2020-01-13 | 20.0 MB | |
| Totals: 3 Items | 37.6 MB | 0 | |
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_OPENto 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_NPCfunctionality to prevent players interacting with NPCs (e.g. During some npctalk dialogue). (#2606) - Extended
warpparty()andwarpguild()with an option to disregard thenowarpandnowarptomapflags. (#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)