Files
wow-weakauras/WIP/Icey AP/Pred AP.lua

5 lines
155 B
Lua

function()
local AP = UnitPower("player") --Get astral power and max power
local maxAP = UnitPowerMax("player")
return maxAP - AP, maxAP, 1
end