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

Add health and mana bar metrics #29

Open
GoldenChrysus opened this issue Aug 15, 2020 · 0 comments
Open

Add health and mana bar metrics #29

GoldenChrysus opened this issue Aug 15, 2020 · 0 comments
Assignees
Labels
accepted Accepted for development enhancement New feature or request

Comments

@GoldenChrysus
Copy link
Owner

  • Can subscribe to LogLine event for data
    • Event type 39 has HP/mana, index 2 actor ID, index 3 player name, index 4/5 current/max HP, index 6/7 current/max mana
    • Event type 38 has HP/mana, index 2 actor ID, index 3 player name, index 5/6 current/max HP, index 7/8 current/max mana
  • Use health bar similar to monster health bar in aggro table
  • Refactor PercentBar component to have two subcomponents HealthBar and ResourceBar (mana) which change their colors accordingly
@GoldenChrysus GoldenChrysus added enhancement New feature or request accepted Accepted for development labels Aug 15, 2020
@GoldenChrysus GoldenChrysus self-assigned this Aug 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Accepted for development enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant