- Fixed many issues with bar animations.

- Fixed combat encounter start if the player already is in combat when the boss is pulled.
- Fixed wheel scroll when sometimes it get doesn't scroll or scroll very slow.
- Added option 'Always Show Me' which when enabled always show your bar at the bottom of the window.
- Added option 'First Hit' which when enabled show who did the first struck in the combat.
- Added a panel to change class colors.
This commit is contained in:
tercio
2014-10-08 18:53:23 -03:00
parent 374fdb4eec
commit c9f2e89b1b
13 changed files with 643 additions and 303 deletions
+5 -1
View File
@@ -798,7 +798,7 @@ local default_profile = {
fontcolor = {1, 1, 1, 1},
fontshadow = false,
background = {.45, .45, .45, .28},
abbreviation = 8,
abbreviation = 5, --ToK I Lower -- was 8
maximize_method = 1,
show_amount = false,
commands = {},
@@ -868,6 +868,10 @@ local default_player_data = {
reverse = false,
channel = "SELF",
},
announce_firsthit = {
enabled = true,
channel = "SELF",
},
}
_detalhes.default_player_data = default_player_data