ShestakUI (Classic)

ShestakUI (Classic)

33.7k Downloads

[BUG]TopStats shouldn't have Vers;Mastery;Haste

Auirwind opened this issue ยท 5 comments

commented

What steps will reproduce the problem?

  1. 60level TopStats shouldn't have Vers;Mastery;Haste ShestakUI\Config/DataText,There's always these things. about In August,I delete these cote,but every update always has these
commented

Added in 018f98d

commented

Yes, I am aware of this and just haven't yet gotten around to creating stats for Classic yet.

commented

Yes, I am aware of this and just haven't yet gotten around to creating stats for Classic yet.

I deleted some code

-- Top block
Stats = {
anchor_frame = "TopPanel", anchor_to = "center", anchor_from = "center",
x_off = 0, y_off = 6,
},
Bags = {
enabled = C.toppanel.enable,
fmt = class"B: ".."%d/%d",
anchor_frame = "TopPanel", anchor_to = "center", anchor_from = "center",
x_off = -50, y_off = 0,
},
Loot = {
enabled = C.toppanel.enable,
fmt = class"L: ".."%s",
anchor_frame = "Bags", anchor_to = "left", anchor_from = "right",
x_off = 0, y_off = 0,
},
Nameplates = {
enabled = C.toppanel.enable,
fmt = class"N: ".."%s",
anchor_frame = "Loot", anchor_to = "left", anchor_from = "right",
x_off = 0, y_off = 0,
},

commented

If that works for you @Auirwind that's fine, but it's not a long term solution as this addon is intended to be used on both Classic and Retail.

There will need to be some smarts developed around what stats (if any) should be shown if the Classic client is active.

commented

If that works for you @Auirwind that's fine, but it's not a long term solution as this addon is intended to be used on both Classic and Retail.

There will need to be some smarts developed around what stats (if any) should be shown if the Classic client is active.

Like adding a switch?
In Setting options can turn it on/off Retail's item info