HAO YAN
HAO YAN
### Pull Request Prelude - [x] I have followed [proper Hercules code styling][code]. - [x] I have read and understood the [contribution guidelines][cont] before making this PR. - [x] I...
This is a TODO list for updates from [Episode 17.1 : Illusion](http://ro.gnjoy.com/news/update/View.asp?seq=224) - [ ] [EP 17.1 Updates](http://ro.gnjoy.com/news/update/View.asp?seq=224&curpage=1) - [ ] Main Quests - [ ] Rudus Investigation - [...
**Is your feature request related to a problem? Please describe.** Is there a way for us to add script command that allow us to control the game client's record replay...
* **Addressed Issue(s)**: npc script unable to update fame value * **Server Mode**: both * **Description of Pull Request**: enable to update and retrieve fame info of a character. useful...
* **Addressed Issue(s)**: hard to generate a random mob id using existing way, often caused map-server prompt unnecessary warnings * **Server Mode**: both * **Description of Pull Request**: enable to...
* **Addressed Issue(s)**: we have min/max but dont have cap_value * **Server Mode**: both * **Description of Pull Request**: return a value but capped between min and max.
* **Addressed Issue(s)**: unable to control the plagiarism skill using npc * **Server Mode**: both * **Description of Pull Request**: enable to use script command to control skill plagiarism if...
Regarding https://github.com/dastgirp/HPM-Plugins/blob/master/src/plugins/npc-duplicate.c If remove a NPC that running in a `while-loop` with `sleep`, the server will throw errors since the process are not terminated when remove the npc. For example:...