diff options
Diffstat (limited to 'conf/battle/client.conf')
-rw-r--r-- | conf/battle/client.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/battle/client.conf b/conf/battle/client.conf index a2db1a6c3..143505a36 100644 --- a/conf/battle/client.conf +++ b/conf/battle/client.conf @@ -119,3 +119,12 @@ display_hallucination: yes // Set this to 1 if your client supports status change timers and you want to use them // Clients from 2009 onward support this display_status_timers: yes + +// Randomizes the dice emoticon server-side, to prevent clients from forging +// packets for the desired number. (Note 1) +client_reshuffle_dice: no + +// Sorts the character and guild storage before it is sent to the client. +// Official servers do not sort storage. (Note 1) +// NOTE: Enabling this option degrades performance. +client_sort_storage: no |