Thread Tools Display Modes
01-01-19, 05:22 PM   #1
Leaker
A Murloc Raider
Join Date: Jan 2019
Posts: 6
Anyone getting the health related issue as well?

Happy new years everyone!

I was away from WoW for couple of months and ain't sure since when this bug had existed, but I think I am getting a health related issue atm.

Sometimes the health is not being updated at 99% and sometimes it's never getting updated after the player resurrects (stays at 0%)

Am I the only one getting such issue?


Last edited by Leaker : 01-01-19 at 05:37 PM.
  Reply With Quote
01-01-19, 05:58 PM   #2
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
You're going to have to specify what addon that is before anyone can help you.
  Reply With Quote
01-01-19, 10:17 PM   #3
Leaker
A Murloc Raider
Join Date: Jan 2019
Posts: 6
Originally Posted by Kanegasi View Post
You're going to have to specify what addon that is before anyone can help you.
Sorry, it's basically my own oUF layout which uses [curhp] - [perhp<%] as a tag.

I had gone through oUF forum thread after I posted this one to see if it is oUF specific bug or something and looks like others are having the same issue as well.
(https://www.wowinterface.com/forums/...88&postcount=2)
  Reply With Quote
01-02-19, 06:56 PM   #4
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
Try this:

Lua Code:
  1. oUF.Tags.Events.perhp = 'UNIT_HEALTH_FREQUENT UNIT_MAXHEALTH'
  2. oUF.Tags.Events.curhp = 'UNIT_HEALTH_FREQUENT UNIT_MAXHEALTH'
  Reply With Quote
01-03-19, 08:09 PM   #5
Leaker
A Murloc Raider
Join Date: Jan 2019
Posts: 6
Originally Posted by p3lim View Post
Try this:

Lua Code:
  1. oUF.Tags.Events.perhp = 'UNIT_HEALTH_FREQUENT UNIT_MAXHEALTH'
  2. oUF.Tags.Events.curhp = 'UNIT_HEALTH_FREQUENT UNIT_MAXHEALTH'
I wasn't able to test enough, but it seems to be working fine atm

Thank you!
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Anyone getting the health related issue as well?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off