Git Product home page Git Product logo

tacotip's Introduction

TacoTip: Better player tooltips - for Classic / TBC / WoTLK

Compatible with Classic & TBC & WOTLK

All features are configurable - you decide what you want to see or not to see.

Addon has been developed with efficiency and speed as a priority - no FPS hit, slowdowns or LUA errors.

- Features -

Tooltips

  • Player Class Colors
  • Player Titles
  • Player Guild Name & Rank
  • Player Talents (show Active Spec & Dual-Spec option for WOTLK)
  • Player GearScore
  • Player Average Item Level
  • Unit Target
  • Item GearScore
  • Item Level

Character Frame

  • GearScore
  • Average Item Level

Any input / feedback is welcome !

Options Menu
Access from Interface->Addons->TacoTip or chat command /tacotip TacoTip


For addon developers
LibClassicInspector is now publicly released. Check out the API here


If you get "Addon out of date" error
Press ESC for Menu -> Addons -> Check: [X] Load out of date AddOns

out-of-date-addon-menu-small


Translators
๐Ÿ‡ฉ๐Ÿ‡ช deDE: @shakimas (Shaktor, LakeshireEU) , @Nils89
๐Ÿ‡ช๐Ÿ‡ธ esES: @Yorkylizado
๐Ÿ‡ฒ๐Ÿ‡ฝ esMX:
๐Ÿ‡ซ๐Ÿ‡ท frFR:
๐Ÿ‡ฎ๐Ÿ‡น itIT:
๐Ÿ‡ฐ๐Ÿ‡ท koKR: @wagerssi (์™€์šฐํ•˜๋Š”์•„์ €์”จ)
๐Ÿ‡ง๐Ÿ‡ท ptBR:
๐Ÿ‡ท๐Ÿ‡บ ruRU: @Iowerth
๐Ÿ‡จ๐Ÿ‡ณ zhCN: @yisisixu (ไบ‘ๆ˜ฏ็บขๆฒณๅฒธ ไบ”ๅŒบ ็ขง็ฉบไน‹ๆญŒ)
๐Ÿ‡น๐Ÿ‡ผ zhTW:

Credits
@Kisanen - help during development and testing
@nullKomplex - submitted a bugfix
@ForestJ316 - submitted a bugfix
@Oshiri - help during development and testing

tacotip's People

Contributors

anzz1 avatar shakimas avatar forestj316 avatar nils89 avatar iowerth avatar nullkomplex avatar

Stargazers

Song Liu avatar Serge-M avatar Magi avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

tacotip's Issues

Do not work for SoD epic crafted items

Hi, the gear score of the SoD crafted items (i.e 210794) is 6 instead of something which should be way bigger as it is bis items of the phase 1.
Any idea how to debug this ? I can open a PR if you drive me in which file I could fix this.

[Feature Request] Buff Source

Similar to the spellID request, it would be very useful to have the source of buffs on player/target tooltips, however it would be best to only show it when the user holds a modifier key for performance reasons. The addon Buff Owner does this and it is working with tacotip, I have been using as a alternative.

Feature Request : Titan Panel integration

Hello, and thank you for the work on this addon. Despite the hate against gear score, it's been helpful in knowing when I can reliably bring my characters into raids during Wrath Classic.

The request I have is to be able to keep a running total of my gearscore across multiple Alts in Titan Panel. Similar to how raid lockouts can be kept track, or player gold? It updates automatically every time you log the character in. I have 7 level 80's with eventually all 10 classes having representation and would love to be able to see at a glance how they are all doing via Gearscore.

Thank you!

[Bug] Tooltip usually disappears when hovering over an action bar button with a unit behind it

When you hover the mouse over action bar buttons you get the tooltip for that specific action/spell/ability/macro. But when there is a unit (for example another player or an NPC) behind the action bar button on the screen TacoTip's tooltip usually disappears when hovering over that specific action bar button:

WowClassic_HW4gWZaFYE

It doesn't always happen but it does happen most of the time. The tooltip addon I used to use was TinyTooltip and it never had this issue.

This example uses the default Blizz action bars. But I have also seen the exact same behavior with other button addons like Bartender 4.

Last version incompatible addon

Hello i had download last version for Lich King i'm using
And when i enter and click Addons it shows Red message that this addon is incompatible and even if i click on Load out of date still not works the addon
any ideas?

Guild name does not show in Classic client

When using the Classic client, the guild name is not included on the default tooltip.

This minimal change adds the guild name, but it needs some more work. As you can see, the colour of the third line is wrong when there is a guild name.

        if (guildName and guildRankName) then
            if (TacoTipConfig.show_guild_name) then
+               if (CI:IsClassic() and numLines == 2) then
+                   text[3] = text[2]
+                   text[2] = guildName
+                   self:AddLine(text[3])
+                   numLines = 3
+              end
                if (TacoTipConfig.show_guild_rank) then
                    if (TacoTipConfig.guild_rank_alt_style) then
                        text[2] = string.gsub(text[2], guildName, string.format("|cFF40FB40<%s> (%s)|r", guildName, guildRankName), 1)
                    else
                        text[2] = string.gsub(text[2], guildName, string.format("|cFF40FB40"..L["FORMAT_GUILD_RANK_1"].."|r", guildRankName, guildName), 1)
                    end
                else
                    text[2] = string.gsub(text[2], guildName, string.format("|cFF40FB40<%s>|r", guildName), 1)
                end
            else
                text[2] = string.gsub(text[2], guildName, "", 1)
            end
        end

Screenshots after changes, player without a guild and player with a guild
image
image

LibClassicInspector errors

Hi,
since the last update I am getting this error once a minute:
Other people also reportet this via the curseforce comments:
https://www.curseforge.com/wow/addons/tacotip-gearscore-talents/comments

Tip/Libs/LibClassicInspector-15/LibClassicInspector.lua:3107: attempt to perform arithmetic on field '?' (a nil value)
[string "@TacoTip/Libs/LibClassicInspector-15/LibClassicInspector.lua"]:3107: in function <...Tip/Libs/LibClassicInspector/LibClassicInspector.lua:3090>
[string "@TacoTip/Libs/LibClassicInspector-15/LibClassicInspector.lua"]:3165: in function <...Tip/Libs/LibClassicInspector/LibClassicInspector.lua:3161>

Locals:
s = "02-100000000000000000000000000000450332231225110033122500310012305031000000000000020000000000000000000000000000000000305033223122511003012250331331230500100000000000000000000"
(for index) = 1
(for limit) = 2
(for step) = 1
x = 1
(for index) = 1
(for limit) = 6
(for step) = 1
i = 1
z = 413895
(*temporary) = "02-100000000000000000000000000000450332231225110033122500310012305031000000000000020000000000000000000000000000000000305033223122511003012250331331230500100000000000000000000"
(*temporary) = defined =[C]:-1
(*temporary) = nil
(*temporary) = 413895
(*temporary) = 237635
(*temporary) = 1
(*temporary) = 413895
(*temporary) = 237635
(*temporary) = 10
(*temporary) = 1
(*temporary) = 0
(*temporary) = 2
(*temporary) = "attempt to perform arithmetic on field '?' (a nil value)"
isWotlk = true
glyph_r_tbl =

{
54830 = 18
54832 = 20
57858 = 4
57862 = 5
62969 = 23
62971 = 25
65243 = 29
63056 = 27
59219 = 6
54811 = 7
54813 = 9
54815 = 10
54754 = 3
54756 = 4
54821 = 12
54760 = 5
54825 = 14
62135 = 7
54829 = 17
54831 = 19
57857 = 3
62080 = 22
62970 = 24
54845 = 21
67598 = 30
54733 = 1
63055 = 26
63057 = 28
54743 = 2
54810 = 6
54812 = 8
54818 = 11
57855 = 1
57856 = 2
54824 = 13
54826 = 15
54828 = 16
71013 = 31
}
SendAddonMessage = defined =[C]:-1
C_PREFIX = "LCIV1"

[Bug] Missing Glyph of Reckoning likely causing Lua Error

Getting an error right now after the addition of the new glyph on my Paladin.

Message: ...Tip/Libs/LibClassicInspector-9/LibClassicInspector.lua:3099: attempt to perform arithmetic on field '?' (a nil value)
Time: Wed Feb 8 17:31:57 2023
Count: 1
Stack: ...Tip/Libs/LibClassicInspector-9/LibClassicInspector.lua:3099: attempt to perform arithmetic on field '?' (a nil value)

[Feature Request] Class colored health bar.

It would be nice to have the option to hide the health bar, similar to what Leatrix Plus does. Leatrix plus tooltip enhancements its not playing nice with tacotip, it messes up the scaling and colors for example. Another feature that could make the tooltip look nicer would be to move the health bar to the top and have it class colored.

LibClassInspector throws Lua Errors since Phase3 patch

Message: ...Tip/Libs/LibClassicInspector/LibClassicInspector.lua:3105: attempt to perform arithmetic on field '?' (a nil value)
Time: Thu Jun 22 13:01:31 2023
Count: 2
Stack: ...Tip/Libs/LibClassicInspector/LibClassicInspector.lua:3105: attempt to perform arithmetic on field '?' (a nil value)
[string "@Interface/AddOns/TacoTip/Libs/LibClassicInspector/LibClassicInspector.lua"]:3105: in function <...Tip/Libs/LibClassicInspector/LibClassicInspector.lua:3088>
[string "@Interface/AddOns/TacoTip/Libs/LibClassicInspector/LibClassicInspector.lua"]:3163: in function <...Tip/Libs/LibClassicInspector/LibClassicInspector.lua:3159>

Locals: s = "02-100000000000000000000000000000450332231225110033122500310012305031000000000000020000000000000000000000000000000000305033223122511003012250331331230500100000000000000000000"
(for index) = 1
(for limit) = 2
(for step) = 1
x = 1
(for index) = 1
(for limit) = 6
(for step) = 1
i = 1
z = 413895
(*temporary) = "02-100000000000000000000000000000450332231225110033122500310012305031000000000000020000000000000000000000000000000000305033223122511003012250331331230500100000000000000000000"
(*temporary) = <function> defined =[C]:-1
(*temporary) = nil
(*temporary) = 413895
(*temporary) = 237635
(*temporary) = 1
(*temporary) = 413895
(*temporary) = 237635
(*temporary) = 10
(*temporary) = 1
(*temporary) = 0
(*temporary) = 2
(*temporary) = "attempt to perform arithmetic on field '?' (a nil value)"
isWotlk = true
glyph_r_tbl = <table> {
 54830 = 18
 54832 = 20
 57858 = 4
 57862 = 5
 62969 = 23
 62971 = 25
 65243 = 29
 63056 = 27
 59219 = 6
 54811 = 7
 54813 = 9
 54815 = 10
 54754 = 3
 54756 = 4
 54821 = 12
 54760 = 5
 54825 = 14
 62135 = 7
 54829 = 17
 54831 = 19
 57857 = 3
 62080 = 22
 62970 = 24
 54845 = 21
 67598 = 30
 54733 = 1
 63055 = 26
 63057 = 28
 54743 = 2
 54810 = 6
 54812 = 8
 54818 = 11
 57855 = 1
 57856 = 2
 54824 = 13
 54826 = 15
 54828 = 16
 71013 = 31
}
SendAddonMessage = <function> defined =[C]:-1
C_PREFIX = "LCIV1"

Loaded just TacoTip addon to reproduce the issue.
Just hover your cursor over some players to reproduce it yourself (it's not all the players ๐Ÿ˜…).

upload the changed Locale.KR.

The previous translator made many mistakes
appropriately modified
Locale.KR is attached.

Please modified it in future updates.

--[[

TacoTip Localization: koKR

Translators: next96, Neme

--]]

if (GetLocale() ~= "koKR") then return end

TACOTIP_LOCALE = {
["Player"] = "ํ”Œ๋ ˆ์ด์–ด",
["Pet"] = "์†Œํ™˜์ˆ˜",
["Target"] = "๋Œ€์ƒ",
["None"] = "์—†์Œ",
["Self"] = "์ž์‹ ",
["You"] = "๋‹น์‹ ",
["Talents"] = "ํŠน์„ฑ",
["Style"] = "ํ˜•์‹",
["Guild"] = "๊ธธ๋“œ",
["Rank"] = "๋“ฑ๊ธ‰",
["Level"] = "๋ ˆ๋ฒจ",
["GearScore"] = "์•„์ดํ…œ ์ ์ˆ˜",
["iLvl"] = "์•„์ดํ…œ๋ ˆ๋ฒจ (ํ‰๊ท )",
["Item Level"] = "์•„์ดํ…œ ๋ ˆ๋ฒจ",
["Left-Click"] = "๋งˆ์šฐ์Šค ์™ผํด๋ฆญ",
["Middle-Click"] = "๋งˆ์šฐ์Šค ๊ฐ€์šด๋ฐ",
["Right-Click"] = "๋งˆ์šฐ์Šค ์šฐํด๋ฆญ",
["Drag to Move"] = "๋“œ๋ž˜๊ทธํ•˜์—ฌ ์ด๋™",
["Change Anchor"] = "๊ธฐ์ค€์œ„์น˜ ๋ณ€๊ฒฝ",
["Save Position"] = "์œ„์น˜ ์ €์žฅ",
[" the Kingslayer"] = "ํ•™์‚ด์ž",
["Undead"] = "์–ธ๋ฐ๋“œ",
["Unit Tooltips"] = "์œ ๋‹› ํˆดํŒ",
["Class Color"] = "์ง์—… ์ƒ‰์ƒ",
["Color class names in tooltips"] = "ํˆดํŒ์— ์ด๋ฆ„์„ ์ง์—… ์ƒ‰์ƒ์œผ๋กœ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Title"] = "์นญํ˜ธ",
["Show player's title in tooltips"] = "ํˆดํŒ์— ํ”Œ๋ ˆ์ด์–ด์˜ ์นญํ˜ธ๋ฅผ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Guild Name"] = "๊ธธ๋“œ ์ด๋ฆ„",
["Show guild name in tooltips"] = "ํˆดํŒ์— ๊ธธ๋“œ ์ด๋ฆ„์„ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Guild Rank"] = "๊ธธ๋“œ ๋“ฑ๊ธ‰",
["Show guild rank in tooltips"] = "ํˆดํŒ์— ๊ธธ๋“œ ๋“ฑ๊ธ‰์„ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Show talents and specialization in tooltips"] = "ํˆดํŒ์— ์ „๋ฌธํ™” ๋ฐ ํŠน์„ฑ์„ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Show player's GearScore in tooltips"] = "ํˆดํŒ์— ๋Œ€์ƒ์˜ ๊ธฐ์–ด์Šค์ฝ”์–ด๋ฅผ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Show player's PawnScore in tooltips (may affect performance)"] = "ํˆดํŒ์— PawnScore๋ฅผ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค. (์„ฑ๋Šฅ์— ์˜ํ–ฅ ์žˆ์Œ)",
["requires Pawn"] = "Pawn ์• ๋“œ์˜จ ํ•„์š”",
["Show unit's target in tooltips"] = "ํˆดํŒ์— ๋Œ€์ƒ์„ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Faction Icon"] = "์ง„์˜ ์•„์ด์ฝ˜",
["Show player's faction icon (Horde/Alliance) in tooltips"] = "ํˆดํŒ์— ํ˜ธ๋“œ / ์–ผ๋ผ์ด์–ธ์Šค ์ง„์˜ ์•„์ด์ฝ˜์„ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["PVP Icon"] = "PVP ์•„์ด์ฝ˜",
["Show player's pvp flag status as icon instead of text"] = "ํˆดํŒ์— ์ „์Ÿ์ฐธ์—ฌ์ค‘ ๊ธ€์ž ๋Œ€์‹ ์— ์•„์ด์ฝ˜์œผ๋กœ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Health Bar"] = "์ƒ๋ช…๋ ฅ ๋ฐ”",
["Show unit's health bar under tooltip"] = "ํˆดํŒ ์•„๋ž˜์— ์ƒ๋ช…๋ ฅ ๋ฐ”๋ฅผ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Power Bar"] = "์ž์› ๋ฐ”",
["Show unit's power bar under tooltip"] = "ํˆดํŒ ์•„๋ž˜์— ์ž์› ๋ฐ”๋ฅผ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Character Frame"] = "์บ๋ฆญํ„ฐ์ฐฝ",
["Show GearScore in character frame"] = "์บ๋ฆญํ„ฐ ํ”„๋ ˆ์ž„์— ํ‰๊ท  ์•„์ดํ…œ ๋ ˆ๋ฒจ์„ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Average iLvl"] = "ํ‰๊ท  ์•„์ดํ…œ ๋ ˆ๋ฒจ",
["Show Average Item Level in character frame"] = "์บ๋ฆญํ„ฐ ํ”„๋ ˆ์ž„์— ํ‰๊ท  ์•„์ดํ…œ ๋ ˆ๋ฒจ์„ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Lock Position"] = "์œ„์น˜ ๊ณ ์ •",
["Lock GearScore and Average Item Level positions in character frame"] = "์บ๋ฆญํ„ฐ ์ฐฝ์˜ ๊ธฐ์–ด์Šค์ฝ”์–ด์™€ ํ‰๊ท  ์•„์ดํ…œ ๋ ˆ๋ฒจ ํ”„๋ ˆ์ž„์˜ ์œ„์น˜๋ฅผ ๊ณ ์ •ํ•ฉ๋‹ˆ๋‹ค.",
["Extra"] = "์ถ”๊ฐ€",
["Show Item Level"] = "์•„์ดํ…œ ๋ ˆ๋ฒจ ํ‘œ์‹œ",
["Display item level in the tooltip for certain items."] = "ํŠน์ • ์•„์ดํ…œ์˜ ํˆดํŒ์— ์•„์ดํ…œ ๋ ˆ๋ฒจ์„ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Show Item GearScore"] = "์•„์ดํ…œ ๊ธฐ์–ด์Šค์ฝ”์–ด ํ‘œ์‹œ",
["Show GearScore in item tooltips"] = "์•„์ดํ…œ ํˆดํŒ์— ๊ธฐ์–ด์Šค์ฝ”์–ด๋ฅผ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Enhanced Tooltips"] = "ํ–ฅ์ƒ๋œ ํˆดํŒ",
["Disable In Combat"] = "์ „ํˆฌ ์ค‘ ๋น„ํ™œ์„ฑํ™”",
["Disable gearscore & talents in combat"] = "์ „ํˆฌ์ค‘์—๋Š” ๊ธฐ์–ด์Šค์ฝ”์–ด ๋ฐ ํŠน์„ฑ์„ ํ‘œ์‹œํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.",
["Chat Class Colors"] = "๋Œ€ํ™”์ฐฝ ์ง์—… ์ƒ‰์ƒ",
["Color names by class in chat windows"] = "๋Œ€ํ™”์ฐฝ์— ์ง์—… ์ƒ‰์ƒ์— ๋”ฐ๋ฅธ ์ด๋ฆ„์„ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Instant Fade"] = "์ฆ‰์‹œ ์ˆจ๊น€",
["Fade out unit tooltips instantly"] = "์œ ๋‹› ํˆดํŒ์„ ์ฆ‰์‹œ ์‚ฌ๋ผ์ง€๊ฒŒ ํ•ฉ๋‹ˆ๋‹ค.",
["Custom Tooltip Position"] = "์‚ฌ์šฉ์ž ํˆดํŒ ์œ„์น˜",
["Set a custom position for tooltips"] = "ํˆดํŒ์˜ ์œ„์น˜๋ฅผ ๋ณ€๊ฒฝํ•ฉ๋‹ˆ๋‹ค.",
["Tooltip Style"] = "ํˆดํŒ ํ˜•์‹",
["FULL"] = "์ „์ฒด ํ‘œ์‹œ",
["Always FULL"] = "ํ•ญ์ƒ ์ „์ฒด ํ‘œ์‹œ",
["COMPACT/FULL"] = "๊ฐ„๊ฒฐ / ์ „์ฒด",
["Default COMPACT, hold SHIFT for FULL"] = "๊ธฐ๋ณธ๊ฐ’์€ ๊ฐ„๊ฒฐ, SHIFT ๋ฅผ ๋ˆ„๋ฅด๋ฉด ์ „์ฒด ํ‘œ์‹œ",
["COMPACT"] = "๊ฐ„๊ฒฐ ํ‘œ์‹œ",
["Always COMPACT"] = "ํ•ญ์ƒ ๊ฐ„๊ฒฐ ํ‘œ์‹œ",
["MINI/FULL"] = "์š”์•ฝ / ์ „์ฒด",
["Default MINI, hold SHIFT for FULL"] = "๊ธฐ๋ณธ๊ฐ’์€ ์ค„์ž„, SHIFT ๋ฅผ ๋ˆ„๋ฅด๋ฉด ์ „์ฒด ํ‘œ์‹œ",
["MINI"] = "์š”์•ฝ ํ‘œ์‹œ",
["Always MINI"] = "ํ•ญ์ƒ ์š”์•ฝ ํ‘œ์‹œ",
["Wide, Dual Spec, GearScore, Average iLvl"] = "๋„“๊ฒŒ ํ‘œ์‹œ, ์ด์ค‘ ํŠน์„ฑ, ๊ธฐ์–ด์Šค์ฝ”์–ด, ํ‰๊ท  ์•„์ดํ…œ ๋ ˆ๋ฒจ",
["Narrow, Active Spec, GearScore"] = "์ข๊ฒŒ ํ‘œ์‹œ, ํ˜„์žฌ ํŠน์„ฑ, ๊ธฐ์–ด์Šค์ฝ”์–ด",
["Narrow, Active Spec, GearScore, Average iLvl"] = "์ข๊ฒŒ ํ‘œ์‹œ, ํ˜„์žฌ ํŠน์„ฑ, ๊ธฐ์–ด์Šค์ฝ”์–ด, ํ‰๊ท  ์•„์ดํ…œ ๋ ˆ๋ฒจ",
["Reset configuration"] = "์„ค์ • ์ดˆ๊ธฐํ™”",
["Configuration has been reset to default."] = "๋ชจ๋“  ์„ค์ •์„ ์ดˆ๊ธฐํ™” ํ•ฉ๋‹ˆ๋‹ค.",
["Custom tooltip position enabled."] = "์‚ฌ์šฉ์ž ํˆดํŒ ์œ„์น˜๋ฅผ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.",
["Custom tooltip position disabled."] = "์‚ฌ์šฉ์ž ํˆดํŒ ์œ„์น˜๋ฅผ ์‚ฌ์šฉํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.",
["Custom position anchor set"] = "์‚ฌ์šฉ์ž ํˆดํŒ ์œ„์น˜๋ฅผ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Anchor to Mouse"] = "๋งˆ์šฐ์Šค ์œ„์น˜",
["Anchor tooltips to mouse cursor"] = "ํˆดํŒ์„ ๋งˆ์šฐ์Šค ์ปค์„œ์— ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Only in WorldFrame"] = "ํ•„๋“œ์—์„œ๋งŒ ํ‘œ์‹œ",
["Anchor to mouse only in WorldFrame\nSkips raid / party frames"] = "ํ•„๋“œ์—์„œ๋งŒ ๋งˆ์šฐ์Šค ์œ„์น˜์— ํˆดํŒ์„ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค. \nํŒŒํ‹ฐ ๋˜๋Š” ๊ณต๊ฒฉ๋Œ€์‹œ์—๋Š” ์ƒ๋žตํ•ฉ๋‹ˆ๋‹ค.",
["Anchor Spells to Mouse"] = "์ฃผ๋ฌธ ํˆดํŒ ๋งˆ์šฐ์Šค ์œ„์น˜",
["Anchor spell tooltips to mouse cursor"] = "์ฃผ๋ฌธ ํˆดํŒ์„ ๋งˆ์šฐ์Šค ์ปค์„œ์— ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Show Achievement Points"] = "์—…์  ์ ์ˆ˜ ํ‘œ์‹œ",
["Show total achievement points in tooltips"] = "ํˆดํŒ์— ์ „์ฒด ์—…์  ์ ์ˆ˜๋ฅผ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Mover"] = "์œ„์น˜ ์ด๋™ ํ”„๋ ˆ์ž„",
["TEXT_OPT_DESC"] = "ํ–ฅ์ƒ๋œ ํ”Œ๋ ˆ์ด์–ด ํˆดํŒ - ์ง์—… ์ƒ‰์ƒ, ํŠน์„ฑ/์ „๋ฌธํ™”, \n๊ธฐ์–ด์Šค์ฝ”์–ด, ๊ธธ๋“œ ๋“ฑ๊ธ‰",
["TEXT_OPT_UBERTIPS"] = "์ฃผ๋ฌธ์— ๋Œ€ํ•œ ํ–ฅ์ƒ๋œ ํˆดํŒ์„ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค. ("UberTooltips")",
["TEXT_HELP_MOVER_SHOWN"] = "์œ„์น˜ ์ด๋™ ํ”„๋ ˆ์ž„์ด ํ‘œ์‹œ๋ฉ๋‹ˆ๋‹ค. ๋…ธ๋ž€์ƒ‰ ์ ์„ ๋“œ๋ž˜๊ทธํ•˜์—ฌ ํˆดํŒ์˜ ์œ„์น˜๋ฅผ ์ด๋™, ํœ  ํด๋ฆญ์œผ๋กœ ๊ธฐ์ค€ ์œ„์น˜๋ฅผ ๋ณ€๊ฒฝ, ์˜ค๋ฅธ์ชฝ ํด๋ฆญ์œผ๋กœ ์ €์žฅํ•ฉ๋‹ˆ๋‹ค.",
["TEXT_HELP_MOVER_SAVED"] = "์‚ฌ์šฉ์ž ํˆดํŒ ์œ„์น˜๊ฐ€ ์ €์žฅ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ์œ„์น˜ ์ด๋™ ํ”„๋ ˆ์ž„์ด ์‚ฌ๋ผ์ง‘๋‹ˆ๋‹ค. '/tacotip custom' ๋ฅผ ์ž…๋ ฅํ•˜์—ฌ ์œ„์น˜ ์ด๋™ ํ”„๋ ˆ์ž„์„ ํ‘œ์‹œํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.",
["TEXT_HELP_ANCHOR"] = "์‚ฌ์šฉ๋ฒ•: /tacotip anchor ANCHOR. ANCHOR ๋Œ€์‹ ์— TOPLEFT/TOPRIGHT/BOTTOMLEFT/BOTTOMRIGHT/CENTER๋ฅผ ์ž…๋ ฅํ•˜์—ฌ ๊ธฐ์ค€์œ„์น˜๋ฅผ ๋ณ€๊ฒฝํ•ฉ๋‹ˆ๋‹ค.",
["TEXT_HELP_WELCOME"] = "์• ๋“œ์˜จ์„ ๋ถˆ๋Ÿฌ์™”์Šต๋‹ˆ๋‹ค. ์ œ์ž‘์ž: kebabstorm / Locale koKR: next96, Neme",
["TEXT_HELP_FIRST_LOGIN"] = "/tacotip ์„ ์ž…๋ ฅํ•˜์—ฌ ์„ค์ •์ฐฝ์„ ์—ฝ๋‹ˆ๋‹ค.",
["TEXT_DLG_CUSTOM_POS_CONFIRM"] = "\n์‚ฌ์šฉ์ž ํˆดํŒ ์œ„์น˜๋ฅผ ์ €์žฅํ•˜๊ฑฐ๋‚˜ ์ดˆ๊ธฐํ™” ํ•˜๊ฒ ์Šต๋‹ˆ๊นŒ?\n\n",
["FORMAT_GUILD_RANK_1"] = "%s of <%s>",
["CHARACTER_FRAME_GS_TITLE_FONT"] = "Fonts\FRIZQT__.TTF",
["CHARACTER_FRAME_GS_TITLE_FONT_SIZE"] = 10,
["CHARACTER_FRAME_GS_TITLE_XPOS"] = 72,
["CHARACTER_FRAME_GS_TITLE_YPOS"] = 248,
["CHARACTER_FRAME_GS_VALUE_FONT"] = "Fonts\FRIZQT__.TTF",
["CHARACTER_FRAME_GS_VALUE_FONT_SIZE"] = 10,
["CHARACTER_FRAME_GS_VALUE_XPOS"] = 72,
["CHARACTER_FRAME_GS_VALUE_YPOS"] = 260,
["CHARACTER_FRAME_ILVL_TITLE_FONT"] = "Fonts\FRIZQT__.TTF",
["CHARACTER_FRAME_ILVL_TITLE_FONT_SIZE"] = 10,
["CHARACTER_FRAME_ILVL_TITLE_XPOS"] = 270,
["CHARACTER_FRAME_ILVL_TITLE_YPOS"] = 248,
["CHARACTER_FRAME_ILVL_VALUE_FONT"] = "Fonts\FRIZQT__.TTF",
["CHARACTER_FRAME_ILVL_VALUE_FONT_SIZE"] = 10,
["CHARACTER_FRAME_ILVL_VALUE_XPOS"] = 270,
["CHARACTER_FRAME_ILVL_VALUE_YPOS"] = 260,
["INSPECT_FRAME_GS_TITLE_FONT"] = "Fonts\FRIZQT__.TTF",
["INSPECT_FRAME_GS_TITLE_FONT_SIZE"] = 10,
["INSPECT_FRAME_GS_TITLE_XPOS"] = 72,
["INSPECT_FRAME_GS_TITLE_YPOS"] = 141,
["INSPECT_FRAME_GS_VALUE_FONT"] = "Fonts\FRIZQT__.TTF",
["INSPECT_FRAME_GS_VALUE_FONT_SIZE"] = 10,
["INSPECT_FRAME_GS_VALUE_XPOS"] = 72,
["INSPECT_FRAME_GS_VALUE_YPOS"] = 153,
["INSPECT_FRAME_ILVL_TITLE_FONT"] = "Fonts\FRIZQT__.TTF",
["INSPECT_FRAME_ILVL_TITLE_FONT_SIZE"] = 10,
["INSPECT_FRAME_ILVL_TITLE_XPOS"] = 270,
["INSPECT_FRAME_ILVL_TITLE_YPOS"] = 141,
["INSPECT_FRAME_ILVL_VALUE_FONT"] = "Fonts\FRIZQT__.TTF",
["INSPECT_FRAME_ILVL_VALUE_FONT_SIZE"] = 10,
["INSPECT_FRAME_ILVL_VALUE_XPOS"] = 270,
["INSPECT_FRAME_ILVL_VALUE_YPOS"] = 153,
}

Arena rating

Hello, are there any plans to add arena team ratings to the tooltip?

re upload for Locale.KR

The previous translator made many mistakes
appropriately modified
Locale.KR is attached.

Please modified it in future updates.

--[[

TacoTip Localization: koKR

Translators: next96, Neme
--]]

if (GetLocale() ~= "koKR") then return end

TACOTIP_LOCALE = {
["Player"] = "ํ”Œ๋ ˆ์ด์–ด",
["Pet"] = "์†Œํ™˜์ˆ˜",
["Target"] = "๋Œ€์ƒ",
["None"] = "์—†์Œ",
["Self"] = "์ž์‹ ",
["You"] = "๋‹น์‹ ",
["Talents"] = "ํŠน์„ฑ",
["Style"] = "ํ˜•์‹",
["Guild"] = "๊ธธ๋“œ",
["Rank"] = "๋“ฑ๊ธ‰",
["Level"] = "๋ ˆ๋ฒจ",
["GearScore"] = "์•„์ดํ…œ ์ ์ˆ˜",
["iLvl"] = "์•„์ดํ…œ๋ ˆ๋ฒจ (ํ‰๊ท )",
["Item Level"] = "์•„์ดํ…œ ๋ ˆ๋ฒจ",
["Left-Click"] = "๋งˆ์šฐ์Šค ์™ผํด๋ฆญ",
["Middle-Click"] = "๋งˆ์šฐ์Šค ๊ฐ€์šด๋ฐ",
["Right-Click"] = "๋งˆ์šฐ์Šค ์šฐํด๋ฆญ",
["Drag to Move"] = "๋“œ๋ž˜๊ทธํ•˜์—ฌ ์ด๋™",
["Change Anchor"] = "๊ธฐ์ค€์œ„์น˜ ๋ณ€๊ฒฝ",
["Save Position"] = "์œ„์น˜ ์ €์žฅ",
[" the Kingslayer"] = "ํ•™์‚ด์ž",
["Undead"] = "์–ธ๋ฐ๋“œ",
["Unit Tooltips"] = "์œ ๋‹› ํˆดํŒ",
["Class Color"] = "์ง์—… ์ƒ‰์ƒ",
["Color class names in tooltips"] = "ํˆดํŒ์— ์ด๋ฆ„์„ ์ง์—… ์ƒ‰์ƒ์œผ๋กœ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Title"] = "์นญํ˜ธ",
["Show player's title in tooltips"] = "ํˆดํŒ์— ํ”Œ๋ ˆ์ด์–ด์˜ ์นญํ˜ธ๋ฅผ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Guild Name"] = "๊ธธ๋“œ ์ด๋ฆ„",
["Show guild name in tooltips"] = "ํˆดํŒ์— ๊ธธ๋“œ ์ด๋ฆ„์„ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Guild Rank"] = "๊ธธ๋“œ ๋“ฑ๊ธ‰",
["Show guild rank in tooltips"] = "ํˆดํŒ์— ๊ธธ๋“œ ๋“ฑ๊ธ‰์„ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Show talents and specialization in tooltips"] = "ํˆดํŒ์— ์ „๋ฌธํ™” ๋ฐ ํŠน์„ฑ์„ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Show player's GearScore in tooltips"] = "ํˆดํŒ์— ๋Œ€์ƒ์˜ ๊ธฐ์–ด์Šค์ฝ”์–ด๋ฅผ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Show player's PawnScore in tooltips (may affect performance)"] = "ํˆดํŒ์— PawnScore๋ฅผ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค. (์„ฑ๋Šฅ์— ์˜ํ–ฅ ์žˆ์Œ)",
["requires Pawn"] = "Pawn ์• ๋“œ์˜จ ํ•„์š”",
["Show unit's target in tooltips"] = "ํˆดํŒ์— ๋Œ€์ƒ์„ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Faction Icon"] = "์ง„์˜ ์•„์ด์ฝ˜",
["Show player's faction icon (Horde/Alliance) in tooltips"] = "ํˆดํŒ์— ํ˜ธ๋“œ / ์–ผ๋ผ์ด์–ธ์Šค ์ง„์˜ ์•„์ด์ฝ˜์„ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["PVP Icon"] = "PVP ์•„์ด์ฝ˜",
["Show player's pvp flag status as icon instead of text"] = "ํˆดํŒ์— ์ „์Ÿ์ฐธ์—ฌ์ค‘ ๊ธ€์ž ๋Œ€์‹ ์— ์•„์ด์ฝ˜์œผ๋กœ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Health Bar"] = "์ƒ๋ช…๋ ฅ ๋ฐ”",
["Show unit's health bar under tooltip"] = "ํˆดํŒ ์•„๋ž˜์— ์ƒ๋ช…๋ ฅ ๋ฐ”๋ฅผ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Power Bar"] = "์ž์› ๋ฐ”",
["Show unit's power bar under tooltip"] = "ํˆดํŒ ์•„๋ž˜์— ์ž์› ๋ฐ”๋ฅผ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Character Frame"] = "์บ๋ฆญํ„ฐ์ฐฝ",
["Show GearScore in character frame"] = "์บ๋ฆญํ„ฐ ํ”„๋ ˆ์ž„์— ํ‰๊ท  ์•„์ดํ…œ ๋ ˆ๋ฒจ์„ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Average iLvl"] = "ํ‰๊ท  ์•„์ดํ…œ ๋ ˆ๋ฒจ",
["Show Average Item Level in character frame"] = "์บ๋ฆญํ„ฐ ํ”„๋ ˆ์ž„์— ํ‰๊ท  ์•„์ดํ…œ ๋ ˆ๋ฒจ์„ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Lock Position"] = "์œ„์น˜ ๊ณ ์ •",
["Lock GearScore and Average Item Level positions in character frame"] = "์บ๋ฆญํ„ฐ ์ฐฝ์˜ ๊ธฐ์–ด์Šค์ฝ”์–ด์™€ ํ‰๊ท  ์•„์ดํ…œ ๋ ˆ๋ฒจ ํ”„๋ ˆ์ž„์˜ ์œ„์น˜๋ฅผ ๊ณ ์ •ํ•ฉ๋‹ˆ๋‹ค.",
["Extra"] = "์ถ”๊ฐ€",
["Show Item Level"] = "์•„์ดํ…œ ๋ ˆ๋ฒจ ํ‘œ์‹œ",
["Display item level in the tooltip for certain items."] = "ํŠน์ • ์•„์ดํ…œ์˜ ํˆดํŒ์— ์•„์ดํ…œ ๋ ˆ๋ฒจ์„ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Show Item GearScore"] = "์•„์ดํ…œ ๊ธฐ์–ด์Šค์ฝ”์–ด ํ‘œ์‹œ",
["Show GearScore in item tooltips"] = "์•„์ดํ…œ ํˆดํŒ์— ๊ธฐ์–ด์Šค์ฝ”์–ด๋ฅผ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Enhanced Tooltips"] = "ํ–ฅ์ƒ๋œ ํˆดํŒ",
["Disable In Combat"] = "์ „ํˆฌ ์ค‘ ๋น„ํ™œ์„ฑํ™”",
["Disable gearscore & talents in combat"] = "์ „ํˆฌ์ค‘์—๋Š” ๊ธฐ์–ด์Šค์ฝ”์–ด ๋ฐ ํŠน์„ฑ์„ ํ‘œ์‹œํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.",
["Chat Class Colors"] = "๋Œ€ํ™”์ฐฝ ์ง์—… ์ƒ‰์ƒ",
["Color names by class in chat windows"] = "๋Œ€ํ™”์ฐฝ์— ์ง์—… ์ƒ‰์ƒ์— ๋”ฐ๋ฅธ ์ด๋ฆ„์„ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Instant Fade"] = "์ฆ‰์‹œ ์ˆจ๊น€",
["Fade out unit tooltips instantly"] = "์œ ๋‹› ํˆดํŒ์„ ์ฆ‰์‹œ ์‚ฌ๋ผ์ง€๊ฒŒ ํ•ฉ๋‹ˆ๋‹ค.",
["Custom Tooltip Position"] = "์‚ฌ์šฉ์ž ํˆดํŒ ์œ„์น˜",
["Set a custom position for tooltips"] = "ํˆดํŒ์˜ ์œ„์น˜๋ฅผ ๋ณ€๊ฒฝํ•ฉ๋‹ˆ๋‹ค.",
["Tooltip Style"] = "ํˆดํŒ ํ˜•์‹",
["FULL"] = "์ „์ฒด ํ‘œ์‹œ",
["Always FULL"] = "ํ•ญ์ƒ ์ „์ฒด ํ‘œ์‹œ",
["COMPACT/FULL"] = "๊ฐ„๊ฒฐ / ์ „์ฒด",
["Default COMPACT, hold SHIFT for FULL"] = "๊ธฐ๋ณธ๊ฐ’์€ ๊ฐ„๊ฒฐ, SHIFT ๋ฅผ ๋ˆ„๋ฅด๋ฉด ์ „์ฒด ํ‘œ์‹œ",
["COMPACT"] = "๊ฐ„๊ฒฐ ํ‘œ์‹œ",
["Always COMPACT"] = "ํ•ญ์ƒ ๊ฐ„๊ฒฐ ํ‘œ์‹œ",
["MINI/FULL"] = "์š”์•ฝ / ์ „์ฒด",
["Default MINI, hold SHIFT for FULL"] = "๊ธฐ๋ณธ๊ฐ’์€ ์ค„์ž„, SHIFT ๋ฅผ ๋ˆ„๋ฅด๋ฉด ์ „์ฒด ํ‘œ์‹œ",
["MINI"] = "์š”์•ฝ ํ‘œ์‹œ",
["Always MINI"] = "ํ•ญ์ƒ ์š”์•ฝ ํ‘œ์‹œ",
["Wide, Dual Spec, GearScore, Average iLvl"] = "๋„“๊ฒŒ ํ‘œ์‹œ, ์ด์ค‘ ํŠน์„ฑ, ๊ธฐ์–ด์Šค์ฝ”์–ด, ํ‰๊ท  ์•„์ดํ…œ ๋ ˆ๋ฒจ",
["Narrow, Active Spec, GearScore"] = "์ข๊ฒŒ ํ‘œ์‹œ, ํ˜„์žฌ ํŠน์„ฑ, ๊ธฐ์–ด์Šค์ฝ”์–ด",
["Narrow, Active Spec, GearScore, Average iLvl"] = "์ข๊ฒŒ ํ‘œ์‹œ, ํ˜„์žฌ ํŠน์„ฑ, ๊ธฐ์–ด์Šค์ฝ”์–ด, ํ‰๊ท  ์•„์ดํ…œ ๋ ˆ๋ฒจ",
["Reset configuration"] = "์„ค์ • ์ดˆ๊ธฐํ™”",
["Configuration has been reset to default."] = "๋ชจ๋“  ์„ค์ •์„ ์ดˆ๊ธฐํ™” ํ•ฉ๋‹ˆ๋‹ค.",
["Custom tooltip position enabled."] = "์‚ฌ์šฉ์ž ํˆดํŒ ์œ„์น˜๋ฅผ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.",
["Custom tooltip position disabled."] = "์‚ฌ์šฉ์ž ํˆดํŒ ์œ„์น˜๋ฅผ ์‚ฌ์šฉํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.",
["Custom position anchor set"] = "์‚ฌ์šฉ์ž ํˆดํŒ ์œ„์น˜๋ฅผ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Anchor to Mouse"] = "๋งˆ์šฐ์Šค ์œ„์น˜",
["Anchor tooltips to mouse cursor"] = "ํˆดํŒ์„ ๋งˆ์šฐ์Šค ์ปค์„œ์— ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Only in WorldFrame"] = "ํ•„๋“œ์—์„œ๋งŒ ํ‘œ์‹œ",
["Anchor to mouse only in WorldFrame\nSkips raid / party frames"] = "ํ•„๋“œ์—์„œ๋งŒ ๋งˆ์šฐ์Šค ์œ„์น˜์— ํˆดํŒ์„ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค. \nํŒŒํ‹ฐ ๋˜๋Š” ๊ณต๊ฒฉ๋Œ€์‹œ์—๋Š” ์ƒ๋žตํ•ฉ๋‹ˆ๋‹ค.",
["Anchor Spells to Mouse"] = "์ฃผ๋ฌธ ํˆดํŒ ๋งˆ์šฐ์Šค ์œ„์น˜",
["Anchor spell tooltips to mouse cursor"] = "์ฃผ๋ฌธ ํˆดํŒ์„ ๋งˆ์šฐ์Šค ์ปค์„œ์— ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Show Achievement Points"] = "์—…์  ์ ์ˆ˜ ํ‘œ์‹œ",
["Show total achievement points in tooltips"] = "ํˆดํŒ์— ์ „์ฒด ์—…์  ์ ์ˆ˜๋ฅผ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค.",
["Mover"] = "์œ„์น˜ ์ด๋™ ํ”„๋ ˆ์ž„",
["TEXT_OPT_DESC"] = "ํ–ฅ์ƒ๋œ ํ”Œ๋ ˆ์ด์–ด ํˆดํŒ - ์ง์—… ์ƒ‰์ƒ, ํŠน์„ฑ/์ „๋ฌธํ™”, \n๊ธฐ์–ด์Šค์ฝ”์–ด, ๊ธธ๋“œ ๋“ฑ๊ธ‰",
["TEXT_OPT_UBERTIPS"] = "์ฃผ๋ฌธ์— ๋Œ€ํ•œ ํ–ฅ์ƒ๋œ ํˆดํŒ์„ ํ‘œ์‹œํ•ฉ๋‹ˆ๋‹ค. ("UberTooltips")",
["TEXT_HELP_MOVER_SHOWN"] = "์œ„์น˜ ์ด๋™ ํ”„๋ ˆ์ž„์ด ํ‘œ์‹œ๋ฉ๋‹ˆ๋‹ค. ๋…ธ๋ž€์ƒ‰ ์ ์„ ๋“œ๋ž˜๊ทธํ•˜์—ฌ ํˆดํŒ์˜ ์œ„์น˜๋ฅผ ์ด๋™, ํœ  ํด๋ฆญ์œผ๋กœ ๊ธฐ์ค€ ์œ„์น˜๋ฅผ ๋ณ€๊ฒฝ, ์˜ค๋ฅธ์ชฝ ํด๋ฆญ์œผ๋กœ ์ €์žฅํ•ฉ๋‹ˆ๋‹ค.",
["TEXT_HELP_MOVER_SAVED"] = "์‚ฌ์šฉ์ž ํˆดํŒ ์œ„์น˜๊ฐ€ ์ €์žฅ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ์œ„์น˜ ์ด๋™ ํ”„๋ ˆ์ž„์ด ์‚ฌ๋ผ์ง‘๋‹ˆ๋‹ค. '/tacotip custom' ๋ฅผ ์ž…๋ ฅํ•˜์—ฌ ์œ„์น˜ ์ด๋™ ํ”„๋ ˆ์ž„์„ ํ‘œ์‹œํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.",
["TEXT_HELP_ANCHOR"] = "์‚ฌ์šฉ๋ฒ•: /tacotip anchor ANCHOR. ANCHOR ๋Œ€์‹ ์— TOPLEFT/TOPRIGHT/BOTTOMLEFT/BOTTOMRIGHT/CENTER๋ฅผ ์ž…๋ ฅํ•˜์—ฌ ๊ธฐ์ค€์œ„์น˜๋ฅผ ๋ณ€๊ฒฝํ•ฉ๋‹ˆ๋‹ค.",
["TEXT_HELP_WELCOME"] = "์• ๋“œ์˜จ์„ ๋ถˆ๋Ÿฌ์™”์Šต๋‹ˆ๋‹ค. ์ œ์ž‘์ž: kebabstorm / Locale koKR: next96, Neme",
["TEXT_HELP_FIRST_LOGIN"] = "/tacotip ์„ ์ž…๋ ฅํ•˜์—ฌ ์„ค์ •์ฐฝ์„ ์—ฝ๋‹ˆ๋‹ค.",
["TEXT_DLG_CUSTOM_POS_CONFIRM"] = "\n์‚ฌ์šฉ์ž ํˆดํŒ ์œ„์น˜๋ฅผ ์ €์žฅํ•˜๊ฑฐ๋‚˜ ์ดˆ๊ธฐํ™” ํ•˜๊ฒ ์Šต๋‹ˆ๊นŒ?\n\n",
["FORMAT_GUILD_RANK_1"] = "%s of <%s>",
["CHARACTER_FRAME_GS_TITLE_FONT"] = "Fonts\FRIZQT__.TTF",
["CHARACTER_FRAME_GS_TITLE_FONT_SIZE"] = 10,
["CHARACTER_FRAME_GS_TITLE_XPOS"] = 72,
["CHARACTER_FRAME_GS_TITLE_YPOS"] = 248,
["CHARACTER_FRAME_GS_VALUE_FONT"] = "Fonts\FRIZQT__.TTF",
["CHARACTER_FRAME_GS_VALUE_FONT_SIZE"] = 10,
["CHARACTER_FRAME_GS_VALUE_XPOS"] = 72,
["CHARACTER_FRAME_GS_VALUE_YPOS"] = 260,
["CHARACTER_FRAME_ILVL_TITLE_FONT"] = "Fonts\FRIZQT__.TTF",
["CHARACTER_FRAME_ILVL_TITLE_FONT_SIZE"] = 10,
["CHARACTER_FRAME_ILVL_TITLE_XPOS"] = 270,
["CHARACTER_FRAME_ILVL_TITLE_YPOS"] = 248,
["CHARACTER_FRAME_ILVL_VALUE_FONT"] = "Fonts\FRIZQT__.TTF",
["CHARACTER_FRAME_ILVL_VALUE_FONT_SIZE"] = 10,
["CHARACTER_FRAME_ILVL_VALUE_XPOS"] = 270,
["CHARACTER_FRAME_ILVL_VALUE_YPOS"] = 260,
["INSPECT_FRAME_GS_TITLE_FONT"] = "Fonts\FRIZQT__.TTF",
["INSPECT_FRAME_GS_TITLE_FONT_SIZE"] = 10,
["INSPECT_FRAME_GS_TITLE_XPOS"] = 72,
["INSPECT_FRAME_GS_TITLE_YPOS"] = 141,
["INSPECT_FRAME_GS_VALUE_FONT"] = "Fonts\FRIZQT__.TTF",
["INSPECT_FRAME_GS_VALUE_FONT_SIZE"] = 10,
["INSPECT_FRAME_GS_VALUE_XPOS"] = 72,
["INSPECT_FRAME_GS_VALUE_YPOS"] = 153,
["INSPECT_FRAME_ILVL_TITLE_FONT"] = "Fonts\FRIZQT__.TTF",
["INSPECT_FRAME_ILVL_TITLE_FONT_SIZE"] = 10,
["INSPECT_FRAME_ILVL_TITLE_XPOS"] = 270,
["INSPECT_FRAME_ILVL_TITLE_YPOS"] = 141,
["INSPECT_FRAME_ILVL_VALUE_FONT"] = "Fonts\FRIZQT__.TTF",
["INSPECT_FRAME_ILVL_VALUE_FONT_SIZE"] = 10,
["INSPECT_FRAME_ILVL_VALUE_XPOS"] = 270,
["INSPECT_FRAME_ILVL_VALUE_YPOS"] = 153,
}

Feature Request: Panel Scaling

Hi, love the addon, but I feel it's missing a scaling option. I can scale everything else, and have, down to 80%, but my tooltips are still huge. Even somehing as basic as changing the font size could enable this.

While WoW itself does have an interface scaling option, it's useless for anyone who isn't visually impaired, as you cannot scale the UI down, only up. Nevermind, it's me who is visually impaired. Nevertheless, it would still be nice to have individual scaling for the addon.

Thanks for considering

Rod of the Ancient Sleepwalker

Only epic staff in SoD and has a rating of 12. Blue version in normal classic is 58. The epic version has 4 more int, 4 more spirit, and 26 healing compared to the blue version. Same with void crafted items. Extraplanar Spidersilk Boots are a 4 while the blue version is 18.

Localization

v0.2.9 introduced localizations, but translations are still required.

Translations Done

  • enUS (100%) : @anzz1
  • deDE (100%) : @shakimas , @Nils89
  • esES (100%) : @Yorkylizado
  • esMX (0%) :
  • frFR (0%) :
  • itIT (0%) :
  • koKR (100%) : @Wagerssi (์™€์šฐํ•˜๋Š”์•„์ €์”จ)
  • ptBR (0%) :
  • ruRU (100%) : @Iowerth
  • zhCN (100%) : @yisisixu (ไบ‘ๆ˜ฏ็บขๆฒณๅฒธ ไบ”ๅŒบ ็ขง็ฉบไน‹ๆญŒ)
  • zhTW (0%) :

For Translators:

Please copy the Locale/enUS.lua and translate the strings on the right side to your language.

You can use an existing translation in the Locale folder as an example on how to do it.

Also please translate this table in LibClassicInspector for your language.

lib.spec_table_localized = lib.spec_table_localized or {
    ["WARRIOR"] = {"Arms", "Fury", "Protection"},
    ["PALADIN"] = {"Holy", "Protection", "Retribution"},
    ["HUNTER"] = {"Beast Mastery", "Marksmanship", "Survival"},
    ["ROGUE"] = {"Assassination", "Combat", "Subtlety"},
    ["PRIEST"] = {"Discipline", "Holy", "Shadow"},
    ["DEATHKNIGHT"] = {"Blood", "Frost", "Unholy"},
    ["SHAMAN"] = {"Elemental", "Enhancement", "Restoration"},
    ["MAGE"] = {"Arcane", "Fire", "Frost"},
    ["WARLOCK"] = {"Affliction", "Demonology", "Destruction"},
    ["DRUID"] = {"Balance", "Feral Combat", "Restoration"}
}

For now, leave the lib.talents_table in LibClassicInspector untranslated, as translating them manually would be too much work and a script should be used anyway, and I haven't thought yet how to best to introduce translations for the talents with minimal performance impact as the talent table is rather large. To the best of my knowledge, no addons yet use the talent names anyway.

LibClassInspector: attempt to perform arithmetic on field '?' (a nil value)

Just installed version 0.3.9 and now this error appears:

Message: ...Tip/Libs/LibClassicInspector/LibClassicInspector.lua:3104: attempt to perform arithmetic on field '?' (a nil value)
Time: Sun Feb 26 19:46:12 2023
Count: 4
Stack: ...Tip/Libs/LibClassicInspector/LibClassicInspector.lua:3104: attempt to perform arithmetic on field '?' (a nil value)
[string "@Interface/AddOns/TacoTip/Libs/LibClassicInspector/LibClassicInspector.lua"]:3104: in function <...Tip/Libs/LibClassicInspector/LibClassicInspector.lua:3088>
[string "@Interface/AddOns/TacoTip/Libs/LibClassicInspector/LibClassicInspector.lua"]:3162: in function <...Tip/Libs/LibClassicInspector/LibClassicInspector.lua:3158>

Locals: s = "02-2000000000000000000000000003350031103050233152310312100500203120023000020000000511132505031500003510212050312000053030000000000012000000000000000000000000000J04"
(for index) = 1
(for limit) = 2
(for step) = 1
x = 1
(for index) = 4
(for limit) = 6
(for step) = 1
i = 4
z = 55115
(*temporary) = "02-2000000000000000000000000003350031103050233152310312100500203120023000020000000511132505031500003510212050312000053030000000000012000000000000000000000000000J04"
(*temporary) = <function> defined =[C]:-1
(*temporary) = nil
(*temporary) = 55115
(*temporary) = 237640
(*temporary) = 1
(*temporary) = 55115
(*temporary) = 237640
(*temporary) = 9
(*temporary) = 3
(*temporary) = 0
(*temporary) = 3
(*temporary) = "attempt to perform arithmetic on field '?' (a nil value)"
isWotlk = true
glyph_r_tbl = <table> {
 63219 = 23
 63223 = 26
 63225 = 28
 57937 = 1
 54923 = 2
 54925 = 4
 54927 = 6
 54929 = 8
 54931 = 10
 54935 = 12
 54937 = 14
 54939 = 16
 54943 = 18
 57979 = 6
 63218 = 22
 63220 = 24
 63222 = 25
 63224 = 27
 54922 = 1
 54924 = 3
 54926 = 5
 54928 = 7
 54930 = 9
 54934 = 11
 54936 = 13
 54938 = 15
 54940 = 17
 57958 = 5
 57955 = 4
 57954 = 3
 57947 = 2
 56414 = 19
 56416 = 20
 56420 = 21
 405004 = 29
}
SendAddonMessage = <function> defined =[C]:-1
C_PREFIX = "LCIV1"

Currently is no user with the Name '<>' online

I noticed that every time one of the opposing faction is in view range or is clicked, a Message will pop up that a Player with the current name is not online.

I kinda fear that this addon will spam other players with whispers, why else would it try something like that, that will spam the Chat with these kinds of messages

Compact mode tooltip improvements

  1. Please remove all these useless info in compact mode or let us to turn it off.
    compact tooltip
    PvP icon or status is useless, the words "level" and "player" are useless too. I understand that 80 means level, i don't need the word "level" on tooltip to understand that.
    Move guild name to the third row, after race and class

  2. For NPC tooltips: change npc second name to guild style, also remove word "level" and replace it with npc type (Humanoid, Elemental ... etc)
    npc tooltip

  3. Allow to customize the position of the tooltip attachment to the cursor: left, center, right. Now it's only to the right of the cursor and it's non-customizable

Cannot inspect group and raid members

Unfortunately, there's no error. However, with tacotip enabled I cannot inspect group members or the inspect window will pop up minutes later. When I disable tacotip there is no issue.

Out of range error voice

I've been getting "out of range" error voice line over and over in BGs specifically AV.
It stopped upon disabling this addon so I think this must be causing it.

GearScore as lib

Hi,

thanks for that add-on.

Is there any Change to get the GearScore calculation as lib?

Custom anchors

Could you implement custom anchor locations?

I'd like to have unit tooltips on my mouse for example.

TinyTooltip has a good example of how you could implement this, I have modified its behavior by changing the following bit in core.lua so it ignores mouseover tooltips on the raid frame:

hooksecurefunc("GameTooltip_SetDefaultAnchor", function(self, parent)
    if GetMouseFocus() ~= WorldFrame then return end
    LibEvent:trigger("tooltip:anchor", self, parent)
end)

Don't anchor tooltip to mouse during combat

I love that you can anchor the tooltip to the mouse, but it can be really distracting during combat. An option to not anchor to mouse during combat would therefore be very welcome.

Balance Druid Gearscore Dropped like a rock overnight

Not sure if this is the correct place to put this, but my fully enchanted, fully gemmed, 211 ilevel, near bis Balanced Druid, dropped from ~4200 to ~3850 overnight. Not sure if something changed that could affect this, but it doesn't seem right.

Target of mouseover

Please add an option to show the target of the mouseover unit. Maybe change it to "you" when they target you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.