summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-02 20:44:38 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-02 20:44:38 +0000
commite6b8222bdb14b6e1e8b3cd12733ae1bce97a23fb (patch)
tree40ae570d1b60dc1e7a9c215c4adc9f76847612d0 /conf
parentce1208eb233cab2923c82ba61d546b108e056fc0 (diff)
downloadhercules-e6b8222bdb14b6e1e8b3cd12733ae1bce97a23fb.tar.gz
hercules-e6b8222bdb14b6e1e8b3cd12733ae1bce97a23fb.tar.bz2
hercules-e6b8222bdb14b6e1e8b3cd12733ae1bce97a23fb.tar.xz
hercules-e6b8222bdb14b6e1e8b3cd12733ae1bce97a23fb.zip
* Added support for IT_CASH to @iteminfo, logging filters and item drop rate adjustment. Added 'show_picker.item_type'-specific IT_CASH value to it's description (follow up to r14549).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14550 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r--conf/battle/party.conf1
-rw-r--r--conf/log_athena.conf2
2 files changed, 2 insertions, 1 deletions
diff --git a/conf/battle/party.conf b/conf/battle/party.conf
index 2bb0dbb0c..f0b2c8de2 100644
--- a/conf/battle/party.conf
+++ b/conf/battle/party.conf
@@ -38,6 +38,7 @@ show_party_share_picker: yes
// 1: IT_HEALING, 2: IT_UNKNOWN, 4: IT_USABLE, 8: IT_ETC,
// 16: IT_WEAPON, 32: IT_ARMOR, 64: IT_CARD, 128: IT_PETEGG,
// 256: IT_PETARMOR, 512: IT_UNKNOWN2, 1024: IT_AMMO, 2048: IT_DELAYCONSUME
+// 262144: IT_CASH
show_picker.item_type: 112
// Method of distribution when item party share is enabled in a party:
diff --git a/conf/log_athena.conf b/conf/log_athena.conf
index b75f1b363..2f8effd18 100644
--- a/conf/log_athena.conf
+++ b/conf/log_athena.conf
@@ -30,7 +30,7 @@ sql_logs: 0
// Advanced Filter Bits by item type: ||
// 0002 - Healing items (0)
// 0004 - Etc Items(3) + Arrows (10)
-// 0008 - Usable Items(2) + Lures,Scrolls(11)
+// 0008 - Usable Items(2) + Lures,Scrolls(11) + Usable Cash Items(18)
// 0016 - Weapon(4)
// 0032 - Shields,Armor,Headgears,Accessories,etc(5)
// 0064 - Cards(6)