0occco0 Posted October 18, 2022 Report Share Posted October 18, 2022 (edited) Ask all the experts!!! About BattlefieldWG BUFF!!! void BattlefieldWG::UpdateTenacity() { uint32 alliancePlayers = m_PlayersInWar[TEAM_ALLIANCE].size(); uint32 hordePlayers = m_PlayersInWar[TEAM_HORDE].size(); int32 newStack = 0; …… } I want to know “m_PlayersInWar” ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ GuidUnorderedSet m_PlayersInWar[PVP_TEAMS_COUNT]; // Players in WG combat ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ Is it the total number of people entering the battlefield or the total number of people entering the combat state??? thx!!!! Edited October 18, 2022 by 0occco0 Link to comment Share on other sites More sharing options...
0occco0 Posted October 20, 2022 Author Report Share Posted October 20, 2022 HEEEEEEEEEEEEEEEEEEEEEEEELP!!! thx!!!! Link to comment Share on other sites More sharing options...
0occco0 Posted October 26, 2022 Author Report Share Posted October 26, 2022 no one knows? Link to comment Share on other sites More sharing options...
Recommended Posts