diff options
author | Asheraf <acheraf1998@gmail.com> | 2018-04-18 05:53:48 +0100 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2018-04-18 06:29:10 +0100 |
commit | 4686ff6cfcc579f6a1f1700407bbf63318edd2c9 (patch) | |
tree | fe314bcc0c04ce8d77b929669946e85e7fcf3bc6 /doc | |
parent | 7b097da8b433ea3b768b6c306c12801f7ddef0a5 (diff) | |
download | hercules-4686ff6cfcc579f6a1f1700407bbf63318edd2c9.tar.gz hercules-4686ff6cfcc579f6a1f1700407bbf63318edd2c9.tar.bz2 hercules-4686ff6cfcc579f6a1f1700407bbf63318edd2c9.tar.xz hercules-4686ff6cfcc579f6a1f1700407bbf63318edd2c9.zip |
Enable new drop packet for PACKETVER >= 20180418
Diffstat (limited to 'doc')
-rw-r--r-- | doc/item_db.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/item_db.txt b/doc/item_db.txt index 16eca2e23..4ada106c7 100644 --- a/doc/item_db.txt +++ b/doc/item_db.txt @@ -371,8 +371,8 @@ Inherit: This can be used only in item_db2.conf, and if set to true, and the item already exists in item_db.conf, all the missing fields will be inherited from there rather than using their default values. -ShowDropEffect: Allow showing an effect when the item dropped by a monster. [ZERO client only] -DropEffectMode: Set attribute for ShowDropEffect. [ZERO client only] +ShowDropEffect: Allow showing an effect when the item dropped by a monster. [ZERO client or PACKETVER >= 20180418] +DropEffectMode: Set attribute for ShowDropEffect. [ZERO client or PACKETVER >= 20180418] 0 - Client Based (itemInfo EffectID) 1 - White effect 2 - Blue effect |