summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEmistry Haoyan <equinox1991@gmail.com>2019-04-13 23:35:50 +0800
committerEmistry Haoyan <equinox1991@gmail.com>2019-04-29 21:55:42 +0800
commit4e089c3c8e3c000e8dad67f8b0a54c714e9256d7 (patch)
tree7e1f97156d805a897a1e9444c18db64489baf50a /doc
parentab81d4012eac5c2c00c485971fc9b89bf69761be (diff)
downloadhercules-4e089c3c8e3c000e8dad67f8b0a54c714e9256d7.tar.gz
hercules-4e089c3c8e3c000e8dad67f8b0a54c714e9256d7.tar.bz2
hercules-4e089c3c8e3c000e8dad67f8b0a54c714e9256d7.tar.xz
hercules-4e089c3c8e3c000e8dad67f8b0a54c714e9256d7.zip
Update dropall atcommand drop item based on type.
- Enable to drop items based on item type.
Diffstat (limited to 'doc')
-rw-r--r--doc/atcommands.txt20
1 files changed, 17 insertions, 3 deletions
diff --git a/doc/atcommands.txt b/doc/atcommands.txt
index b455d9151..dd8ad0969 100644
--- a/doc/atcommands.txt
+++ b/doc/atcommands.txt
@@ -692,9 +692,23 @@ Repairs all broken items in your inventory.
---------------------------------------
-@dropall
-
-Drops all inventory and equipped items onto the floor.
+@dropall {<item type>}
+
+Drops all items based on the item type.
+
+Valid item types:
+ -1 = All Items (default)
+ 0 = Healing Items
+ 2 = Useable Items
+ 3 = Etc Items
+ 4 = Weapons
+ 5 = Armors
+ 6 = Cards
+ 7 = Pet Eggs
+ 8 = Pet Armors
+ 10 = Ammunition Items
+ 11 = Delayed-Consumable Items
+ 18 = Cash Items
---------------------------------------