HP Update tuning - HP Updates are now forced when a client is targeted

This commit is contained in:
Akkadius
2017-07-14 14:23:35 -05:00
parent be0374d197
commit 5c75a68715
4 changed files with 40 additions and 32 deletions
+2 -2
View File
@@ -119,7 +119,6 @@ Client::Client(EQStreamInterface* ieqs)
0,
0
),
//these must be listed in the order they appear in client.h
position_timer(250),
hpupdate_timer(2000),
camp_timer(29000),
@@ -159,7 +158,8 @@ Client::Client(EQStreamInterface* ieqs)
last_region_type(RegionTypeUnsupported),
m_dirtyautohaters(false),
npc_close_scan_timer(6000),
hp_self_update_throttle_timer(500)
hp_self_update_throttle_timer(300),
hp_other_update_throttle_timer(500)
{
for(int cf=0; cf < _FilterCount; cf++)