summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2017-06-16 12:32:44 -0400
committergumi <mekolat@users.noreply.github.com>2017-06-24 15:45:29 -0400
commit40e0abd550c6fdebd4f6b325b5601f933bb9937c (patch)
tree1213d7f63b02a26a8ba739b19b069253f26e7672 /doc/script_commands.txt
parente5c78cde01b5dac8a44589ff05104c8960541bfb (diff)
downloadhercules-40e0abd550c6fdebd4f6b325b5601f933bb9937c.tar.gz
hercules-40e0abd550c6fdebd4f6b325b5601f933bb9937c.tar.bz2
hercules-40e0abd550c6fdebd4f6b325b5601f933bb9937c.tar.xz
hercules-40e0abd550c6fdebd4f6b325b5601f933bb9937c.zip
update documentation for recovery()
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt7
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.
---------------------------------------