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

Calculate gold fed to the enemy on death / or total gold fed in "farm" tab #1511

Open
heillon opened this issue Jul 31, 2017 · 3 comments
Open

Comments

@heillon
Copy link

heillon commented Jul 31, 2017

I am guessing that would be a simple add, since there is already a calculation of gold swing.
It would have to be broken down to the separate components? I might take a look how it's done when I get a free moment.

@howardchung
Copy link
Member

It's actually not super straightforward because the gold gain event we currently use doesn't indicate who died.

It might be possible by attempting to correlate with hero deaths, or by reading the CHAT_EVENT (what shows up on the screen)

@heillon
Copy link
Author

heillon commented Aug 25, 2017

Can you point me to the correct files? I'll see if I can figure something out.

@howardchung
Copy link
Member

If you want to inspect the raw data, clone https://github.com/odota/parser and get a Dota 2 replay (.dem file) to parse. You can then check the output events

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

3 participants
@howardchung @heillon and others