Estimated group dps calculation

This commit is contained in:
Yunfan Li
2024-09-01 00:05:31 +08:00
parent 3d1920675b
commit 0281fe73ad
3 changed files with 28 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ float ExpectedGroupDpsValue::Calculate()
}
else
{
dps_num = group->GetMembersCount() * 0.7;
dps_num = botAI->GetNearGroupMemberCount() * 0.7;
}
uint32 mixedGearScore = PlayerbotAI::GetMixedGearScore(bot, true, false, 12);
// efficiency record based on rare gear level, is there better calculation method?