Download
(259Kb)
Download
Compatible with Retail, Classic & TBC
Updated: 03-13-24 07:00 PM
Pictures
File Info
Compatibility:
Classic (1.15.0)
Guardians of the Dream (10.2.0)
WotLK Patch (3.4.2)
Updated:03-13-24 07:00 PM
Created:unknown
Downloads:251,363
Favorites:426
MD5:
Categories:Rogue, Druid, Paladin, Shaman, Warlock, Combat Mods

NugComboBar  Popular! (More than 5000 hits)

Version: 10.2.4
by: d87 [More]

Class resource tracker





Live
Rogue: Combo points, Shadow Dance
Druid: Combo points
Death Knights: Runes
Demon Hunters: Soul Fragments
Warlock: Soul Shards
Paladin: Holy Power
Monk: Chi, Teachings
Shaman: Maelstrom, Icefury, Undulation
Mage: Arcane Charges, Icicles, Fireblast

Classic
Only Combo Points


TBC BETA RELEASES

github

>> Beta releases

My other combat addons:
NugEnergy - Energy/rage bar
NugRunning
Aptechka
NugHealth

NugComboBar
10.2.4 (2024-03-14)
Full Changelog Previous Releases
  • Fix for 10.2.5 ColorPicker
Archived Files (22)
File Name
Version
Size
Author
Date
10.2.3
259kB
d87
02-20-24 10:35 AM
10.2.2
259kB
d87
02-10-24 09:07 PM
10.2.1
259kB
d87
01-16-24 02:03 AM
10.2.0
259kB
d87
11-26-23 08:42 PM
10.1.2
259kB
d87
07-11-23 10:43 PM
10.1.1
258kB
d87
07-11-23 08:51 AM
10.1.0
258kB
d87
05-23-23 10:07 PM
10.0.2
258kB
d87
10-26-22 10:05 PM
10.0.1
258kB
d87
10-25-22 11:17 PM
10.0.0
258kB
d87
10-25-22 01:28 PM
9.2.2
257kB
d87
09-07-22 08:29 PM
9.2.1
257kB
d87
08-30-22 04:42 AM
9.2.0
257kB
d87
02-22-22 06:06 PM
9.1.0
256kB
d87
07-16-21 04:56 PM
9.1.0
256kB
d87
07-16-21 04:56 PM
9.0.9
253kB
d87
01-25-21 11:00 AM
9.0.9
253kB
d87
01-25-21 11:00 AM
9.0.9
253kB
d87
01-25-21 11:00 AM
9.0.9
253kB
d87
01-25-21 11:00 AM
9.0.9
253kB
d87
01-25-21 11:00 AM
9.0.9
253kB
d87
01-25-21 11:00 AM
9.0.8
253kB
d87
01-01-21 11:09 PM


Post A Reply Comment Options
Unread 10-15-10, 10:28 PM  
Lockon
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Hi I am sorry to bother you guys but I just want to know how to activate the classic combo point (the one with the fiery animation) in the new NCB. I know it says there go to lua file but that is the thing I dont know exactly how to do it. Again I am sorry for bothering you but I hope you can help me. Thank you
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 01:34 PM  
d87
A Chromatic Dragonspawn
 
d87's Avatar
AddOn Author - Click to view AddOns

Forum posts: 163
File comments: 643
Uploads: 42
Originally posted by pifinsane
If you have the time could you add a sound when you have the whole bar "like if I have 3HolyPower" or point out where I could try and add a sound

I completly understand if you dont have time/effort as theres alot to do during the patch
Code:
function NugComboBar.UNIT_COMBO_POINTS(self, event, unit, ptype)
    if unit ~= allowedUnit then return end
    local comboPoints = GetComboPoints(unit);
    
    for i = 1,MAX_POINTS do
        if i <= comboPoints and not self.p[i].active then
            self.p[i]:Activate()
        end
        if i > comboPoints and self.p[i].active then
            self.p[i]:Deactivate()
        end
    end
    
    if comboPoints == 0 and not showEmpty then
        self:SetAlpha(0)
    else
        self:SetAlpha(1)
    end

    if comboPoints == MAX_POINTS then PlaySound(...) end

end
or maybe it's called PlaySoundFile
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 12:36 PM  
pifinsane
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
If you have the time could you add a sound when you have the whole bar "like if I have 3HolyPower" or point out where I could try and add a sound

I completly understand if you dont have time/effort as theres alot to do during the patch
Report comment to moderator  
Reply With Quote
Unread 08-09-10, 11:31 AM  
AlexBrych
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Hey I like this addon , best combo tracking addon ever . And i whould like to ask if its posible to make this addon tracking stackable poisons likewise original mod ?
Tnx in advance
Report comment to moderator  
Reply With Quote
Unread 07-22-10, 05:27 AM  
Lgd77
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Originally posted by d87
That's my ouf layout. It's not finished, pet frame is missing for starters, and it's messy and bothersome to maintain. So i'm not going to release it yet.
Cant wait till you do release it!
Report comment to moderator  
Reply With Quote
Unread 07-20-10, 12:49 PM  
d87
A Chromatic Dragonspawn
 
d87's Avatar
AddOn Author - Click to view AddOns

Forum posts: 163
File comments: 643
Uploads: 42
Originally posted by Lgd77
Thks for the awesome addon

A quick question, what is the unit frames that you are using in the preview picture at the bottom http://s.wowinterface.com/preview/pvw41667.jpg?
That's my ouf layout. It's not finished, pet frame is missing for starters, and it's messy and bothersome to maintain. So i'm not going to release it yet.
Last edited by d87 : 07-20-10 at 12:50 PM.
Report comment to moderator  
Reply With Quote
Unread 07-18-10, 05:41 PM  
Lgd77
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Thks for the awesome addon

A quick question, what is the unit frames that you are using in the preview picture at the bottom http://s.wowinterface.com/preview/pvw41667.jpg?
Report comment to moderator  
Reply With Quote
Unread 05-23-10, 01:09 PM  
Crackbacon
A Kobold Labourer
 
Crackbacon's Avatar

Forum posts: 0
File comments: 5
Uploads: 0
Would it be possible to add a 'Prayer of Mending' tracker as well for Priests?

Thanks for a great addon. *Thumbs up*
Report comment to moderator  
Reply With Quote
Unread 12-29-09, 12:45 PM  
d87
A Chromatic Dragonspawn
 
d87's Avatar
AddOn Author - Click to view AddOns

Forum posts: 163
File comments: 643
Uploads: 42
Originally posted by diggorus
That would be great! I've seen quite a few people on forums mention they would like it as well as me. Thanks for considering it!
done
Report comment to moderator  
Reply With Quote
Unread 12-29-09, 08:22 AM  
diggorus
A Defias Bandit

Forum posts: 2
File comments: 3
Uploads: 0
Originally posted by d87
maybe, as separate plugin
That would be great! I've seen quite a few people on forums mention they would like it as well as me. Thanks for considering it!
Report comment to moderator  
Reply With Quote
Unread 12-29-09, 05:31 AM  
d87
A Chromatic Dragonspawn
 
d87's Avatar
AddOn Author - Click to view AddOns

Forum posts: 163
File comments: 643
Uploads: 42
Originally posted by diggorus
Hi,

is there any way that you could PLEASE add the striped bars graphics that were in the old versions back into this addon? PLEASE!! lol I am begging you lol.
maybe, as separate plugin
Report comment to moderator  
Reply With Quote
Unread 12-27-09, 08:24 PM  
diggorus
A Defias Bandit

Forum posts: 2
File comments: 3
Uploads: 0
Hi,

is there any way that you could PLEASE add the striped bars graphics that were in the old versions back into this addon? PLEASE!! lol I am begging you lol.
Report comment to moderator  
Reply With Quote
Unread 12-19-09, 09:59 PM  
d87
A Chromatic Dragonspawn
 
d87's Avatar
AddOn Author - Click to view AddOns

Forum posts: 163
File comments: 643
Uploads: 42
Originally posted by Darklupine
I can't figure out how to customize this addon. The (Un)lock button or command each seem to do nothing at all, and the bar will only show up when I actually gain a combo point in combat. Even then I'm unable to move the bar around.

-EDit- I followed the instructions below to make it always visible, but it's kinda buggy now. It won't appear for the first time until I target someone, and the combo points don't always disappear when combat ends (at least not for a few seconds).
unlock, get combo points, drag. you can vanish to get out of combat and save combo points.
ye, it's probably not so obvous
Last edited by d87 : 12-19-09 at 10:01 PM.
Report comment to moderator  
Reply With Quote
Unread 12-19-09, 08:21 PM  
Darklupine
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
I can't figure out how to customize this addon. The (Un)lock button or command each seem to do nothing at all, and the bar will only show up when I actually gain a combo point in combat. Even then I'm unable to move the bar around.

-EDit- I followed the instructions below to make it always visible, but it's kinda buggy now. It won't appear for the first time until I target someone, and the combo points don't always disappear when combat ends (at least not for a few seconds).
Last edited by Darklupine : 12-19-09 at 08:29 PM.
Report comment to moderator  
Reply With Quote
Unread 12-10-09, 12:41 PM  
d87
A Chromatic Dragonspawn
 
d87's Avatar
AddOn Author - Click to view AddOns

Forum posts: 163
File comments: 643
Uploads: 42
Originally posted by Baldazar
Been using the addon for a while now and really enjoy it along with the energy bar. With the new version how can I set the combo bar to show all the time?

Thanks.
in NugComboBar.lua replace "if ( comboPoints > 0) then" line with "if true then"
that's it for now
Last edited by d87 : 12-10-09 at 12:41 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: