diff options
author | Dastgir <dastgirp@gmail.com> | 2019-10-12 14:19:15 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2019-11-17 15:24:46 +0100 |
commit | 227c4416b86549364a3cfaac55295dd29fafed46 (patch) | |
tree | a913cd37fd643dbcc595e2f2d7731d1ae39dccdb /conf | |
parent | ea9895e5261a1496bc8ac8e0c7be5fab3d6d4ef9 (diff) | |
download | hercules-227c4416b86549364a3cfaac55295dd29fafed46.tar.gz hercules-227c4416b86549364a3cfaac55295dd29fafed46.tar.bz2 hercules-227c4416b86549364a3cfaac55295dd29fafed46.tar.xz hercules-227c4416b86549364a3cfaac55295dd29fafed46.zip |
Added Achievement Logs
Diffstat (limited to 'conf')
-rw-r--r-- | conf/map/logs.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/map/logs.conf b/conf/map/logs.conf index f9654da09..18450b2fe 100644 --- a/conf/map/logs.conf +++ b/conf/map/logs.conf @@ -64,6 +64,7 @@ map_log: { // 0x04000000 - (1) Skill // 0x08000000 - (2) Refine // 0x10000000 - (L) Log items looted by monsters + // 0x20000000 - (3) Achievements // Example: Log trades+vending+script items+created items: 1+2+32+1024 = 1059 // Please note that moving items from inventory to cart and back is not logged by design. enable: 0xFFFFFFFF |