diff options
author | Emistry Haoyan <equinox1991@gmail.com> | 2019-04-13 23:35:50 +0800 |
---|---|---|
committer | Emistry Haoyan <equinox1991@gmail.com> | 2019-04-29 21:55:42 +0800 |
commit | 4e089c3c8e3c000e8dad67f8b0a54c714e9256d7 (patch) | |
tree | 7e1f97156d805a897a1e9444c18db64489baf50a /conf | |
parent | ab81d4012eac5c2c00c485971fc9b89bf69761be (diff) | |
download | hercules-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 'conf')
-rw-r--r-- | conf/messages.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/messages.conf b/conf/messages.conf index 2f790b13f..772b882c9 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -1569,5 +1569,10 @@ 1498: You can't add a party bound item to a character without party! 1499: You can't add a guild bound item to a character without guild! +// @dropall +1500: Usage: @dropall {<type>} +1501: Type List: (default) all = -1, healing = 0, usable = 2, etc = 3, weapon = 4, armor = 5, card = 6, petegg = 7, petarmor = 8, ammo = 10, delayed-consumable = 11, cash = 18 +1502: %d items are dropped! + //Custom translations import: conf/import/msg_conf.txt |