Download
(2Kb)
Download
Updated: 04-26-12 09:43 PM
Pictures
File Info
Updated:04-26-12 09:43 PM
Created:01-17-11 04:40 PM
Downloads:3,403
Favorites:8
MD5:

oUF NecroticStrike

Version: 1.1b
by: pvtschlag [More]

This is an oUF module that visually shows the amount of absorbtion that has accumulated on a target from necrotic strike. It is most useful for Death Knights and healers, but other classes may also find it useful.

If you have class colors for unit frames disabled then the overlay will be the inverse color you have set for unit healthbars. You can modify this color on lines 62 and 65 of oUF_NecroStrike.lua.

This was tested and verified to work for ElvUI, but will likely work for any UI using oUF. Follow the below instructions to install.


To install for ElvUI:
1. Place the oUF_NecroStrike folder inside the ElvUI\libs\oUF_Plugins\ folder.
2. Modify ElvUI\libs\oUF_Plugins\oUF_Plugins.xml to contain
<Script file="oUF_NecroStrike\oUF_NecroStrike.lua"/>

The install process should be very similar for other layouts.

Changelog:
1.1b - Really fixed it
1.1a - Fixed localization issue
1.1 - Improved the overlay accuracy and updated to work for newer version of ElvUI
1.0 - Initial release

Thanks to jasje for putting up a fixed version while I was gone.

Optional Files (1)
File Name
Version
Size
Author
Date
Type
1.1
2kB
10-26-11 02:25 PM
Patch


Post A Reply Comment Options
Unread 04-18-13, 06:45 PM  
MMOGames
A Murloc Raider
 
MMOGames's Avatar

Forum posts: 8
File comments: 119
Uploads: 0
How can I use it with ouf Caellian?
Report comment to moderator  
Reply With Quote
Unread 04-26-12, 09:43 PM  
pvtschlag
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 4
Uploads: 1
Ok, it is really fixed now. That is what I get for assuming something would fix it without actually testing it.
Report comment to moderator  
Reply With Quote
Unread 04-26-12, 01:51 PM  
Corengen
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Can anyone help me to see why this isn't work at all for me. I was using Jasje's fix before this with no problem until the recent ElvUI updates. After seeing that this was updated, I wanted to try it out. I installed it into the correct folder (oUF_plugins), setup the .xml file and I'm not getting the overlay to work at all.

I'm not getting any .lua errors either. Any advice?
Last edited by Corengen : 04-26-12 at 01:52 PM.
Report comment to moderator  
Reply With Quote
Unread 04-25-12, 05:24 AM  
Swordyy
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 9
Uploads: 3
Great work bro

greetZ Swordyy
Report comment to moderator  
Reply With Quote
Unread 04-23-12, 06:10 AM  
pvtschlag
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 4
Uploads: 1
Fixed the issue. Hopefully this change will work for all locales. Let me know if you find any other issues like this.
Report comment to moderator  
Reply With Quote
Unread 04-23-12, 04:15 AM  
Darth Predator
A Murloc Raider
 
Darth Predator's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 30
Uploads: 2
I'd like to report a minor issue with this plugin... caused by localization differences.


As you can see here in our locale the absorb count is on the first place, not like on screenshot on info page. That causes the line
Code:
return tonumber(string.match(_G[NecroticStrikeTooltip:GetName() .. "TextLeft2"]:GetText(), ".* (%d+%s?) .*"))
to return nil and in that case UpdateOverlay(object) function always thinks there is no Necrotic Strike absorb on the target.
So this construction should fix that issue for Ru locale
Code:
if (GetLocale() == "ruRU") then
	return tonumber(string.match(_G[NecroticStrikeTooltip:GetName() .. "TextLeft2"]:GetText(), "(%d+%s?) .*")) --Russian locale
else
	return tonumber(string.match(_G[NecroticStrikeTooltip:GetName() .. "TextLeft2"]:GetText(), ".* (%d+%s?) .*")) --Non-Russian locales
end
Report comment to moderator  
Reply With Quote
Unread 04-22-12, 12:12 AM  
pvtschlag
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 4
Uploads: 1
Just made an update to this addon to work with newer version of ElvUI. The overlay should be a bit more responsive now too. Thanks jasje for keeping a working version rolling while I was gone.
Report comment to moderator  
Reply With Quote
Unread 02-12-12, 07:35 PM  
Corengen
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Does this work with the latest version of ElvUI? He changed a lot of stuff around for his v3.

edit: n/m Jasje's updated version works with Elv's.
Last edited by Corengen : 02-12-12 at 07:47 PM.
Report comment to moderator  
Reply With Quote
Unread 10-25-11, 02:16 PM  
jasje
A Chromatic Dragonspawn
 
jasje's Avatar
AddOn Author - Click to view AddOns

Forum posts: 150
File comments: 279
Uploads: 4
I might have a working version but I cant test it cause my DK is to low lvl atm
__________________

Tukui | Github
Report comment to moderator  
Reply With Quote
Unread 05-17-11, 11:18 AM  
psycedelic
A Defias Bandit

Forum posts: 3
File comments: 52
Uploads: 0
update this please...

i need this for arena to see how much i need to outheal before ns wares off from me and my arena mates...

neh but honestly... wanna see how much i have stacked up on ns on my poor healers that i cleave.
Report comment to moderator  
Reply With Quote
Unread 04-17-11, 05:45 PM  
zeb
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Still doesn't seem to work for tuk v13.7 either. Any ideas?

Followed posted directions, and tried a couple other ways too, nothing seems to work.
Report comment to moderator  
Reply With Quote
Unread 02-27-11, 03:00 AM  
oozic
A Kobold Labourer
 
oozic's Avatar

Forum posts: 0
File comments: 10
Uploads: 0
it doesnt work for me anymore since tukui 13 (current 13.06).
i've done all you say in install info but nothing work

can you help me?
Report comment to moderator  
Reply With Quote
Unread 02-13-11, 04:44 PM  
Zurechial
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Using this in my own oUF layout and I find it perfect so far. Great job!
Report comment to moderator  
Reply With Quote
Unread 02-04-11, 11:25 AM  
poloten4ik
A Kobold Labourer
 
poloten4ik's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 1
Uploads: 1
TuikUi Eselol v12 edit
not working.
who have the same problem?
how to fix?
__________________
Just Do It...
Report comment to moderator  
Reply With Quote
Unread 02-03-11, 03:32 AM  
oozic
A Kobold Labourer
 
oozic's Avatar

Forum posts: 0
File comments: 10
Uploads: 0
very nice addon!
im going to test it today with Tukui
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: