diff options
author | Haru <haru@dotalux.com> | 2019-12-15 15:23:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-15 15:23:04 +0100 |
commit | 8c4a85d6f9927826dc6a1815f0e6d197bcb2ed7f (patch) | |
tree | c1fc8e1e89e7f05f1645262d4a0f8f715290f289 /doc/script_commands.txt | |
parent | 7d5ce7b3a33fb27cf838d863b8f017220abb624a (diff) | |
parent | c5a7fac25b79669253c1f7a3ef5775ac362b6491 (diff) | |
download | hercules-8c4a85d6f9927826dc6a1815f0e6d197bcb2ed7f.tar.gz hercules-8c4a85d6f9927826dc6a1815f0e6d197bcb2ed7f.tar.bz2 hercules-8c4a85d6f9927826dc6a1815f0e6d197bcb2ed7f.tar.xz hercules-8c4a85d6f9927826dc6a1815f0e6d197bcb2ed7f.zip |
Merge pull request #2585 from 4144/updatepackets
Update packets up to 2019-12-11
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 45636f23b..b55afb0f2 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -6231,6 +6231,15 @@ Example usage: --------------------------------------- +*specialeffectnum(<effect number>, <num1>, <num2>{, <send_target>{, <unit id>{, <account id>}}}) +*specialeffectnum(<effect number>, <num1>, <num2>{, <send_target>{, "<NPC Name>"{, <account id>}}}) + +Works same as specialeffect but also send effect numbers to client. +For PACKETVER >= 20191127 support two numbers (num1, num2). +For older packet versions only num1 supported. + +--------------------------------------- + *removespecialeffect(<effect number>{, <send_target>{, <unit id>{, <account id>}}}) *removespecialeffect(<effect number>{, <send_target>{, "<NPC Name>"{, <account id>}}}) |