- Plugin Vanguard: got full rewrite and now it is more easy to use.
- Plugin TimeAttack: fixed problem where sometimes required a reload to start a new time. - Plugin Damage the Game!: fixed a problem where sometimes the time didn't started after level 2. - Custom display 'Health Potion & Stone' now also track Healing Tonic. - Custom display 'Damage Taken by Spell' now track more spells and also melee hits. - Menus now uses 'Friz Quadrata TT' font as default, also added an option to change it on options panel -> miscellaneous. - 'Switch to Current' feature now switches all windows which have this option enabled. - The message telling to use '/details reinstall' now only shows if a problem happen during the addon load process. - Segments Saved option now can be set to 25, up from 5. - Attempt to fix the bug with the monk spell 'Storm, Earth, and Fire'. - Fixed 'Icon Pick' panel. - Fixed bug when reporting friendly fire through player detail window. - Fixed bug with report window where sometimes it was reporting on a wrong channel.
This commit is contained in:
@@ -567,6 +567,54 @@ end
|
||||
|
||||
local default_profile = {
|
||||
|
||||
--> spec coords
|
||||
class_specs_coords = {
|
||||
[252] = {0, 64/512, 0, 64/512}, --> unholy dk
|
||||
[251] = {64/512, 128/512, 0, 64/512}, --> frost dk
|
||||
[250] = {128/512, 192/512, 0, 64/512}, --> blood dk
|
||||
|
||||
[102] = {192/512, 256/512, 0, 64/512}, --> druid balance
|
||||
[103] = {256/512, 320/512, 0, 64/512}, --> druid feral
|
||||
[104] = {320/512, 384/512, 0, 64/512}, --> druid guardian
|
||||
[105] = {384/512, 448/512, 0, 64/512}, --> druid resto
|
||||
|
||||
[253] = {448/512, 512/512, 0, 64/512}, --> hunter bm
|
||||
[254] = {0, 64/512, 64/512, 128/512}, --> hunter marks
|
||||
[255] = {64/512, 128/512, 64/512, 128/512}, --> hunter survivor
|
||||
|
||||
[62] = {128/512, 192/512, 64/512, 128/512}, --> mage arcane
|
||||
[63] = {192/512, 256/512, 64/512, 128/512}, --> mage fire
|
||||
[64] = {256/512, 320/512, 64/512, 128/512}, --> mage frost
|
||||
|
||||
[268] = {320/512, 384/512, 64/512, 128/512}, --> monk bm
|
||||
[269] = {384/512, 448/512, 64/512, 128/512}, --> monk mw
|
||||
[270] = {448/512, 512/512, 64/512, 128/512}, --> monk ww
|
||||
|
||||
[65] = {0, 64/512, 128/512, 192/512}, --> paladin holy
|
||||
[66] = {64/512, 128/512, 128/512, 192/512}, --> paladin protect
|
||||
[70] = {128/512, 192/512, 128/512, 192/512}, --> paladin ret
|
||||
|
||||
[256] = {192/512, 256/512, 128/512, 192/512}, --> priest disc
|
||||
[257] = {256/512, 320/512, 128/512, 192/512}, --> priest holy
|
||||
[258] = {320/512, 384/512, 128/512, 192/512}, --> priest shadow
|
||||
|
||||
[259] = {384/512, 448/512, 128/512, 192/512}, --> rogue assassination
|
||||
[260] = {448/512, 512/512, 128/512, 192/512}, --> rogue combat
|
||||
[261] = {0, 64/512, 192/512, 256/512}, --> rogue sub
|
||||
|
||||
[262] = {64/512, 128/512, 192/512, 256/512}, --> shaman elemental
|
||||
[263] = {128/512, 192/512, 192/512, 256/512}, --> shamel enhancement
|
||||
[264] = {192/512, 256/512, 192/512, 256/512}, --> shaman resto
|
||||
|
||||
[265] = {256/512, 320/512, 192/512, 256/512}, --> warlock aff
|
||||
[266] = {320/512, 384/512, 192/512, 256/512}, --> warlock demo
|
||||
[267] = {384/512, 448/512, 192/512, 256/512}, --> warlock destro
|
||||
|
||||
[71] = {448/512, 512/512, 192/512, 256/512}, --> warrior arms
|
||||
[72] = {0, 64/512, 256/512, 320/512}, --> warrior fury
|
||||
[73] = {64/512, 128/512, 256/512, 320/512}, --> warrior protect
|
||||
},
|
||||
|
||||
--> class icons and colors
|
||||
class_icons_small = [[Interface\AddOns\Details\images\classes_small]],
|
||||
class_coords = {
|
||||
@@ -807,6 +855,7 @@ local default_profile = {
|
||||
|
||||
--> text sizes
|
||||
font_sizes = {menus = 10},
|
||||
font_faces = {menus = "Friz Quadrata TT"},
|
||||
ps_abbreviation = 3,
|
||||
total_abbreviation = 2,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user