summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIbrahem Zidan <brahem@aotsw.com>2019-04-29 18:02:23 +0200
committerGitHub <noreply@github.com>2019-04-29 18:02:23 +0200
commitf272422f2dbd015691ecba06a14a18d48e7362da (patch)
treed7c8288fa58915cf684529a47ce73b5cfb68031f /doc
parentb22f47068343f93d1559284cc443542151daad43 (diff)
parent4e089c3c8e3c000e8dad67f8b0a54c714e9256d7 (diff)
downloadhercules-f272422f2dbd015691ecba06a14a18d48e7362da.tar.gz
hercules-f272422f2dbd015691ecba06a14a18d48e7362da.tar.bz2
hercules-f272422f2dbd015691ecba06a14a18d48e7362da.tar.xz
hercules-f272422f2dbd015691ecba06a14a18d48e7362da.zip
Merge pull request #2439 from Emistry/atcommand_dropall
Update dropall atcommand drop item based on 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
---------------------------------------