diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/item_db.txt | 1 | ||||
-rw-r--r-- | doc/script_commands.txt | 11 |
2 files changed, 5 insertions, 7 deletions
diff --git a/doc/item_db.txt b/doc/item_db.txt index 77f6e1a37..1cf92977c 100644 --- a/doc/item_db.txt +++ b/doc/item_db.txt @@ -76,6 +76,7 @@ Job: Equippable jobs. Uses the following bitmask table: Death Knight (2^27): 0x08000000 Dark Collector (2^28): 0x10000000 Kagerou/Oboro (2^29): 0x20000000 + Rebellion (2^30): 0x40000000 Upper: Equippable upper-types. Uses the following bitmasks: 1: Normal jobs diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 29a1478fa..4dcbd75d1 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -4784,18 +4784,15 @@ so. --------------------------------------- -*downrefitem <equipment slot>; +*downrefitem <equipment slot>{,<downgrade_count>}; -This command will downgrade an item by - 1 in the specified equipment slot -of the invoking character. So the item will not be destroyed unlike in the +This command will downgrade an item by - 1 (unless optional <downgrade_count> is provided) +in the specified equipment slot of the invoking character. +So the item will not be destroyed unlike in the failedrefitem script command. This will also display a 'refine failure' effect on the character and put appropriate messages into their chat window. -The official scripts seems to use the 'downrefitem' command as a function -instead: 'downrefitem(<number>)' but it returns nothing on the stack. -This is since jAthena, so probably nobody knows for sure why is it so. - --------------------------------------- *unequip <equipment slot>; |