diff options
author | Dastgir <dastgirp@gmail.com> | 2018-02-07 13:46:54 +0530 |
---|---|---|
committer | Dastgir <dastgirp@gmail.com> | 2018-02-09 21:54:42 +0530 |
commit | 132cc722fa490310b6e08a5cfe17625c8cf8baf1 (patch) | |
tree | 99f960c62aeca1233850dfa4e38f164e75ff2a69 /doc | |
parent | 19c94017a31d86f7848085162ffb741770975128 (diff) | |
download | hercules-132cc722fa490310b6e08a5cfe17625c8cf8baf1.tar.gz hercules-132cc722fa490310b6e08a5cfe17625c8cf8baf1.tar.bz2 hercules-132cc722fa490310b6e08a5cfe17625c8cf8baf1.tar.xz hercules-132cc722fa490310b6e08a5cfe17625c8cf8baf1.zip |
Implemented hatEffect.
Allows the player to have hatEffect specialeffects.
Base taken from rAthena
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index e14e80444..d69322745 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -3271,6 +3271,13 @@ produced). It's useful for when you want to check whether an item contains cards or if it's signed. --------------------------------------- + +*hateffect(<Hat Effect ID>, <State>) + +This will set a Hat Effect onto the player. The state field allows you to +enable (true) or disable (false) the effect on the player. + +--------------------------------------- //===================================== 2.1 - End of Item-Related Commands //===================================== |