- Added casted amount for healing and damage spells. The result is shown on Player Detail Window.

- Added uptime amount for healing spells on Player Detail Window.
- Added an option to disable lock/resize/ungroup buttons. It's under miscellaneous bracket on Options Panel.
- Wallpaper for menus on title bar got a customization option under tooltips bracket on Options Panel.
- Updated spell list for Crowd Control and class detection.
- Improved Weakaura creation tool under Encounter Details Plugin.
This commit is contained in:
Tercio
2015-04-25 21:21:07 -03:00
parent 8a3237cc17
commit 68b6adc90f
15 changed files with 536 additions and 189 deletions
+7
View File
@@ -842,6 +842,8 @@ local default_profile = {
window_clamp = {-8, 0, 21, -14},
disable_window_groups = false,
disable_reset_button = false,
disable_lock_ungroup_buttons = false,
disable_stretch_from_toolbar = false,
damage_taken_everything = false,
--> segments
@@ -957,6 +959,11 @@ local default_profile = {
tooltip_max_abilities = 5,
tooltip_max_targets = 2,
tooltip_max_pets = 2,
menus_bg_coords = {331/512, 63/512, 109/512, 143/512},
menus_bg_color = {.8, .8, .8, 0.2},
menus_bg_texture = [[Interface\SPELLBOOK\Spellbook-Page-1]],
},
}