Add fishing bot-pattern telemetry
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user