summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoreuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-08-08 01:53:27 +0000
committereuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-08-08 01:53:27 +0000
commitd40c687bc4bb85fabddc92e9c3abc9ac5c88ec1c (patch)
tree5ff1a392d7c093a58435bebfebef79b2b519ad4a /doc
parent3fb71579d0c5de4dc2afe52acab0671651b52810 (diff)
downloadhercules-d40c687bc4bb85fabddc92e9c3abc9ac5c88ec1c.tar.gz
hercules-d40c687bc4bb85fabddc92e9c3abc9ac5c88ec1c.tar.bz2
hercules-d40c687bc4bb85fabddc92e9c3abc9ac5c88ec1c.tar.xz
hercules-d40c687bc4bb85fabddc92e9c3abc9ac5c88ec1c.zip
* Follow-up r16600, added documentation for 'repairall' command (doc\script_commands.txt)
* Follow-up r16601, fixed encoding on 13-2 quests (npc\quests\quests_13_2.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16602 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r--doc/script_commands.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index 9dd63df48..5b38c12d9 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -4489,6 +4489,14 @@ who made it, can answer why is it so.
---------------------------------------
+*repairall;
+
+This command repairs all broken equipment in the attached player's inventory.
+A repair effect will be shown if any items are repaired, else the command will
+end silently.
+
+---------------------------------------
+
*successrefitem <equipment slot>;
This command will refine an item in the specified equipment slot of the invoking
@@ -4537,14 +4545,14 @@ character's specified equipment slot. For a full list of possible equipment
slots see 'getequipid'.
If an item occupies several equipment slots, it will get unequipped from all of
-them. (Which is a good thing.)
+them.
---------------------------------------
*clearitem;
This command will destroy all items the invoking character has in their
-inventory. (that includes equipped items) It will not affect anything else, like
+inventory (including equipped items). It will not affect anything else, like
storage or cart.
---------------------------------------