azerothcore / mod-eluna

Eluna Lua Engine © for WoW Emulators
https://elunaluaengine.github.io/
GNU General Public License v3.0
96 stars 126 forks source link

Can add feature Player::GetAchievementPoint ? #159

Closed kissingers closed 7 months ago

kissingers commented 10 months ago

Every player can see achievement point, but It's hard to get if use database or a specific achievement to accumulate, but I think it must have a place have already calculate and store the point on server. So if can return GetAchievementPoint hock? then I can do much things abuout total achievementpoint.

worldofd2 commented 10 months ago

I have a PR regarding Player:GetAchievementPoints and Player:GetCompletedAchievementsCount, the second can include or exclude Feats of Strength, default is exclude.

kissingers commented 10 months ago

I have a PR regarding Player:GetAchievementPoints and Player:GetCompletedAchievementsCount, the second can include or exclude Feats of Strength, default is exclude.

Thanks, I try add to my eluna code and test.

worldofd2 commented 7 months ago

PR was approved and now implemented. #158