Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get all statistic info from character? #92

Open
Kittnz opened this issue Dec 23, 2017 · 4 comments
Open

How to get all statistic info from character? #92

Kittnz opened this issue Dec 23, 2017 · 4 comments

Comments

@Kittnz
Copy link

Kittnz commented Dec 23, 2017

At the moment i was trying to get statistic info from:
Character.Achievements.Criteria, Character.Achievements.CriteriaQuantity and Character.Achievements.CriteriaTimestamp.

However this does not give me correct data from the character.

How can i get the correct data for all statistics for one character?

Thanks in advance

@jimmble
Copy link
Contributor

jimmble commented Dec 23, 2017

Try Character.Statistics.

You need to use CharacterOptions.GetStatistics when fetching character data.

@Kittnz
Copy link
Author

Kittnz commented Dec 23, 2017

Does not exist on the one on 4.0.8. Any other idea's?

@jimmble
Copy link
Contributor

jimmble commented Dec 23, 2017

The nuget package is outdated. You could download the source from here and compile it yourself.

The statistics was added in #78

@Kittnz
Copy link
Author

Kittnz commented Dec 23, 2017

Alright, i updated it but GetStatistics is not there, https://github.com/briandek/WowDotNetAPI/blob/master/Explorers/WowExplorer.cs#L49

For some reason he removed it in: 029c6b8#diff-15ef5847d68abb137c4120ea20c63514

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants