rAthena Weekly Recap April Week#3 (13 April – 19 April)
Changes on [url=”https://github.com/rathena/rathena/”]rAthena master branch[/url].
Improvements
- Separated produce_db.txt for Renewal and Pre-Renewal ([rahash]3a590730[/rahash]).
Bug Fixes
- Fixed issue [raissue]273[/raissue], Keeping should end before mob status recalculation when changing class. ([rahash]f19e2dc6[/rahash])
- Fixed issue [raissue]324[/raissue], BaseJob will now return the correct ID for Super Novice type classes. ([rahash]f19e2dc6[/rahash])
- Fixed issue [raissue]357[/raissue], Cross Slash should work with 2 daggers, Huuma type weapons, or a dagger + shield. ([rahash]f19e2dc6[/rahash]).
- Fixed issue [raissue]358[/raissue], correcting Max HP/SP tables ([rahash]df2f850c, [rahash]b7431efa[/rahash]).
- Fixed issue [raissue]370[/raissue], Corrected a few things with Devotion range checks. ([rahash]f19e2dc6[/rahash]).
- Fixed issue [raissue]371[/raissue], missing entry for Solid Skin (EL_SOLID_SKIN) in skill_cast_db.txt. ([rahash]2fdcd923[/rahash]).
- Fixed issue [raissue]385[/raissue], cleaned up skill fail checks on `skill_castend_id`, follow up [rahash]46f010cb[/rahash] ([rahash]0f5050de[/rahash]).
- Fixed issue [raissue]391[/raissue], added `0` in fixed cast time field for SM_SELFPROVOKE ([rahash]0f5050de[/rahash]).
- Fixed issue [raissue]395[/raissue], changed `mode` field for monster from `smallint` to `int` ([rahash]0f5050de[/rahash]).
- Fixed issue [raissue]397[/raissue], failure in makerune script ([rahash]9b1c138a[/rahash]).
- Fixed missing max_sp calculation for SC_MEIKYOUSISUI effect. ([rahash]3104dcef[/rahash]).
- Fixed logic for ACTIVEPATHSEARCH ([rahash]308c4779[/rahash]).
- Revert `JOBL_SUPER_NOVICE` flag that was introduced in 82561947 ([rahash]2fdcd923[/rahash]).
- Corrected `class_idx` usages on pc_calc_basesp() and pc_calc_basehp() ([rahash]177ea6c7[/rahash]).
- Corrected the skill fail message that displays when players have no bullets. ([rahash]f19e2dc6[/rahash]).
- Corrected Howling of Mandragora’s duration. ([rahash]f19e2dc6[/rahash]).
- Updated Kunai Explosion damage. ([rahash]f19e2dc6[/rahash]).
- Added missing 20% damage reduction for Water Barrier. ([rahash]f19e2dc6[/rahash]).
- Mado License attack bonus is granted even without Madogear. ([rahash]f19e2dc6[/rahash]).
Pull Requests
- Merged pull request [rapull]386[/rapull], fixed SC_ALL_RIDING for Rangers (4169defd93ecbbf2d2824e0506cb08da84228572)
