diff options
author | Haru <haru@dotalux.com> | 2018-04-07 23:34:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-07 23:34:46 +0200 |
commit | 189f2ecf6a52937806a8921673c9be6b4157ebf1 (patch) | |
tree | 1102cd6938564b38027cf427be861033bc8028d1 /conf | |
parent | 1286588a17efa51f5c56a1e110bc8d6f8f887e5b (diff) | |
parent | d269ece7b9c4315b59dc5aac970362cc36139be3 (diff) | |
download | hercules-189f2ecf6a52937806a8921673c9be6b4157ebf1.tar.gz hercules-189f2ecf6a52937806a8921673c9be6b4157ebf1.tar.bz2 hercules-189f2ecf6a52937806a8921673c9be6b4157ebf1.tar.xz hercules-189f2ecf6a52937806a8921673c9be6b4157ebf1.zip |
Merge pull request #1990 from Asheraf/attendance_ui
Implementation of Attendance system
Diffstat (limited to 'conf')
-rw-r--r-- | conf/map/battle/feature.conf | 8 | ||||
-rw-r--r-- | conf/messages.conf | 4 |
2 files changed, 11 insertions, 1 deletions
diff --git a/conf/map/battle/feature.conf b/conf/map/battle/feature.conf index e01c7f93d..c0c60e475 100644 --- a/conf/map/battle/feature.conf +++ b/conf/map/battle/feature.conf @@ -70,4 +70,12 @@ features: { // true: enable (Default) // false: disable enable_homun_autofeed: true + + // Enable Attendance System for clients >= 2018-03-07bRagexeRE or 2018-04-04bRagexe + // true: enable (Default) + // false: disable + enable_attendance_system: true + + // Attendance End time in the format YearMonthDay + feature_attendance_endtime: 20180331 } diff --git a/conf/messages.conf b/conf/messages.conf index 3f395ab5e..5080e7932 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -475,7 +475,9 @@ 538: Hack on trade: character '%s' (account: %d) try to trade more items that he has. 539: This player has %d of a kind of item (id: %d), and tried to trade %d of them. 540: This player has been definitively blocked. -//541-545 FREE +//541-543 FREE +544: <MSG>3455</MSG> +545: <MSG>3456,%d</MSG> // @showmobs 546: Please enter a mob name/id (usage: @showmobs <mob name/id>) 547: Invalid mob name %s! |