diff options
author | Haru <haru@dotalux.com> | 2020-01-12 20:15:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-12 20:15:09 +0100 |
commit | 5ee3fcc3fc89304b8be221a9cb1406002ce0b0e3 (patch) | |
tree | 46191ecdb7720407eacd36d41ea528767fa9a178 /doc | |
parent | 8ebb6c6f16aeca5ccd5c2aa9c1b40cbb6e6c82a8 (diff) | |
parent | b2ded23fcbf914b8ca26b270b197aad0598971b9 (diff) | |
download | hercules-5ee3fcc3fc89304b8be221a9cb1406002ce0b0e3.tar.gz hercules-5ee3fcc3fc89304b8be221a9cb1406002ce0b0e3.tar.bz2 hercules-5ee3fcc3fc89304b8be221a9cb1406002ce0b0e3.tar.xz hercules-5ee3fcc3fc89304b8be221a9cb1406002ce0b0e3.zip |
Merge pull request #2285 from bWolfie/hatereset
Adds buildin_resetfeel, buildin_resethate and acmd_hatereset.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/atcommands.txt | 6 | ||||
-rw-r--r-- | doc/script_commands.txt | 10 |
2 files changed, 16 insertions, 0 deletions
diff --git a/doc/atcommands.txt b/doc/atcommands.txt index 0b4dce579..419cb0acd 100644 --- a/doc/atcommands.txt +++ b/doc/atcommands.txt @@ -892,6 +892,12 @@ Resets a Star Gladiator's marked maps. --------------------------------------- +@hatereset + +Resets a Star Gladiator's hatred targets. + +--------------------------------------- + @jobchange <job name/ID> Changes your job. diff --git a/doc/script_commands.txt b/doc/script_commands.txt index b55afb0f2..36702b6f1 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -6081,6 +6081,16 @@ Used in reset NPC's (duh!). --------------------------------------- +*resetfeel({<account id>}) +*resethate({<account id>}) + +The first resets a character's 'Feeling' maps. +The second resets a character's 'Hatred' targets. + +If no RID is given, will run with the current attached player. + +--------------------------------------- + *sc_start(<effect type>, <ticks>, <value 1>{, <rate>, <flag>{, <GID>}}) *sc_start2(<effect type>, <ticks>, <value 1>, <value 2>{, <rate>, <flag>{, <GID>}}) *sc_start4(<effect type>, <ticks>, <value 1>, <value 2>, <value 3>, <value 4>{, <rate>, <flag>{, <GID>}}) |