Results: 2Comments by: Pussar
File: LumUi - Fan update07-11-11
Re: Re: Mana (Power bars)
Posted By: Pussar
Originally posted by apocalipsus Easy enough: Open the oUF_lumen.lua file Look around the line 620 and it should look something like this: if(ptype == "MANA") then if(min == max) then power.value:SetText() power.percent:SetText() Change that line to: power.value:SetText(min) just add t...
File: LumUi - Fan update07-10-11
Mana (Power bars)
Posted By: Pussar
Hello! Thank you for keeping this pack alive ! can't play without it. Is there a easy way to always show mana numbers ?