-
Notifications
You must be signed in to change notification settings - Fork 68
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
Is there any way to get the history information? #30
Comments
Currently, this project does not supply history information. But it is possible and not hard to do that in Hearthrock. I totally agree that you should not track the history by yourself. So I will leave this as an open issue. |
I would love to try but I don't know from where to start, maybe you could point me to a direction? I think you should open gitter chat room and we could discuss this there. |
You can start with analyzing the hearthstone code by using ILSpy. (use that to open the Assembly-CSharp.dll in our releases) The key things you understand are GameState, Card, Entity (and also how to use them). You can evaluate yourself by reading this: |
I did some basic analysis, it seems that the client can retrieve very limited history. In that case, I don't see much value of providing history data from hearthrock. |
It would be nice if RockPlayer class included cards that were used and cards that were discarded for both self and opponent. Yes, you can track your own history with a little bit of work but you cannot track opponent history at least not completely.
The text was updated successfully, but these errors were encountered: