Add fishing bot-pattern telemetry
Some checks failed
build / Linux asan (push) Has been cancelled
build / Linux release (push) Has been cancelled
build / FreeBSD build (push) Has been cancelled

This commit is contained in:
server
2026-04-16 12:50:36 +02:00
parent bdfdef8411
commit 563e898942
3 changed files with 75 additions and 0 deletions

View File

@@ -144,6 +144,12 @@ void CHARACTER::Initialize()
m_iFishingWindowCount = 0;
m_lFishingStartX = 0;
m_lFishingStartY = 0;
m_dwFishingPatternWindowStart = 0;
m_iFishingPatternSampleCount = 0;
m_iFishingPatternMinReactionMs = 0;
m_iFishingPatternMaxReactionMs = 0;
m_iFishingPatternLastReactionMs = 0;
m_iFishingPatternTightSequence = 0;
m_dwMiningWindowStart = 0;
m_iMiningWindowCount = 0;