Jittapan Pluemsumran
Jittapan Pluemsumran
* Now using Composer to handle dependencies. Supersedes #210. * Now using PSR-4 autoloader to handle class loading. No more `requires_once` hell. * Also used [filp/whoops](https://github.com/filp/whoops) to handle errors and...
Currently, FluxCP forces PHP to display error messages via [these two lines](https://github.com/rathena/FluxCP/blob/603f893d3554d9fb736cbacfe5389b9856793c62/index.php#L16-L17). Detailed errors with potentially sensitive information being shown in a production environment is considered a bad security practice.
* **Client Date**: Unknown * **Server Mode**: Both * **Description of Issue**: There is a system on kRO that places a clone of the player[source needed] that could sell or...
* **Addressed Issue(s)**: Fixes #6422 * **Server Mode**: Both * **Description of Pull Request**: As described in #6422, there is no way to obtain an item creator's char id when...
* **rAthena Hash**: 728a29d * **Client Date**: Irrelevant * **Server Mode**: Both * **Description of Issue**: When `select` or `menu` script command is used, the `@menu` temporary character variable is...
* **Addressed Issue(s)**: Resolves #7346 * **Server Mode**: Both * **Description of Pull Request**: Removed a comment that suggested treating SC_EXTREMITYFIST2 specially
There are some new mob skills that are left unimplemented. - [ ] NPC_WIDEHEALTHFEAR - [ ] NPC_WIDEBODYBURNNING - [ ] NPC_WIDEFROSTMISTY - [ ] NPC_WIDECOLD - [ ] NPC_WIDE_DEEP_SLEEP...
* **Addressed Issue(s)**: N/A * **Server Mode**: Both * **Description of Pull Request**: Converted a bunch of clif functions to use packet structs instead of offsets
* **Addressed Issue(s)**: None * **Server Mode**: Irrelevant * **Description of Pull Request**: Added `sortarray` script command which sorts an array with Quicksort + Hoare's partitioning. There are still rooms...