diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-06-28 16:54:21 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-06-28 16:54:21 +0000 |
commit | 8066ddee9b937a7f835f0af8a1fb393dfd0256b6 (patch) | |
tree | 1233a36cdfc6b4eb55487219a7bab14dcee8feb1 /doc | |
parent | 9e94e8ad83d23ce2082b30217ed2f14f0b38a4bd (diff) | |
download | hercules-8066ddee9b937a7f835f0af8a1fb393dfd0256b6.tar.gz hercules-8066ddee9b937a7f835f0af8a1fb393dfd0256b6.tar.bz2 hercules-8066ddee9b937a7f835f0af8a1fb393dfd0256b6.tar.xz hercules-8066ddee9b937a7f835f0af8a1fb393dfd0256b6.zip |
* Updated specialeffect2 to accept player names. (follow up to r14353)
* Bascilica now allows boss-flagged monsters to knock you back as per official.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14357 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 12afe7221..cac34320f 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -4561,7 +4561,7 @@ character. --------------------------------------- -*specialeffect <effect number>{,<send_target>}{,"<NPC Name>"</NPC>}; +*specialeffect <effect number>{,<send_target>}{,"<NPC Name>"}; This command will display special effect with the given number, centered on the specified NPCs coordinates, if any. For a full list of special effect numbers @@ -4584,11 +4584,16 @@ will retain the default behavior of the command. --------------------------------------- -*specialeffect2 <effect number>{,<send_target>}; +*specialeffect2 <effect number>{,<send_target>}{,"<Player Name>"}; This command behaves identically to the 'specialeffect', but the effect will be centered on the invoking character's sprite. +<Player name> parameter will display <effect number> on another Player than the +one currently attached to the script. Like with specialeffect, when specifying +a player, <send_target> must be supplied, specifying AREA will retain the default +behavior of the command. + --------------------------------------- *statusup <stat>; |