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,281
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 03-17-11, 10:22 PM  
d87
A Chromatic Dragonspawn
 
d87's Avatar
AddOn Author - Click to view AddOns

Forum posts: 163
File comments: 643
Uploads: 42
Re: Moving the bar

Originally posted by Chincoteague
Just to bring this forward in the thread...

To move the bar, I had to attack a target and get a combo point

Then, unlock it using /ncb unlock
It was like that, but in the recent versions, it's fully displayed regardless of combo points when unlocked.

how could i make this track a stacking buff? say flurry or the warrior 4 set bonus?
There's a bunch of examples inside. simplest would be
Code:
            self:ConvertTo3()
            self:RegisterEvent("UNIT_AURA")
            self.UNIT_AURA = self.UNIT_COMBO_POINTS
            allowedUnit = "player"
            GetComboPoints = GetAuraStack
            scanAura = GetSpellInfo(11111) -- Flurry spell id
Last edited by d87 : 03-17-11 at 10:30 PM.
Report comment to moderator  
Reply With Quote
Unread 03-17-11, 08:50 PM  
nelothi
An Aku'mai Servant
AddOn Compiler - Click to view compilations

Forum posts: 36
File comments: 72
Uploads: 1
how could i make this track a stacking buff? say flurry or the warrior 4 set bonus?
Report comment to moderator  
Reply With Quote
Unread 03-17-11, 01:31 PM  
Chincoteague
A Defias Bandit

Forum posts: 2
File comments: 1
Uploads: 0
Moving the bar

Just to bring this forward in the thread...

To move the bar, I had to attack a target and get a combo point

Then, unlock it using /ncb unlock

Then, you should see a red vertical bar, to the left of the NCB bar

Grab that and move the NCB bar around.


I finally found that somewhere down in the 5th page of comments after trying to find a way to drag it while I had it unlocked when I was out of combat and had no points.


If there is another way to drag it, then I am sure the author can post it here.

I like the bar... I am able to see the combo points far better now than with the other interfaces that I like to use.

~Tex
Report comment to moderator  
Reply With Quote
Unread 03-08-11, 12:54 PM  
aphrodytee
A Kobold Labourer
 
aphrodytee's Avatar

Forum posts: 0
File comments: 18
Uploads: 0
Originally posted by d87
Load it only for specific char, or edit lua file.
Ok... What do I change in the lua file?


Edit: I think I figured it out. Thanks!!
Last edited by aphrodytee : 03-08-11 at 09:59 PM.
Report comment to moderator  
Reply With Quote
Unread 03-08-11, 06:15 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 aphrodytee
How do I disable the bar for select people? Like I want it enabled for my druid but I don't want it enabled for my warlock.
Load it only for specific char, or edit lua file.
Report comment to moderator  
Reply With Quote
Unread 03-07-11, 11:12 AM  
aphrodytee
A Kobold Labourer
 
aphrodytee's Avatar

Forum posts: 0
File comments: 18
Uploads: 0
How do I disable the bar for select people? Like I want it enabled for my druid but I don't want it enabled for my warlock.
Report comment to moderator  
Reply With Quote
Unread 02-24-11, 08:37 AM  
Pootch
A Kobold Labourer

Forum posts: 1
File comments: 1
Uploads: 0
Originally posted by d87
Fixed issue with colors


I checked, it's working. But note that it's not supposed to work with Dark Evangelism
Hi.

Would be nice to make this useable for Hunters as well.

My idea to use this addon, as steady shot / cobra shot counter.
Especially for Marksmen Hunter it would be nice to have a good Steadyshot visual Counter. For the impr. Steadshot buff, you need 2 steadyshots in pairs.

To have a counter for our cobra /steady shot, in generally, it would be nice, to have a visual view how many shots we have cast in a row
Last edited by Pootch : 02-24-11 at 08:52 AM.
Report comment to moderator  
Reply With Quote
Unread 02-21-11, 03:49 PM  
d87
A Chromatic Dragonspawn
 
d87's Avatar
AddOn Author - Click to view AddOns

Forum posts: 163
File comments: 643
Uploads: 42
Fixed issue with colors

tracker for evangelism is not showing up is this an error with the addon or is there an option for it somewhere?
I checked, it's working. But note that it's not supposed to work with Dark Evangelism
Report comment to moderator  
Reply With Quote
Unread 02-21-11, 11:13 AM  
cryptical
A Defias Bandit
 
cryptical's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 3
File comments: 62
Uploads: 6
Originally posted by Garrel
been using this addon for about a week now it's pretty nice but having a couple problems

first being that I know how to change the color of the 'orbs', but no matter what I do, it seems the last orb always reverts back to the default color when i get back on that character later or reload the ui like the /charspec instructions tell you to do

other problem is that the tracker for evangelism is not showing up is this an error with the addon or is there an option for it somewhere?
'



Same problem, pleas fix it!!
__________________
Report comment to moderator  
Reply With Quote
Unread 02-19-11, 02:50 PM  
Dasco
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
Originally posted by d87
Only Tricks? Are you using any kind of macro for ToT?
Yes, just a simple

/target Focus
/cast ToT
/assist

I'll try to cast ToT "manualy" to see if i have the same problem
Report comment to moderator  
Reply With Quote
Unread 02-19-11, 01:18 AM  
Garrel
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
been using this addon for about a week now it's pretty nice but having a couple problems

first being that I know how to change the color of the 'orbs', but no matter what I do, it seems the last orb always reverts back to the default color when i get back on that character later or reload the ui like the /charspec instructions tell you to do

other problem is that the tracker for evangelism is not showing up is this an error with the addon or is there an option for it somewhere?
Report comment to moderator  
Reply With Quote
Unread 02-17-11, 08:00 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 Dasco
Hello, combo points disapear when i cast Tricks of the Trade

The combos points are invisible until i add more combos points

ie: 2 cp, Tricks of the Trade -> cp invisible, attack 3cp
Only Tricks? Are you using any kind of macro for ToT?
Report comment to moderator  
Reply With Quote
Unread 02-17-11, 07:49 AM  
Dasco
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
Hello, combo points disapear when i cast Tricks of the Trade

The combos points are invisible until i add more combos points

ie: 2 cp, Tricks of the Trade -> cp invisible, attack 3cp
Report comment to moderator  
Reply With Quote
Unread 02-12-11, 04:41 AM  
wabidwabbit
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Re: Re: Re: Elemental Shaman - Fulmination

Originally posted by d87
Get Lightning Shield version from https://github.com/rgd87/NugComboBar/zipball/master . I don't have a shaman so can't test for myself.
Tested for about 7 minutes on a test dummy with my shaman and seems to be working well. Only thing I noticed that right after I cast earth shock the stack goes down to 3 and the bar disappears for a cast or 2 sometimes. Thanks for this, should really help my elemental dps
Report comment to moderator  
Reply With Quote
Unread 02-11-11, 01:27 AM  
d87
A Chromatic Dragonspawn
 
d87's Avatar
AddOn Author - Click to view AddOns

Forum posts: 163
File comments: 643
Uploads: 42
Re: Re: Elemental Shaman - Fulmination

Get Lightning Shield version from https://github.com/rgd87/NugComboBar/zipball/master . I don't have a shaman so can't test for myself.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: