Closed moshouchajian closed 4 years ago
What number and what arrow?
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.
u can see the picture under the link
https://user.qzone.qq.com/320597068/photo/V54W916D3a1Vlv3Hctt12lngGA1GWMmV/
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:
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.
thank u ,it works well。
I found something about the addon npower。I have to reload when i log in to the game then the arrow shows。
whats the meaning of the number under the below arrow?