diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-03-21 03:20:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-04-07 22:38:34 +0300 |
commit | e918e4d9a8a56cc6a0a653fa6398d731484496c7 (patch) | |
tree | 9f90a85e4adf0140fab745f275f5905ce1b932c8 /conf | |
parent | 072b831c2cf88f3161c0a0c2e4742d8f30f9701a (diff) | |
download | hercules-e918e4d9a8a56cc6a0a653fa6398d731484496c7.tar.gz hercules-e918e4d9a8a56cc6a0a653fa6398d731484496c7.tar.bz2 hercules-e918e4d9a8a56cc6a0a653fa6398d731484496c7.tar.xz hercules-e918e4d9a8a56cc6a0a653fa6398d731484496c7.zip |
Add ZC_PING and CZ_PING packets
For supported packet version, from now server send ping packets to client.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/map/battle/client.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/map/battle/client.conf b/conf/map/battle/client.conf index b7d4ac781..24b1c8157 100644 --- a/conf/map/battle/client.conf +++ b/conf/map/battle/client.conf @@ -189,3 +189,12 @@ mvp_exp_reward_message: false // character has 0 HP when dead. // Default: true (Official behavior) display_fake_hp_when_dead: true + +// Send ping timer +// For clients 20190320 Re+ +// Interval in seconds for each timer invoke. +ping_timer_inverval: 30 + +// Send packets timeout in seconds before ping packet can be sent. +// For clients 20190320 Re+ +ping_time: 20 |