diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-10-03 00:25:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-10-03 00:53:42 +0300 |
commit | 79a55bfd5c029ae833bed01a5a9b497b4dcf1ed7 (patch) | |
tree | 772ee49f6f9939026ff8327cd4102756a37a2323 /doc/script_commands.txt | |
parent | e9bba136ecc2a15fa8a434833cdc0404abbc68be (diff) | |
download | hercules-79a55bfd5c029ae833bed01a5a9b497b4dcf1ed7.tar.gz hercules-79a55bfd5c029ae833bed01a5a9b497b4dcf1ed7.tar.bz2 hercules-79a55bfd5c029ae833bed01a5a9b497b4dcf1ed7.tar.xz hercules-79a55bfd5c029ae833bed01a5a9b497b4dcf1ed7.zip |
Add script command for remove special effect.
New script command: removespecialeffect
*removespecialeffect(<effect number>{, <send_target>{, <unit id>{, <account id>}}})
*removespecialeffect(<effect number>{, <send_target>{, "<NPC Name>"{, <account id>}}})
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 343eb02cb..d316a47ce 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -5992,6 +5992,17 @@ Example usage: --------------------------------------- +*removespecialeffect(<effect number>{, <send_target>{, <unit id>{, <account id>}}}) +*removespecialeffect(<effect number>{, <send_target>{, "<NPC Name>"{, <account id>}}}) + +Works for: + main client from version 2018-10-02 + re client from version 2018-10-02 +This command will remove special effect. All parameters same with specialeffect. +Examples and detailed explanation about parameters see in specialeffect. + +--------------------------------------- + *specialeffect2(<effect number>{, <send_target>{, "<Player Name>"}}) @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ |