作者:
raider01 (raider)
2016-12-25 11:36:50此設置採用的是WeakAuras2
使用TMW的我不清楚
1.首先去建立一個圖示
2.在文字那邊改成「%c」
3.將以下函數貼進去
function()
local currentCharges, maxCharges, cooldownStart, cooldownDuration =
GetSpellCharges(53600)
if currentCharges > 1 then
return ("16")
elseif currentCharges <2 then
local timenow = GetTime()
local CL = cooldownStart + cooldownDuration - timenow
local CP = 1 - CL / cooldownDuration
local SeraphimTime = string.format("%6.1f", currentCharges *8 + 8 * CP)
return ( SeraphimTime )
end
end
4.調整你的字型大小、圖示、位置到你順眼的樣子
5.把觸發調成隨便一個技能的冷卻,然後把顯示調成「總是」
或著你只想要沒有六翼時顯示出來,那就改成
「光環」
光環名稱=「六翼天使」
「只顯示自己的」打勾
「反向」打勾
或著,你是一個懶人
https://docs.google.com/document
/d/19GmbUmAgPgkH50SsOqDHyrgjW5E0rcUhSW0AJAtH1VM/edit?usp=sharing
自己去把字串匯入再調整吧~~