[問題] WeakAuras 監視法力百分比

作者: zorro0555 (睡寶)   2014-12-10 03:59:12
想問一下 要怎麼用 WeakAuras 的文字類行模組
用 %c 輸出 %p/%t*100 + '%' 的法力百分比
簡單來說就是一個文字會跟著我法力百分比跳要怎麼寫?
感謝大家了
自問自答
function()
local p = math.max(0, UnitMana("player")) /
math.max(1, UnitManaMax("player")) * 100;
return string.format("%.f", p) .. "%%";
end

Links booklink

Contact Us: admin [ a t ] ucptt.com