Updates
This commit is contained in:
@@ -308,6 +308,15 @@ local function CreatePluginFrames (data)
|
||||
title:SetPoint ("left", titleIcon, "right", 20, -9)
|
||||
DmgRank.Title = title
|
||||
|
||||
--> help button
|
||||
--> after 10 logins on the character this help button will not be show any more
|
||||
if (_detalhes.tutorial.main_help_button < 10) then
|
||||
local help = DetailsFrameWork:NewHelp (DmgRankFrame, 280, 280, 0, -20, 40, 40)
|
||||
help:SetPoint ("topright", DmgRankFrame, "topright", 8, 9)
|
||||
help:AddHelp (300, 300, 0, 0, 138, -138, Loc ["STRING_HELP"])
|
||||
help:SetFrameLevel (DmgRankFrame:GetFrameLevel()+2)
|
||||
end
|
||||
|
||||
--> announce switch
|
||||
local announce = DetailsFrameWork:NewSwitch (bg1, _, "DetailsDmgRankAnnouce", "announceSwitch", 60, 20, _, _, DmgRank.rank.annouce)
|
||||
bg1.announceSwitch:SetPoint ("topleft", DmgRankFrame, 12, -184)
|
||||
|
||||
@@ -19,6 +19,7 @@ Loc ["STRING_CANCELLED"] = "This attempt has been cancelled."
|
||||
Loc ["STRING_CANCELLED_NOT_COMBAT"] = "This attempt has been cancelled: you aren't in combat."
|
||||
Loc ["STRING_CANCELLED_IN_GROUP"] = "This attempt has been cancelled: you are in a group."
|
||||
Loc ["STRING_CANCELLED_AURA"] = "This attempt has been cancelled: prohibited aura: "
|
||||
Loc ["STRING_HELP"] = "Damage Rank is a fun tool where your goal is reach the requested damage within the given time. Completing the mission, your rank increases and the challenge becomes harder and harder."
|
||||
|
||||
--> Challenge Names:
|
||||
Loc ["CHALLENGENAME_1"] = "Ready to Raid"
|
||||
|
||||
@@ -19,6 +19,7 @@ Loc ["STRING_CANCELLED"] = "Esta tentativa foi cancelada."
|
||||
Loc ["STRING_CANCELLED_NOT_COMBAT"] = "Esta tentativa foi cancelada: você não esta mais em combate."
|
||||
Loc ["STRING_CANCELLED_IN_GROUP"] = "Esta tentativa foi cancelada: você está em grupo."
|
||||
Loc ["STRING_CANCELLED_AURA"] = "Esta tentativa foi cancelada: buff proibido: "
|
||||
Loc ["STRING_HELP"] = "Rank de Dano eh uma ferramenta interativa cujo o objetivo eh conseguir alcancar a margem de dano pedida dentro do tempo estabelecido. Cada vez que voce alcanca-lo, seu nivel aumenta e o desafio torna-se maior."
|
||||
|
||||
--> Challenge Names:
|
||||
Loc ["CHALLENGENAME_1"] = "Pronto Para Raidar"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 108 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 512 KiB After Width: | Height: | Size: 440 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 256 KiB After Width: | Height: | Size: 167 KiB |
@@ -86,6 +86,15 @@ local function CreatePluginFrames (data)
|
||||
texturetitle:SetWidth (300)
|
||||
texturetitle:SetHeight (128)
|
||||
|
||||
--> help button
|
||||
--> after 10 logins on the character this help button will not be show any more
|
||||
if (_detalhes.tutorial.main_help_button < 10) then
|
||||
local help = DetailsFrameWork:NewHelp (TimeAttackFrame, 280, 280, 0, -20, 40, 40)
|
||||
help:SetPoint ("topright", TimeAttackFrame, "topright", 8, 9)
|
||||
help:AddHelp (300, 300, 0, 0, 138, -138, Loc ["STRING_HELP"])
|
||||
help:SetFrameLevel (TimeAttackFrame:GetFrameLevel()+2)
|
||||
end
|
||||
|
||||
--> a dark blue image on bottom of window
|
||||
local texturedown = TimeAttackFrame:CreateTexture (nil, "artwork")
|
||||
texturedown:SetTexture ("Interface\\PetBattles\\Weather-Darkness")
|
||||
|
||||
@@ -14,6 +14,7 @@ Loc ["STRING_RECENTLY"] = "Recently"
|
||||
Loc ["STRING_SETNOTE"] = "set note"
|
||||
Loc ["STRING_SECONDS"] = "seconds"
|
||||
Loc ["STRING_COMBATFAIL"] = "Combat wasn't started by you, try leave your group or raid."
|
||||
Loc ["STRING_HELP"] = "Use timeattack to measure your damage within a certain time window. You can choose the amount of time from on the slider bar below. After reaching the time you can save the attempt to compare with others attempts in the future. When you save an attempt, Timeattack record your item level and the date together with the damage and time."
|
||||
|
||||
Loc ["STRING_REPORT"] = "Details Time Attack Report"
|
||||
Loc ["STRING_DAMAGEOVER"] = "damage over"
|
||||
|
||||
@@ -14,6 +14,7 @@ Loc ["STRING_RECENTLY"] = "Recente"
|
||||
Loc ["STRING_SETNOTE"] = "escrever comentario"
|
||||
Loc ["STRING_SECONDS"] = "segundos"
|
||||
Loc ["STRING_COMBATFAIL"] = "O combate não foi iniciado por voce, tente saido do grupo ou da raide."
|
||||
Loc ["STRING_HELP"] = "Use o Cronometro para medir o seu dano dentro de um determinado tempo. Voce pode escolher a quantidade de tempo na barra de deslizar logo abaixo. Apos alcancar o tempo voce pode salvar a quantidade de dano que fez para comparar com outras no futuro."
|
||||
|
||||
Loc ["STRING_REPORT"] = "Details Relatorio do Cronometro"
|
||||
Loc ["STRING_DAMAGEOVER"] = "de dano em"
|
||||
|
||||
Reference in New Issue
Block a user