* 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://svn.code.sf.net/p/rathena/svn/trunk@16602 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
euphyy 2012-08-08 01:53:27 +00:00
parent 517a9b4606
commit bec5ba9a8d
2 changed files with 11 additions and 3 deletions

View File

@ -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.
---------------------------------------

View File

@ -1,4 +1,4 @@
//===== rAthena Script =======================================
//===== rAthena Script =======================================
//= Collection of episode 13.2 quests.
//===== By: ==================================================
//= L0ne_W0lf