Combo Points Redux
Combo Points Redux is a numeric and graphical display for your combo points (and other similar mechanic abilities) based on the excellent numeric-only addon BasicComboPoints.
Slash Command
/cpr
or /cpredux
Features
- Numeric and graphical display of your combo points
- Numeric display and graphical display are independently movable
- Many icon choices for the graphical display
- Also tracks many other stacking secondary powers including
- Druids: Combo Points
- Mages: Arcane Charges
- Monks: Chi
- Paladins: Holy Power
- Rogues: Combo Points
- Warlocks: Soul Shards
Width, Height, and Scale
The new version for Legion has been updated to dynamically size the points based on your container size. This was done due to all the talents that change the number of points. Here's how this works.
- Set a Height and Width for the Point container
- Based on the maximum number of points available, the individual points will take up a proportional space
That's great... How do I get back to normal?
Here's an example of how to use the new options:
- You want 20x20 square icons and 5 pixels of spacing between them.
- Your class has six points.
- Set Height to 20 and Width to 150
- 150 = (20 * 6) + (5 * 6)
- You can then set a Scale to make this bigger or smaller too
In general:
- Set the Height to your desired Point height
- Calculate the Width
- Point Width * Max Points + Point Spacing * Max Points
Feedback
Important notice: since v3.2.6, ComboPointsRedux embeds BugGrabber, an error catching addon. Please check the error is really about ComboPointsRedux before reporting them here. I suggest installing BugSack to catch the errors.
Please report any bug or error using the WowAce bug tracker (your Curse account works there). The comments section below is not meant to report and track bugs.
Some words about submitting bug reports:
- I do not care about “it doesn’t work, fix it!” messages. I need to know how it failed and a way to reproduce the bug so I can test it and make sure I fix it.
- Bug reports are not in the “fire and forget” kind of things. I may have to ask you some details.
- Please check all existing tickets and the “known issues” section below before submitting new ones. Duplicate reports will be rejected on sight.
If you want another module for a spell please file them as tickets on WowAce. It makes my life easier!
Localization
Currently the addon will work in all locales, but the options screen is not translated on all clients. If you would like to help translate the options screen you can submit translations with the new localization tool at wowace.
updated
This is a waste of time since its not being updated... Way too many problems with it unfortunately :(
In reply to Relayer110:
Sorry, I had to stop playing due to real life commitments.
If anyone wants to take this project over to keep it updated, just let me know. I'll add you to the project team.
Rayvene:
Sorry, I had to stop playing due to real life commitments.
All good dude. It's just a pity to see such a good addon go to waste.
I do hope someone else picks this up...
@Starinnia
It seems it was conflicting with the add-on "Move Anything".
I prefer your combo bar to Move Anything...
Regards,
Relayer
P.S. Thanx for this great add-on :)
EDIT: I spoke too soon. When I unlock it, nothing shows up, even if I uncheck the "Graphics" option, but it will show the "Text" option. This is happening even after removing the add-on, "Move Anything".
I also notice that if I try moving any of the sliders, error messages scroll down a mile a minute.
Any ideas of what might be wrong?
Before you mention it, I don't know how to copy the error messages from WoW to my desktop so I can let you know what types of errors are coming up... Could you please explain on how to do the above.
Regards,
Relayer
Is this add-on still being worked on? Or has the author abandoned it?
Regards,
Relayer
In reply to Relayer1101:
Is something not working correctly? Or is the WoW Version # just out of date?
FYI Death Knights:
Not happy doing this, but the Festering Wounds module needs a complete rewrite due to changes Blizzard made to the Debuff functions. I'm opted to remove the module for now, since it is not functional. I'm not playing actively right now, so anyone is free to write a new Festering Wounds module and contribute it to the project.
I keep getting spammed with LUA errors when this addon is loaded.
In reply to Forge_User_73994348:
Hey all, sorry for the delay, work has been completely nuts and I haven't played the last few months. I'm working on publishing official updates right now. Stay tuned!
In reply to Starinnia:
In reply to Starinnia:
Combo points don't show at all after pre-patch(((.
I really hope that this adonn will be updated, I use it even hard to remember how many years already.
There have been changes to UnitPower that are stuffing this up.
If you browse to Addons\ComboPointsRedux\Modules and edit the appropriate files you can get it working.
eg) for pally, open Holypower.lua
Change any lines like
self.Count = UnitPower("player", SPELL_POWER_HOLY_POWER)
to
self.Count = UnitPower("player", 9)
There might also be a UnitPowerMax which works the same way.
The number 9 is specific for holy power. I found the table below. I don't know how accurate it is but changing each LUA file to the corresponding code worked for me with all characters except deathknight. Eg) edit Combo.lua and use the number 4, edit Chi.lua and use the number 12 etc.....
In reply to crappyusername:
thanks for looking into this, with your help I managed to find a more detailed list to update the modules with.
Thanks. link to list
https://wow.gamepedia.com/PowerType
In reply to crappyusername:
In reply to crappyusername:
In reply to Arquillian87:
That should do it. Sorry, i've been mucking around trying to fix so many addons, I forgot about that part....
In reply to crappyusername: