diff options
author | Haru <haru@dotalux.com> | 2017-06-25 00:33:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-25 00:33:53 +0200 |
commit | af5080ce0f7be883f1a2cc44c316e9465c11f7b3 (patch) | |
tree | 1213d7f63b02a26a8ba739b19b069253f26e7672 /doc | |
parent | ae82ea6b23d3bd068eb54fb7199fe0b35cf4ef64 (diff) | |
parent | 40e0abd550c6fdebd4f6b325b5601f933bb9937c (diff) | |
download | hercules-af5080ce0f7be883f1a2cc44c316e9465c11f7b3.tar.gz hercules-af5080ce0f7be883f1a2cc44c316e9465c11f7b3.tar.bz2 hercules-af5080ce0f7be883f1a2cc44c316e9465c11f7b3.tar.xz hercules-af5080ce0f7be883f1a2cc44c316e9465c11f7b3.zip |
Merge pull request #1786 from mekolat/alive2
Make the recovery() command more versatile
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 34089f767..bf403bfec 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -4536,9 +4536,12 @@ effects. --------------------------------------- *recovery() +*recovery(<account id>) +*recovery("<map name>"{, <x1>, <y1>, <x2>, <y2>}) -This command will revive and restore full HP and SP to all characters -currently connected to the server. +In its first form, this command will revive and restore full HP and SP to all +characters currently connected to the server. In its second form, it will only +affect the target player. In its third form it will affect a whole map or area. --------------------------------------- |