- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user