-
Notifications
You must be signed in to change notification settings - Fork 69
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
Periodic hero/siege damage events #28
Comments
As I see you could rebuild this information by simpler events like hero attacks. You should just check if the target is a hero, either a camp, or an enemy forces and sum it to the needed variable. |
I don't think there are any periodic events right now However, I don't think this can be calculated accurately either. Game events keep track of user actions; it would be very difficult to actually tell if an ability is cast, or how much damage it did to different units |
After looking at all of the events for a while, I kind of reached the same conclusion as barrett777. I can see clicks, and I may even get ability cast events. However, I don't actually see "userId 5 damages unitId 100 for 125 damage" or anything coming close to that. I think to get these numbers, I would have to know the base damage of every hero, how much it changes with every level, how each skill modifies abilities. That seems a wildly inaccurate approach. Unless of course I missed some event that does list how much damage is caused by a hero or hero ability. |
You're right, but to add to the difficulty, I think you can only see if a player attempts to use an ability - I don't think you can even see if the ability was cast or interrupted, or if the user is currently silenced, etc etc |
Ok, good to know. So I guess this bug is a feature request for periodic damage breakdown then :) Something similar to the XP breakdown events: {'_bits': 1928, I'm kind of assuming that this is what the XP is at that particular time. I'm gonna try graphing that to see if it's what I expect. Damage/heals would be a great addition to this! Thanks! |
👍 |
1 similar comment
👍 |
while i'm here, would like to bump this issue. would be great to have data about how heroes do at various points in the game. If |
👍 |
Hi,
I don't think this is there, but I thought I'd ask anyway: are there any periodic events that indicate the total current hero damage / siege damage / etc throughout the replay? This would be useful for constructing graphs of cumulative damage/etc.
If not, are there plans to add this in the future?
Alternatively, do you have any hints as to how to calculate this easily? Or does this require knowing the skills and levels and all of that fun stuff that the game has?
The text was updated successfully, but these errors were encountered: