Singe Horizontal
Singe Horizontal
* **Addressed Issue(s)**: Fixes #7284 * **Server Mode**: Both * **Description of Pull Request**: Corrects the NPC_DARKBREATH math formula
* **Addressed Issue(s)**: Fixes #7200 * **Server Mode**: Both * **Description of Pull Request**: Adds a new flag RequireNoWeapon and replaces the RequireWeapon flag for spurt status The spurt status...
### rAthena Hash 4800b5bf725fe9fe68cb75a8d0d3f4c7252e3cc8 ### Client Date N/A ### Server Mode Pre-Renewal, Renewal ### Result The NPC_DARKBREATH formula is flawed, so the skill does much less damage than expected (...
* **rAthena Hash**: Latest * **Client Date**: N/A * **Server Mode**: Both * **Description of Issue**: Switching gear shouldn't cancel spurt status ( running)
### Refactoring of chat struct Converted C constructs to modern cpp * Conversion of regular arrays to std::array, that allows iterating and holds size info * Conversion of functions to...
* **Addressed Issue(s)**: N/A * **Server Mode**: Both * **Description of Pull Request**: The command `instance_npcname` can easily be misused on an npc which is already duplicated in an instance,...
Hi, as it is my first try in reverse engineering I would like if possible some tips in determining how to update paddings along clients versions. I've been using 20180620...
* **Addressed Issue(s)**: #8685 * **Server Mode**: Both * **Description of Pull Request**: This keeps track of the source of permanent spawn generations by adding the filenames to `spawn_data` struct....
### rAthena Hash 16de76932 ### Client Date N/A ### Server Mode Pre-Renewal, Renewal ### Result Unloading a npc file with permanent monsters spawns doesn't remove them, leading to additional spawns...
* **Addressed Issue(s)**: #9425 * **Server Mode**: Pre-Renewal * **Description of Pull Request**: Fixed SP Regen not being disabled while SC_MAXIMIZEPOWER is active.