lithammer / NeavUI

Development branch of Neav UI
http://www.wowinterface.com/downloads/info13981-NeavUI.html
MIT License
94 stars 42 forks source link

whats the meaning of the number under the below arrow? #287

Closed moshouchajian closed 4 years ago

moshouchajian commented 4 years ago

whats the meaning of the number under the below arrow?

lithammer commented 4 years ago

What number and what arrow?

moshouchajian commented 4 years ago

this

------------------ 原始邮件 ------------------ 发件人: "lithammer/NeavUI" <notifications@github.com>; 发送时间: 2020年10月16日(星期五) 下午3:35 收件人: "lithammer/NeavUI"<NeavUI@noreply.github.com>; 抄送: "金牌电影制作人假的"<320597068@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [lithammer/NeavUI] whats the meaning of the number under the below arrow? (#287)

What number and what arrow?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

moshouchajian commented 4 years ago

u can see the picture under the link

https://user.qzone.qq.com/320597068/photo/V54W916D3a1Vlv3Hctt12lngGA1GWMmV/

lithammer commented 4 years ago

That link isn't working very well for me. You can attach images directly to comments here on GitHub, just drag-and-drop an image into the textfield like this:

moshouchajian commented 4 years ago

QQ图片20201016180316

lithammer commented 4 years ago

Now I see 🙂 That's the so called "MP5", i.e. the amount of mana regenerated every 5s during combat. It was more important in past expansions.

If you don't like it you can disable it by setting showCombatRegen to false in nPower/config.lua like this:

diff --git a/Interface/AddOns/nPower/config.lua b/Interface/AddOns/nPower/config.lua
index 43b99cc..923df11 100644
--- a/Interface/AddOns/nPower/config.lua
+++ b/Interface/AddOns/nPower/config.lua
@@ -6,7 +6,7 @@ nPower.Config = {
     sizeWidth = 200,
     scale = 1.0,

-    showCombatRegen = true,
+    showCombatRegen = false,

     activeAlpha = 1,
     inactiveAlpha = 0.3,

I should probably remove it since it's mostly a relic of the past.

moshouchajian commented 4 years ago

thank u ,it works well。

moshouchajian commented 4 years ago

I found something about the addon npower。I have to reload when i log in to the game then the arrow shows。 1 2