Add anti-cheat review queue logging
This commit is contained in:
@@ -1314,6 +1314,7 @@ class CHARACTER : public CEntity, public CFSM, public CHorseRider
|
||||
|
||||
protected:
|
||||
void DecayAntiCheatScore(DWORD dwNow);
|
||||
void MaybeQueueAntiCheatReview(DWORD dwNow, const char* category, const char* detail);
|
||||
BYTE m_bComboSequence;
|
||||
DWORD m_dwLastComboTime;
|
||||
int m_iValidComboInterval;
|
||||
@@ -1321,8 +1322,12 @@ class CHARACTER : public CEntity, public CFSM, public CHorseRider
|
||||
int m_iComboHackCount;
|
||||
DWORD m_dwSkipComboAttackByTime;
|
||||
int m_iAntiCheatScore;
|
||||
int m_iAntiCheatPeakScore;
|
||||
int m_iAntiCheatLastReviewScore;
|
||||
DWORD m_dwLastAntiCheatScoreTime;
|
||||
DWORD m_dwLastAntiCheatPersistTime;
|
||||
DWORD m_dwLastAntiCheatReviewTime;
|
||||
int m_iAntiCheatReviewCount;
|
||||
|
||||
protected:
|
||||
void UpdateAggrPointEx(LPCHARACTER ch, EDamageType type, int dam, TBattleInfo & info);
|
||||
|
||||
Reference in New Issue
Block a user