diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 9dd63df483..5b38c12d9b 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 ; 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. --------------------------------------- diff --git a/npc/quests/quests_13_2.txt b/npc/quests/quests_13_2.txt index 418efe4933..9230e4a01c 100644 --- a/npc/quests/quests_13_2.txt +++ b/npc/quests/quests_13_2.txt @@ -1,4 +1,4 @@ -//===== rAthena Script ======================================= +//===== rAthena Script ======================================= //= Collection of episode 13.2 quests. //===== By: ================================================== //= L0ne_W0lf