summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
authorDastgir <dastgirp@gmail.com>2018-02-07 13:46:54 +0530
committerDastgir <dastgirp@gmail.com>2018-02-09 21:54:42 +0530
commit132cc722fa490310b6e08a5cfe17625c8cf8baf1 (patch)
tree99f960c62aeca1233850dfa4e38f164e75ff2a69 /doc/script_commands.txt
parent19c94017a31d86f7848085162ffb741770975128 (diff)
downloadhercules-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/script_commands.txt')
-rw-r--r--doc/script_commands.txt7
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
//=====================================