More fixes for dragonflight

This commit is contained in:
Tercio Jose
2022-09-02 17:34:01 -03:00
parent 5269549ea5
commit 400a05288c
16 changed files with 85 additions and 78 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
_detalhes.BFACORE = 131 --core version on BFA launch
_detalhes.SHADOWLANDSCORE = 143 --core version on Shadowlands launch
_detalhes.dragonflight_beta_version = 20
_detalhes.dragonflight_beta_version = 21
Details = _detalhes
+1
View File
@@ -4194,6 +4194,7 @@ end
if (index == 1) then
row.textura:SetValue (100)
else
max = math.max(max, 0.001)
row.textura:SetValue (value/max*100)
end
+76 -77
View File
@@ -624,128 +624,127 @@ local default_profile = {
class_icons_small = [[Interface\AddOns\Details\images\classes_small]],
class_coords = {
["DEMONHUNTER"] = {
0.73828126, -- [1]
1, -- [2]
0.5, -- [3]
0.75, -- [4]
0.73828126 / 2, -- [1]
1 / 2, -- [2]
0.5 / 2, -- [3]
0.75 / 2, -- [4]
},
["HUNTER"] = {
0, -- [1]
0.25, -- [2]
0.25, -- [3]
0.5, -- [4]
0.25 / 2, -- [2]
0.25 / 2, -- [3]
0.5 / 2, -- [4]
},
["WARRIOR"] = {
0, -- [1]
0.25, -- [2]
0.25 / 2, -- [2]
0, -- [3]
0.25, -- [4]
0.25 / 2, -- [4]
},
["ROGUE"] = {
0.49609375, -- [1]
0.7421875, -- [2]
0.49609375 / 2, -- [1]
0.7421875 / 2, -- [2]
0, -- [3]
0.25, -- [4]
0.25 / 2, -- [4]
},
["MAGE"] = {
0.25, -- [1]
0.49609375, -- [2]
0.25 / 2, -- [1]
0.49609375 / 2, -- [2]
0, -- [3]
0.25, -- [4]
0.25 / 2, -- [4]
},
["PET"] = {
0.25, -- [1]
0.49609375, -- [2]
0.75, -- [3]
1, -- [4]
0.25 / 2, -- [1]
0.49609375 / 2, -- [2]
0.75 / 2, -- [3]
1 / 2, -- [4]
},
["DRUID"] = {
0.7421875, -- [1]
0.98828125, -- [2]
0.7421875 / 2, -- [1]
0.98828125 / 2, -- [2]
0, -- [3]
0.25, -- [4]
0.25 / 2, -- [4]
},
["MONK"] = {
0.5, -- [1]
0.73828125, -- [2]
0.5, -- [3]
0.75, -- [4]
0.5 / 2, -- [1]
0.73828125 / 2, -- [2]
0.5 / 2, -- [3]
0.75 / 2, -- [4]
},
["DEATHKNIGHT"] = {
0.25, -- [1]
0.5, -- [2]
0.5, -- [3]
0.75, -- [4]
0.25 / 2, -- [1]
0.5 / 2, -- [2]
0.5 / 2, -- [3]
0.75 / 2, -- [4]
},
["UNKNOW"] = {
0.5, -- [1]
0.75, -- [2]
0.75, -- [3]
1, -- [4]
0.5 / 2, -- [1]
0.75 / 2, -- [2]
0.75 / 2, -- [3]
1 / 2, -- [4]
},
["PRIEST"] = {
0.49609375, -- [1]
0.7421875, -- [2]
0.25, -- [3]
0.5, -- [4]
0.49609375 / 2, -- [1]
0.7421875 / 2, -- [2]
0.25 / 2, -- [3]
0.5 / 2, -- [4]
},
["UNGROUPPLAYER"] = {
0.5, -- [1]
0.75, -- [2]
0.75, -- [3]
1, -- [4]
0.5 / 2, -- [1]
0.75 / 2, -- [2]
0.75 / 2, -- [3]
1 / 2, -- [4]
},
["Alliance"] = {
0.49609375, -- [1]
0.7421875, -- [2]
0.75, -- [3]
1, -- [4]
0.49609375 / 2, -- [1]
0.742187 / 25, -- [2]
0.75 / 2, -- [3]
1 / 2, -- [4]
},
["WARLOCK"] = {
0.7421875, -- [1]
0.98828125, -- [2]
0.25, -- [3]
0.5, -- [4]
0.7421875 / 2, -- [1]
0.98828125 / 2, -- [2]
0.25 / 2, -- [3]
0.5 / 2, -- [4]
},
["ENEMY"] = {
0, -- [1]
0.25, -- [2]
0.75, -- [3]
1, -- [4]
0.25 / 2, -- [2]
0.75 / 2, -- [3]
1 / 2, -- [4]
},
["Horde"] = {
0.7421875, -- [1]
0.98828125, -- [2]
0.75, -- [3]
1, -- [4]
0.7421875 / 2, -- [1]
0.98828125 / 2, -- [2]
0.75 / 2, -- [3]
1 / 2, -- [4]
},
["PALADIN"] = {
0, -- [1]
0.25, -- [2]
0.5, -- [3]
0.75, -- [4]
0.25 / 2, -- [2]
0.5 / 2, -- [3]
0.75 / 2, -- [4]
},
["MONSTER"] = {
0, -- [1]
0.25, -- [2]
0.75, -- [3]
1, -- [4]
0.25 / 2, -- [2]
0.75 / 2, -- [3]
1 / 2, -- [4]
},
["SHAMAN"] = {
0.25, -- [1]
0.49609375, -- [2]
0.25, -- [3]
0.5, -- [4]
0.25 / 2, -- [1]
0.49609375 / 2, -- [2]
0.25 / 2, -- [3]
0.5 / 2, -- [4]
},
["EVOKER"] = { --need to update
0.25, -- [1]
0.49609375, -- [2]
0.25, -- [3]
0.5, -- [4]
["EVOKER"] = {
0.50390625, -- [1]
0.625, -- [2]
0, -- [3]
0.125, -- [4]
},
},
class_colors = {
["DEMONHUNTER"] = {
0.64,
@@ -851,9 +850,9 @@ local default_profile = {
},
["EVOKER"] = {
0.49803924560547, -- [1]
0.57647061347961, -- [2]
0.20000001788139, -- [3]
0.31764705882353, -- [1]
0.24313725490196, -- [2]
0.91372549019608, -- [3]
},
},
+7
View File
@@ -34,6 +34,13 @@ function Details:CreateTestBars (alphabet, isArena)
local pclass = select (2, UnitClass ("player"))
local actors_name = {
{"Spiro", "EVOKER"},
{"Spiro", "EVOKER"},
{"Spiro", "EVOKER"},
{"Spiro", "EVOKER"},
{"Spiro", "EVOKER"},
{"Spiro", "EVOKER"},
{"Drakaris", "EVOKER"},
{"Ragnaros", "MAGE", 63},
{"The Lich King", "DEATHKNIGHT", },
{"Your Neighbor", "SHAMAN", },
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 1.0 MiB