Morriv 0 Report post Posted May 1, 2017 Are there any addons (1.12), that are focused on tooltip frame appearance? Maybe something aesthetically pleasing, fancy? 0 Share this post Link to post Share on other sites
shuraken007 345 Report post Posted May 1, 2017 /script GameTooltip:SetBackdrop({tile = true, tileSize = 16, edgeSize = 16, insets = { left = 3, right = 3, top = 3, bottom = 3 }, bgFile = "Interface\\DialogFrame\\UI-DialogBox-Gold-Background", edgeFile = "Interface\\DialogFrame\\UI-DialogBox-Gold-Border"}) small Backdrop: tileSize = 16, edgeSize = 16, insets = { left = 3, right = 3, top = 3, bottom = 3 } normal Backdrop: tileSize = 32, edgeSize = 32, insets = { left = 8, right = 8, top = 8, bottom = 8 } GoldBackdrop: bgFile = "Interface\\DialogFrame\\UI-DialogBox-Gold-Background", edgeFile = "Interface\\DialogFrame\\UI-DialogBox-Gold-Border" TooltipBackdrop: bgFile = "Interface\\Tooltips\\UI-Tooltip-Background", edgeFile = "Interface\\Tooltips\\UI-Tooltip-Border" 0 Share this post Link to post Share on other sites
Drrr 1 Report post Posted May 1, 2017 http://shagu.org/shagucollection/ Shagutooltips 0 Share this post Link to post Share on other sites
Morriv 0 Report post Posted May 2, 2017 Thanks, guys. 11 hours ago, shuraken007 said: /script GameTooltip:SetBackdrop({tile = true, tileSize = 16, edgeSize = 16, insets = { left = 3, right = 3, top = 3, bottom = 3 }, bgFile = "Interface\\DialogFrame\\UI-DialogBox-Gold-Background", edgeFile = "Interface\\DialogFrame\\UI-DialogBox-Gold-Border"}) small Backdrop: tileSize = 16, edgeSize = 16, insets = { left = 3, right = 3, top = 3, bottom = 3 } normal Backdrop: tileSize = 32, edgeSize = 32, insets = { left = 8, right = 8, top = 8, bottom = 8 } GoldBackdrop: bgFile = "Interface\\DialogFrame\\UI-DialogBox-Gold-Background", edgeFile = "Interface\\DialogFrame\\UI-DialogBox-Gold-Border" TooltipBackdrop: bgFile = "Interface\\Tooltips\\UI-Tooltip-Background", edgeFile = "Interface\\Tooltips\\UI-Tooltip-Border" That's neat; dropped the "gold" in the name and it worked and it got prettier. Is there anything more to that? Can I set up a custom border/bg color, custom sprite image? 0 Share this post Link to post Share on other sites
shuraken007 345 Report post Posted May 3, 2017 TOOLTIP_DEFAULT_COLOR = { r = 1, g = 1, b = 1 }; TOOLTIP_DEFAULT_BACKGROUND_COLOR = { r = 0.09, g = 0.09, b = 0.19 }; this is default values, as example you may make red border TOOLTIP_DEFAULT_COLOR = { r = 1, g = 0, b = 0 }; 0 Share this post Link to post Share on other sites
shuraken007 345 Report post Posted May 3, 2017 spent 40 mins, try it http://dropmefiles.com/gbCjy 0 Share this post Link to post Share on other sites
Morriv 0 Report post Posted May 3, 2017 Thx, the scripts worked. Except the background one, it stays the default black-ish-alpha. The addon didn't, tho. Couldn't figure out why. Installed Ace, didn't help. Edit: Ok, I just removed the enUS code and it worked. Thanks again, Shuraken, good work on the addon! 0 Share this post Link to post Share on other sites