5.19.7
This commit is contained in:
@@ -4,7 +4,6 @@ local AddonName = ...
|
||||
local Private = select(2, ...)
|
||||
|
||||
Private.DiscordList = {
|
||||
[=[007bb]=],
|
||||
[=[AcidWeb]=],
|
||||
[=[aelen]=],
|
||||
[=[Aishuu]=],
|
||||
@@ -14,7 +13,6 @@ Private.DiscordList = {
|
||||
[=[BadBrain]=],
|
||||
[=[Bart]=],
|
||||
[=[Boneshock]=],
|
||||
[=[Boxthor]=],
|
||||
[=[Burlis]=],
|
||||
[=[Causese]=],
|
||||
[=[Chab]=],
|
||||
@@ -50,7 +48,6 @@ Private.DiscordList = {
|
||||
[=[Ora]=],
|
||||
[=[ParkSaeRoyi]=],
|
||||
[=[phoenix7700]=],
|
||||
[=[Raysur]=],
|
||||
[=[reggie]=],
|
||||
[=[Reloe]=],
|
||||
[=[Spaten]=],
|
||||
|
||||
@@ -4383,39 +4383,17 @@ do
|
||||
end
|
||||
end
|
||||
|
||||
WeakAuras.CheckForItemEquipped = function(itemId, specificSlot)
|
||||
WeakAuras.CheckForItemEquipped = function(itemName, specificSlot)
|
||||
if not specificSlot then
|
||||
if type(itemId) == "number" then
|
||||
return IsEquippedItem(itemId or '')
|
||||
else
|
||||
for slot in pairs(Private.item_slot_types) do
|
||||
if WeakAuras.CheckForItemEquipped(itemId, slot) then
|
||||
return true
|
||||
end
|
||||
end
|
||||
end
|
||||
return IsEquippedItem(itemName)
|
||||
end
|
||||
local equippedItemID = GetInventoryItemID("player", specificSlot)
|
||||
return itemId and equippedItemID and (
|
||||
(type(itemId) == "number" and itemId == equippedItemID)
|
||||
or itemId == GetItemInfo(equippedItemID)
|
||||
return itemName and equippedItemID and (
|
||||
(type(itemName) == "number" and itemName == equippedItemID)
|
||||
or itemName == GetItemInfo(equippedItemID)
|
||||
)
|
||||
end
|
||||
|
||||
Private.ExecEnv.IsEquippedItemForLoad = function(item, exact)
|
||||
if not item then
|
||||
return
|
||||
end
|
||||
if exact then
|
||||
return WeakAuras.CheckForItemEquipped(item)
|
||||
else
|
||||
item = GetItemInfo(item)
|
||||
if item then
|
||||
return WeakAuras.CheckForItemEquipped(item)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
WeakAuras.GetCritChance = function()
|
||||
-- Based on what the wow paper doll does
|
||||
local spellCrit = 0
|
||||
|
||||
+2
-2
@@ -9,8 +9,8 @@ WeakAuras.halfWidth = WeakAuras.normalWidth / 2
|
||||
WeakAuras.doubleWidth = WeakAuras.normalWidth * 2
|
||||
|
||||
local versionStringFromToc = GetAddOnMetadata("WeakAuras", "Version")
|
||||
local versionString = "5.19.6 Beta"
|
||||
local buildTime = "20250403210000"
|
||||
local versionString = "5.19.7 Beta"
|
||||
local buildTime = "20250404095500"
|
||||
local isAwesomeEnabled = C_NamePlate and C_NamePlate.GetNamePlateForUnit and true or false
|
||||
|
||||
WeakAuras.versionString = versionString
|
||||
|
||||
@@ -884,7 +884,7 @@ L["Note: 'Hide Alone' is not available in the new aura tracking system. A load o
|
||||
L["Note: The available text replacements for multi triggers match the normal triggers now."] = "참고: 여러 활성 조건에서 사용할 수 있는 텍스트 대체 코드는 이제 일반 활성 조건에 맞춰집니다."
|
||||
L["Note: This trigger internally stores the shapeshift position, and thus is incompatible with learning stances on the fly, like e.g. the Gladiator Rune."] = "참고: 이 활성 조건은 내부적으로 변신/태세 번호를 저장하고 있으므로 비행 중에 검투사 룬 같은 태세를 배우면 제대로 호환되지 않습니다."
|
||||
L["Note: This trigger relies on the WoW API, which returns incorrect information in some cases."] = "참고: 이 활성 조건은 WoW API에 의존하고 있는데 API가 잘못된 정보를 가져오는 경우도 있습니다."
|
||||
L["Note: This trigger type estimates the range to the hitbox of a unit. The actual range of friendly players is usually 3 yards more than the estimate. Range checking capabilities depend on your current class and known abilities as well as the type of unit being checked. Some of the ranges may also not work with certain NPCs.|n|n|cFFAAFFAAFriendly Units:|r %s|n|cFFFFAAAAHarmful Units:|r %s|n|cFFAAAAFFMiscellanous Units:|r %s"] = "참고: 이런 종류의 활성 조건은 유닛의 히트박스 까지의 거리를 계산합니다. 아군 플레이어와의 실제 거리는 측정값보다 보통 3미터 더 떨어져 있습니다. 거리 검사는 당신의 현재 직업과 습득한 스킬, 검사중인 유닛의 종류에 따라 정확도에 차이가 있습니다. 특정 NPC에는 일부 구간의 거리 검사가 작동하지 않을 수 있습니다.|n|n|cFFAAFFAA아군 유닛:|r %s|n|cFFFFAAAA적 유닛:|r %s|n|cFFAAAAFF기타 유닛:|r %s"
|
||||
L["Note: This trigger type estimates the range to the hitbox of a unit. The actual range of friendly players is usually 3 yards more than the estimate. Range checking capabilities depend on your current class and known abilities as well as the type of unit being checked. Some of the ranges may also not work with certain NPCs.|n|n|cFFAAFFAAFriendly Units:|r %s|n|cFFFFAAAAHarmful Units:|r %s|n|cFFAAAAFFMiscellanous Units:|r %s"] = "참고: 이 활성 조건 유형은 유닛의 히트박스까지 거리를 측정합니다. 아군 플레이어와의 실제 거리는 측정값보다 보통 3미터 더 떨어져 있습니다. 거리 검사 정확도는 내 캐릭터의 직업과 스킬 및 검사 대상 유닛의 종류에 따라 차이를 보입니다. 특정 NPC에는 일부 구간의 거리 검사가 작동하지 않을 수 있습니다.|n|n|cFFAAFFAA아군 유닛:|r %s|n|cFFFFAAAA적 유닛:|r %s|n|cFFAAAAFF기타 유닛:|r %s"
|
||||
L["Noth the Plaguebringer"] = "역병술사 노스"
|
||||
L["NPC"] = "NPC"
|
||||
L["Npc ID"] = "NPC ID"
|
||||
|
||||
@@ -5,7 +5,7 @@ end
|
||||
local L = WeakAuras.L
|
||||
|
||||
-- WeakAuras
|
||||
L[ [=[ Filter formats: 'Name', 'Name-Realm', '-Realm'.
|
||||
L[ [=[ Filter formats: 'Name', 'Name-Realm', '-Realm'.
|
||||
|
||||
Supports multiple entries, separated by commas
|
||||
Can use \ to escape -.]=] ] = [=[过滤格式:'名称','名称-服务器','-服务器'。
|
||||
@@ -1302,10 +1302,10 @@ L["Supports multiple entries, separated by commas. Escape ',' with \\. Prefix wi
|
||||
L["Supports multiple entries, separated by commas. Escape with \\. Prefix with '-' for negation."] = "支持多个条目,由英文逗号分隔。用 \\ 转义编码,用 '-' 前缀表示否定。"
|
||||
L["Supports multiple entries, separated by commas. Prefix with '-' for negation."] = "支持多个条目,由英文逗号分隔。用 '-' 前缀表示否定。"
|
||||
L[ [=[Supports multiple entries, separated by commas. To include child zone ids, prefix with 'c', e.g. 'c2022'.
|
||||
Group Zone IDs must be prefixed with 'g', e.g. 'g277'.
|
||||
Supports Area IDs from https://wago.tools/db2/AreaTable prefixed with 'a'.
|
||||
Group Zone IDs must be prefixed with 'g', e.g. 'g277'.
|
||||
Supports Area IDs from https://wago.tools/db2/AreaTable prefixed with 'a'.
|
||||
Supports Instance IDs prefixed with 'i'.
|
||||
Entries can be prefixed with '-' to negate.]=] ] = [=[支持多个条目,由英文逗号分隔。若要包含子区域 ID,则前缀为 'c',如 'c2022'。组区域 ID 必须以
|
||||
Entries can be prefixed with '-' to negate.]=] ] = [=[支持多个条目,由英文逗号分隔。若要包含子区域 ID,则前缀为 'c',如 'c2022'。组区域 ID 必须以
|
||||
'g' 为前缀,如 'g277'。支持的区域 ID 以 'a' 为前缀,详见表格: https://wago.tools/db2/AreaTable 。条目可用 '-' 前缀表示否定。]=]
|
||||
L["Swing"] = "近战攻击"
|
||||
L["Swing Timer"] = "近战攻击计时器"
|
||||
|
||||
@@ -5,7 +5,7 @@ end
|
||||
local L = WeakAuras.L
|
||||
|
||||
-- WeakAuras
|
||||
L[ [=[ Filter formats: 'Name', 'Name-Realm', '-Realm'.
|
||||
L[ [=[ Filter formats: 'Name', 'Name-Realm', '-Realm'.
|
||||
|
||||
Supports multiple entries, separated by commas
|
||||
Can use \ to escape -.]=] ] = [=[過濾格式: '名字'、'名字-伺服器'、'-伺服器'。
|
||||
@@ -134,7 +134,7 @@ L["At Percent"] = "在百分比"
|
||||
L["At Value"] = "在數值"
|
||||
L["At War"] = "戰爭中"
|
||||
L["Attach to End"] = "附加到結尾"
|
||||
L["Attach to End, backwards"] = "往後黏附到末端"
|
||||
L["Attach to End, backwards"] = "附加到結尾,向後"
|
||||
L["Attach to Point"] = "附加到點"
|
||||
L["Attach to Start"] = "附加到開頭"
|
||||
L["Attack Power"] = "攻擊強度"
|
||||
@@ -779,8 +779,8 @@ L[ [=[Matches stage number of encounter journal.
|
||||
Intermissions are .5
|
||||
E.g. 1;2;1;2;2.5;3]=] ] = "匹配戰鬥日誌的階段號碼。中場為 0.5 例如1;2;1;2;2.5;3"
|
||||
L["Max Char "] = "最多字元數"
|
||||
L["Max Char"] = "最大字元"
|
||||
L["Max Charges"] = "最大可用次數"
|
||||
L["Max Char"] = "最多字元數"
|
||||
L["Max Charges"] = "最多可用次數"
|
||||
L["Max Health"] = "最大血量"
|
||||
L["Max Power"] = "最大能量"
|
||||
L["Max Quantity"] = "最大數量"
|
||||
@@ -1276,11 +1276,11 @@ L["Supports multiple entries, separated by commas"] = "支援輸入多個項目
|
||||
L[ [=[Supports multiple entries, separated by commas
|
||||
]=] ] = "支援輸入多個項目,使用逗號分隔。"
|
||||
L["Supports multiple entries, separated by commas. Escape ',' with \\. Prefix with '-' for negation."] = "支援輸入多個項目,使用逗號分隔。用 \\ 跳脫 ','。前面加上 '-' 表示否定。"
|
||||
L["Supports multiple entries, separated by commas. Escape with \\. Prefix with '-' for negation."] = "支持多個條目,由逗號隔開。用\\換行。前綴為“ - ”進行否定。"
|
||||
L["Supports multiple entries, separated by commas. Escape with \\. Prefix with '-' for negation."] = "支援輸入多個項目,使用逗號分隔。用 \\ 跳脫。前面加上 '-' 表示否定。"
|
||||
L["Supports multiple entries, separated by commas. Prefix with '-' for negation."] = "支援輸入多個項目,使用逗號分隔。前面加上 '-' 表示否定。"
|
||||
L[ [=[Supports multiple entries, separated by commas. To include child zone ids, prefix with 'c', e.g. 'c2022'.
|
||||
Group Zone IDs must be prefixed with 'g', e.g. 'g277'.
|
||||
Supports Area IDs from https://wago.tools/db2/AreaTable prefixed with 'a'.
|
||||
Group Zone IDs must be prefixed with 'g', e.g. 'g277'.
|
||||
Supports Area IDs from https://wago.tools/db2/AreaTable prefixed with 'a'.
|
||||
Supports Instance IDs prefixed with 'i'.
|
||||
Entries can be prefixed with '-' to negate.]=] ] = [=[支援輸入多個項目,以逗號分隔。若要包含子區域 ID,請在前面加上 'c',例如「c2022」。
|
||||
群組區域 ID 必須以 'g' 開頭,例如 'g277'。
|
||||
@@ -1470,7 +1470,7 @@ Last upgrade: %s
|
||||
|
||||
|cffff0000You should BACKUP your WTF folder BEFORE pressing this button.|r]=] ] = [=[WeakAuras 偵測到它被降回舊版本,你所儲存的提醒效果已無法正常運作。
|
||||
是否要執行|cffff0000實驗性的|r修復工具? 將會覆蓋自上次資料庫升級以來所做的任何更改。
|
||||
上次升級是: %s
|
||||
上次升級是: %s
|
||||
|
||||
|cffff0000在按下此按鈕之前,你應該先備份 WTF 資料夾。|r]=]
|
||||
L["WeakAuras is creating a rollback snapshot of your auras. This snapshot will allow you to revert to the current state of your auras if something goes wrong. This process may cause your framerate to drop until it is complete."] = "WeakAuras 正在建立提醒效果的還原快照。如果出現問題,此快照將允許您恢復到提醒效果目前的狀態。此過程可能會導致幀速下降,直到完成為止。"
|
||||
|
||||
@@ -1311,9 +1311,8 @@ Private.load_prototype = {
|
||||
multiEntry = {
|
||||
operator = "or"
|
||||
},
|
||||
test = "Private.ExecEnv.IsEquippedItemForLoad(%s, %s)",
|
||||
events = { "UNIT_INVENTORY_CHANGED", "PLAYER_EQUIPMENT_CHANGED"},
|
||||
showExactOption = true
|
||||
test = "IsEquippedItem(GetItemInfo(%s) or '')",
|
||||
events = { "UNIT_INVENTORY_CHANGED", "PLAYER_EQUIPMENT_CHANGED"}
|
||||
},
|
||||
{
|
||||
name = "not_itemequiped",
|
||||
|
||||
@@ -705,7 +705,7 @@ local function singleTest(arg, trigger, use, name, value, operator, use_exact, c
|
||||
return name;
|
||||
end
|
||||
end
|
||||
elseif arg.type == "spell" or arg.type == "item" then
|
||||
elseif (arg.type == "spell") then
|
||||
if arg.showExactOption then
|
||||
return "("..arg.test:format(value, tostring(use_exact) or "false") ..")";
|
||||
else
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
## Interface: 30300
|
||||
## Title: WeakAuras
|
||||
## Author: The WeakAuras Team
|
||||
## Version: 5.19.6
|
||||
## Version: 5.19.7
|
||||
## X-Flavor: 3.3.5
|
||||
## Notes: A powerful, comprehensive utility for displaying graphics and information based on buffs, debuffs, and other triggers.
|
||||
## Notes-esES: Potente y completa aplicación que te permitirá mostrar por pantalla múltiples diseños, basados en beneficios, perjuicios y otros activadores.
|
||||
|
||||
Reference in New Issue
Block a user