Thread Tools Display Modes
12-09-08, 05:27 PM   #1901
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Hmmm... in order for that to happen, Bliz would have to say either that the target does not exist or that it has no maximum health. That's a really weird one.

Originally Posted by Sloth View Post
only the colors afaik.

At the hud, the complete right healthbar though

Edit: wait, not even the numbers where shown, so i guess it's the complete bar
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
12-09-08, 07:04 PM   #1902
Petrah
A Pyroguard Emberseer
 
Petrah's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2008
Posts: 2,988
Originally Posted by spiel2001 View Post
Silenia -- as the patch notes explain, support for Dr. Damage was added in the last update (4.06.00) but Dr. Damage has not yet added support for nUI. I have asked the author to do so a couple of days ago, no reply as yet. However, if you read the patch notes, they give very specific instructions on how to modify Dr. Damage to support nUI.

As for the pet experience bar... SHIFT-P will do it until I figure out a way to do it that makes sense in the context of the dashboard.

EDIT: It appears that Gagorian is no longer the go-to person on Dr. Damage. I messaged Dally1991 this morning asking to have nUI added to Dr. Damage's supported bar mods. We'll see what happens. In the meantime, as already mentioned, you can add the nUI support to Dr. Damage yourself.
I tried adding that code that you talked about, but it didn't work. There's an entire chunk of code in there that doesn't match what you have in the patch notes (the bit you have for "this is what it should look like").
 
12-09-08, 07:08 PM   #1903
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Do you have the latest version of Dr. Damage from Curse.com?

http://wow.curse.com/downloads/wow-a...dr-damage.aspx

Originally Posted by Silenia View Post
I tried adding that code that you talked about, but it didn't work. There's an entire chunk of code in there that doesn't match what you have in the patch notes (the bit you have for "this is what it should look like").
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
12-09-08, 07:10 PM   #1904
Petrah
A Pyroguard Emberseer
 
Petrah's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2008
Posts: 2,988
Originally Posted by spiel2001 View Post
Do you have the latest version of Dr. Damage from Curse.com?

http://wow.curse.com/downloads/wow-a...dr-damage.aspx
Yes sir, I do.

--------

Edit: Just remembered I had an issue last night when I was playing and went to check the taintlog. I had not yet edited the Dr Damage lua file.... Dr Damage was turned off. I hope I got all these... the file is pretty big.

12/8 21:24:44.359 An action was blocked in combat because of taint from nUI - nUI_ActionBar_Button6:Show()
12/8 21:24:44.359 Interface\FrameXML\ActionButton.lua:184 ActionButton_Update()
12/8 21:24:44.359 Interface\FrameXML\ActionButton.lua:339 ActionButton_OnEvent()
12/8 21:24:44.359 nUI_ActionBar_Button6:OnEvent()

12/8 21:51:12.734 An action was blocked in combat because of taint from nUI - nUI_TopBarsLocator:SetPoint()
12/8 21:51:12.734 Interface\AddOns\nUI\Integration\nUI_Fubar.lua:49 DetectFubarBars()
12/8 21:51:12.734 Interface\AddOns\nUI\Integration\nUI_Fubar.lua:84 Panel_OnEnter()
12/8 21:51:12.734 Interface\AddOns\FuBar\FuBar.lua:1232 script()
12/8 21:51:12.734 Interface\AddOns\FuBar\libs\Tablet-2.0\Tablet-2.0.lua:2544 func()

12/8 21:51:12.734 An action was blocked in combat because of taint from nUI - nUI_BottomBarsLocator:SetPoint()
12/8 21:51:12.734 Interface\AddOns\nUI\Integration\nUI_Fubar.lua:59 DetectFubarBars()
12/8 21:51:12.734 Interface\AddOns\nUI\Integration\nUI_Fubar.lua:84 Panel_OnEnter()
12/8 21:51:12.734 Interface\AddOns\FuBar\FuBar.lua:1232 script()
12/8 21:51:12.734 Interface\AddOns\FuBar\libs\Tablet-2.0\Tablet-2.0.lua:2544 func()
12/8 21:51:12.734 Interface\AddOns\FuBar_RecZone\libs\FuBarPlugin-2.0\FuBarPlugin-2.0.lua:442

12/8 21:51:14.906 An action was blocked in combat because of taint from nUI - nUI_TopBarsLocator:SetPoint()
12/8 21:51:14.906 Interface\AddOns\nUI\Integration\nUI_Fubar.lua:49 DetectFubarBars()
12/8 21:51:14.906 Interface\AddOns\nUI\Integration\nUI_Fubar.lua:89 Panel_OnLeave()
12/8 21:51:14.906 Interface\AddOns\FuBar\FuBar.lua:1239

Last edited by Petrah : 12-09-08 at 07:30 PM.
 
12-09-08, 08:52 PM   #1905
neuralassassin
A Scalebane Royal Guard
 
neuralassassin's Avatar
Join Date: Sep 2008
Posts: 423
hey silena took me a bit before i could get that bit to work with drdmg to i actually had to edit my lua file before i placed it into my addons folder but that may have to do with vista being picky about permission for anything
anyway this is what should show up right before and after the new code the first line in here is line 126 i think:

local function DrD_DetermineAB()
--Default
ABdefault = true
for i = 1, 6 do
for j = 1, 12 do
table.insert(ABobjects,_G[((select(i,"ActionButton", "MultiBarBottomLeftButton", "MultiBarBottomRightButton", "MultiBarRightButton", "MultiBarLeftButton", "BonusActionButton"))..j)])
end
end

if nUI_DrDamageIntegration then
ABrefresh["nUI"] = nUI_DrDamageIntegration( ABtable );
ABdefault = false;
end

if IsAddOnLoaded("Bartender4") then
local func = function(button) if button.Secure then return button.Secure:GetActionID() else return button:GetActionID() end end
ABrefresh["BT4Button"] = function()
for i=1,120 do
ABtable["BT4Button"..i] = func
end
end
PS if i can help out at all let me know good luck

Last edited by neuralassassin : 12-09-08 at 08:54 PM.
 
12-10-08, 06:51 AM   #1906
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Exclamation Integrating Dr. Damage

For those of you who are having issues with getting Dr. Damage and nUI to work, first go to http://wow.curse.com/downloads/wow-a...dr-damage.aspx and download/install the latest release of Dr. Damage. Once you've done that, you can save the DrDamage.lua file attached to this post in Interface\AddOns\DrDamage and you should be good to go.
Attached Files
File Type: lua DrDamage.lua (43.8 KB, 551 views)
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
12-10-08, 07:05 AM   #1907
Petrah
A Pyroguard Emberseer
 
Petrah's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2008
Posts: 2,988
Originally Posted by neuralassassin View Post
hey silena took me a bit before i could get that bit to work with drdmg to i actually had to edit my lua file before i placed it into my addons folder but that may have to do with vista being picky about permission for anything
anyway this is what should show up right before and after the new code the first line in here is line 126 i think:
Thanks for posting that... but that is exactly what I have. If I disable nUI and log in, then DrDamage works and shows the Average Damage numbers on the spell icons on my action bar. If I turn nUI back on, DrDamage doesn't work.

I do thank you though for trying to help.
 
12-10-08, 07:15 AM   #1908
Petrah
A Pyroguard Emberseer
 
Petrah's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2008
Posts: 2,988
Originally Posted by spiel2001 View Post
For those of you who are having issues with getting Dr. Damage and nUI to work, first go to http://wow.curse.com/downloads/wow-a...dr-damage.aspx and download/install the latest release of Dr. Damage. Once you've done that, you can save the DrDamage.lua file attached to this post in Interface\AddOns\DrDamage and you should be good to go.

Not sure what I did to screw up, but I swear my file looked exactly like what neuralassassin posted. I even opened it in Prolix, re-sized the window and put it side by side with his post... code was identical. At any rate, I delete the lua file and downloaded yours. Works fine now. Thank you!
 
12-10-08, 08:36 AM   #1909
havoxx
A Chromatic Dragonspawn
 
havoxx's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2008
Posts: 152
Heh, hello, I was curious if there is a way to disable the DK rune bar? I'm having an issue where it can't be clicked through, so when I try to drop a death and decay, sometimes I'll smack the rune bar and I can't drop it.

I'm not that well-endowed in the whole coding area :P. So if it's possible to remove it or move it, please let me know, thanks in advance.

And as always, great addon you have here, I hope you haven't given up on the 25 man raid frames .
 
12-10-08, 10:05 AM   #1910
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
I haven't given up on the 25 man raid at all, I just need to sort out the FPS leak problem.

As for the rune frame, I didn't realize I had left the one in the HUD clickable. I'll fix that for the next update.

Originally Posted by havoxx View Post
Heh, hello, I was curious if there is a way to disable the DK rune bar? I'm having an issue where it can't be clicked through, so when I try to drop a death and decay, sometimes I'll smack the rune bar and I can't drop it.

I'm not that well-endowed in the whole coding area :P. So if it's possible to remove it or move it, please let me know, thanks in advance.

And as always, great addon you have here, I hope you haven't given up on the 25 man raid frames .
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
12-10-08, 11:09 AM   #1911
Marthisdil
An Onyxian Warder
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 363
Originally Posted by spiel2001 View Post
Is the entire health bar vanishing, or just the colored portion of it?
Scott - I can also verify that on some mobs, the health/mana bars in the HUD disappear (they do flicker in and out sometimes tho). I noticed it while farming faction in Mana Tombs (or somewhere around there) last night. The whole bars poof from the hug - no outline, nothing.
__________________

Marth



 
12-10-08, 11:10 AM   #1912
Marthisdil
An Onyxian Warder
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 363
Originally Posted by Silenia View Post
I tried adding that code that you talked about, but it didn't work. There's an entire chunk of code in there that doesn't match what you have in the patch notes (the bit you have for "this is what it should look like").
Sil - if you are still having this issue, please PM me - I'll gladly email you the changed file. I made the changes as Scott stated, and the numbers show up on my nUI hotkeys now.

edit: nm - I see Scott posted it earlier
__________________

Marth



 
12-10-08, 11:21 AM   #1913
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
I could well be wrong on this, but this may be a Bliz bug with 3.0.3 -- the reason I say that is that the only way I don't display the health bar is (a) the unit does not exist in which case the entire unit frame goes away, or (b) the unit does not have a maximum health in which case the entire health bar goes away. Those are the only two conditions under which there's no health bar. So it makes me wonder if from time to time UnitMaxHealth() is falsely reporting that the target does not have a health bar.

Strange

Originally Posted by Marthisdil View Post
Scott - I can also verify that on some mobs, the health/mana bars in the HUD disappear (they do flicker in and out sometimes tho). I noticed it while farming faction in Mana Tombs (or somewhere around there) last night. The whole bars poof from the hug - no outline, nothing.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
12-10-08, 12:04 PM   #1914
Sloth
An Aku'mai Servant
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 32
THe flickering hp bar only appears since i've updated nUI. But afaik, there were rolling restarts yesterday too, so it could be that blizz screwed something up with a hotfix...
 
12-10-08, 12:18 PM   #1915
habichvergessen
A Defias Bandit
Join Date: Dec 2008
Posts: 3
Hi,

I just tried out nUI and I really like it - it looks sooo good
But actually I don't think I will use it, cause it tooks too much place on my small screen.

What I really like is the Information Panel. It's a real good idea to combine everything in just one window.

Is there a chance to run this alone?
 
12-10-08, 01:36 PM   #1916
Zangband
A Fallenroot Satyr
Join Date: Oct 2008
Posts: 27
is there a way to disable the casting bar? or replace it?
 
12-10-08, 01:47 PM   #1917
Marthisdil
An Onyxian Warder
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 363
Originally Posted by habichvergessen View Post
Hi,

I just tried out nUI and I really like it - it looks sooo good
But actually I don't think I will use it, cause it tooks too much place on my small screen.

What I really like is the Information Panel. It's a real good idea to combine everything in just one window.

Is there a chance to run this alone?
Not really I'm afraid. nUI was written from scratch from the ground up. It's not really modular, per se, so you would have to do quite some hack job for the info panel.

making other things work with the info panel isn't all that easy either. I wish there were a simple way to do it - there's a lot of things I'd like to toss in there (Carbonite's map being one of them...Carbonite's Quest Log being another).

M
__________________

Marth



 
12-10-08, 01:48 PM   #1918
Marthisdil
An Onyxian Warder
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 363
Originally Posted by Zangband View Post
is there a way to disable the casting bar? or replace it?
Which one? The one over your character portrait in the player window or the one by the HUD?

Please remember that nUI is integrated and written from scratch...so things in it aren't super easily modified. If the casting bar happens to be it's own lua file, you may be able to rename the file and use a UI mod for the cast bar...But, for the most part, nUI's cast bar does for me what other cast bar mods have done - shows cast time, GCD, and lag adjustment.
__________________

Marth



 
12-10-08, 01:55 PM   #1919
Zangband
A Fallenroot Satyr
Join Date: Oct 2008
Posts: 27
Originally Posted by Marthisdil View Post
Which one? The one over your character portrait in the player window or the one by the HUD?

Please remember that nUI is integrated and written from scratch...so things in it aren't super easily modified. If the casting bar happens to be it's own lua file, you may be able to rename the file and use a UI mod for the cast bar...But, for the most part, nUI's cast bar does for me what other cast bar mods have done - shows cast time, GCD, and lag adjustment.
im talking about my casting bar, i don't like it when im healing, and im a pally healer and i have too see my cast bar alot, and it does looks like it cant keep up with it and what not, hard to explain except that i dont like it
 
12-10-08, 02:11 PM   #1920
Petrah
A Pyroguard Emberseer
 
Petrah's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2008
Posts: 2,988
Originally Posted by Marthisdil View Post
making other things work with the info panel isn't all that easy either. I wish there were a simple way to do it - there's a lot of things I'd like to toss in there (Carbonite's map being one of them...Carbonite's Quest Log being another).

M

I'll second that!
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Technical Support » nUI -- A full feature standalone UI replacement

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