Download
(15Kb)
Download
Updated: 07-28-20 02:28 PM
Compatibility:
Classic Patch (1.13.5)
Classic Patch (1.13.4)
Classic Patch (1.13.3)
Classic (1.13.2)
Updated:07-28-20 02:28 PM
Created:02-18-20 10:27 AM
Downloads:2,615
Favorites:2
MD5:

ClassicInstantHealth

Version: v1.2.1
by: dev7355608 [More]

About

This addon makes the health update more frequently in the Blizzard unit/raid frames and nameplates.

Powered by LibInstantHealth-1.0

FAQ

Disable the animation with /run SetCVar("predictedHealth", 0) and restart; enable it with /run SetCVar("predictedHealth", 1).

Post A Reply Comment Options
Unread 02-25-20, 08:52 AM  
dev7355608
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 1
Uploads: 7
Originally Posted by draketai
I like the way it adds the red chip damage color when taking dmg but there's one major issue that forced me to delete this until it would be fixed; it rapidly changes my unit frame between random class colors when I have an addon enabling "player class colors" to my unit frames. If I disable that feature, then it's all fine, but I don't play with all the unit frames green, I use class colors.

Until there is some compatibility between unit frame class colors and this addon it's a hard sell. Anyway this can be fixed or you might know what the issue is?
It should be working now in v1.1.4; I removed the parts Tim mentioned. Also, the animation can be disabled: /run SetCVar("predictedHealth", 0) and restart.
Report comment to moderator  
Reply With Quote
Unread 02-24-20, 05:12 PM  
Tim
A Rage Talon Dragon Guard
 
Tim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 308
File comments: 105
Uploads: 11
Originally Posted by draketai
I like the way it adds the red chip damage color when taking dmg but there's one major issue that forced me to delete this until it would be fixed; it rapidly changes my unit frame between random class colors when I have an addon enabling "player class colors" to my unit frames. If I disable that feature, then it's all fine, but I don't play with all the unit frames green, I use class colors.

Until there is some compatibility between unit frame class colors and this addon it's a hard sell. Anyway this can be fixed or you might know what the issue is?
I don't use the addon but looking at the code you should just be able to comment out 2 lines and have the addon not affect your colors.

- Open ClassicInstantHealth.lua in a text editor.
- Scroll all the way down to line 281 which reads
Code:
statusbar:SetStatusBarColor(0.5, 0.5, 0.5)
and comment it out like so
Code:
--statusbar:SetStatusBarColor(0.5, 0.5, 0.5)
- Then go a few lines below that to line 290 which reads
Code:
statusbar:SetStatusBarColor(0.0, 1.0, 0.0)
and once again comment it out like so
Code:
--statusbar:SetStatusBarColor(0.0, 1.0, 0.0)
__________________
AddOns: Tim @ WoWInterface
Characters: Mage, Priest, Devoker, Pally
Battle Tag: Mysterio#11164
Current PC Setup: PCPartPicker List
Report comment to moderator  
Reply With Quote
Unread 02-24-20, 04:00 PM  
draketai
A Murloc Raider

Forum posts: 4
File comments: 14
Uploads: 0
I like the way it adds the red chip damage color when taking dmg but there's one major issue that forced me to delete this until it would be fixed; it rapidly changes my unit frame between random class colors when I have an addon enabling "player class colors" to my unit frames. If I disable that feature, then it's all fine, but I don't play with all the unit frames green, I use class colors.

Until there is some compatibility between unit frame class colors and this addon it's a hard sell. Anyway this can be fixed or you might know what the issue is?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: