Download
(19Kb)
Download
Updated: 01-20-12 12:06 AM
Pictures
File Info
Updated:01-20-12 12:06 AM
Created:07-31-10 08:10 AM
Downloads:9,475
Favorites:29
MD5:

CCP (Class Combo Points)  Popular! (More than 5000 hits)

Version: 3.3
by: richerich [More]

This is a class styled combopoint addon.

This mod doesn't only display combopoints for Druids and Rogues, but for other classes as well.
In other words, it fakes combopoints.


Currently Supported Classes:
* Shaman (Maelstrom Weapon) / (Tidal Waves) / (Fulmination)
* Mage (Arcane Blast) / (Fingers of Frost)
* Priest (Evangelism) / (Serendipity) / (Shadow Orb)
* Paladin (Holy Power)
* Warrior (Thunderstruck) / (Meat Cleaver) / (Slaughter)
* Warlock (Soul Shards)
* Hunter (Frenzy Effect) / (Ready, Set, Aim...)
* Death Knight (Shadow Infusion) / (Bone Shield)
* Druid (Lunar Shower) / (Lacerate)

Configuration is all done in LUA, on top of CCP_Display\combo.lua, such as font and position.
(NOW WITH TUKUI AND ELVUI SUPPORT!)

Code:
--[[ START OF CONFIG ]]--

-- Font name
cfg.font = 	"Interface\\AddOns\\DSM\\font\\font.ttf" or						-- 1. DSM check
			"Interface\\AddOns\\ElvUI\\media\\fonts\\Action_Man.ttf" or		-- 2. ElvUI check
			"Interface\\AddOns\\CCP_Display\\font.ttf"						-- 3. Normal check

-- Font size
cfg.fonts = 40

-- Font type ("OUTLINE", "THINOUTLINE", "THICKOUTLINE")
cfg.fontf = "OUTLINE"

-- Horizontal position
cfg.pointy = 0

-- Vertical position
cfg.pointx = -160

--[[ END OF CONFIG ]]--
If you have a suggestion to add more classes/specs, leave a comment and i'll look into it.

A lot of code is from Combo and ArcaneComboPoints. I thank the authors for making this possible



Official discussion thread: WoWInterface.com and Tukui.org

Curse Link: http://wow.curseforge.com/addons/ccp...-combo-points/

-- CHANGELOG --
-- 3.3 --
- TOC update.
- Changed some code with the font (nothing major).
-- 3.2 --
- TOC update.
- Fixed a error with the ElvUI support.
-- 3.1 --
- Added ElvUI support (don't ask me why)
- Fixed a login error.
-- 3.0 --
- update for 4.1
- fixed the druid, hunter and death knight modules.
- added some missing spellid's.
- split up the modules and display into 2 seperate folders, so you can choose yourself what display you wanna use.
- changed name from "Class Combo Points" to "CCP" and "CCP_Display".
- added support for both my Tukui edit and default Tukui (other edits may work as well)
-- 2.3 --
- fixed Fulmination (finally)... (Hope you guys are into pink :) )
-- 2.2 --
- changed how auras are checked, now u dont have to reload ui to recheck if auras is there or not, it's all checked now by your current talent spec :)
- fixed druid module, should be working now.
- fixed bug on warrior module when it tried to check for both spellids at once.
-- 2.1 --
- added Tidal Waves display for restoration shaman.
- added Lacerate display for bear druids to use for their Pulverize. [NOT WORKING ATM, WORKING ON IT]
- fixed warlock module, its working again. Also fixed it so it hides out-of-combat. No more static display :P
- fixed hunter and death knight pet modules, should work now.
-- 2.0 --
- cleaned up a lot of old code (now with a new config).
- added a color code for each point. Now it should be a bit easier to read :)
- added death knight module (Shadow Infusion) for Unholy pet and (Bone Shield) for Blood.
- added warlock module (Soul Shards). - Still needs recoding, so it hides in combat. Atm, it stays viseble at al times.
- added hunter module (Frenzy Effect) for pet and (Ready, Set, Aim...) for Marksman.
- added druid module (Lunar Shower) for Balance.
- changed paladin module. Now it displays Holy Power instead of Holy Venegance/Blood Corruption stacks.
- changed priest module. Now it displays Evangelism instead of Serendipity stacks.
- changed warrior module. Now it displays both Meat Cleaver(Fury) and Thunderstruck (Protection) instead of Sunder Armor stacks.
- changed font to a more readable one.
-- 1.5 --
- changed TOC to 4.0 (Cataclysm ONLY (for Beta and PTR)), will not work with live servers.
-- 1.3 --
- finalizing paladin module, works for both ally and horde paladins now (thx Starinnia for testing)
- fixed warrior module, should work now
- added changelog file in the package
-- 1.2 --
- fixed paladin module, should work now (Blood Corruption (tested)/Holy Venegance (untested))
- moved the counter even more down
- added warrior module (placeholder, not currently working at al)
-- 1.1 --
- added priest module (Serendipity)
- added paladin module (placeholder, not currently working at al)
- changed font (the old one was just too much to just display numbers)
- moved the counter slightly down
--- 1 ---
- first release
Optional Files (0)


Post A Reply Comment Options
Unread 08-12-10, 11:49 AM  
Karudon
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 15
File comments: 64
Uploads: 4
Originally posted by richerich
FYI, he is NOT the real author, he took the code from another mod (arcanecombopoints) and edited it so it would work for maelstrom weapon. Then i took the code that he made and expanded it into this mod.

So if you want me to credit the real author, i've already done it (both on the front page and in the LUA code itself).

So next time you wanna bash someone, please do a bit more research before you do.
you get the idea from him, give him credits
Last edited by Karudon : 08-12-10 at 11:50 AM.
Report comment to moderator  
Reply With Quote
Unread 08-12-10, 05:28 AM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
Originally posted by Karudon
dajova pls give credits to the real author....

http://www.tukui.org/v2/forums/topic.php?id=1999

MrRuben5
FYI, he is NOT the real author, he took the code from another mod (arcanecombopoints) and edited it so it would work for maelstrom weapon. Then i took the code that he made and expanded it into this mod.

So if you want me to credit the real author, i've already done it (both on the front page and in the LUA code itself).

So next time you wanna bash someone, please do a bit more research before you do.
__________________
Livestream | Twitter | YouTube
Report comment to moderator  
Reply With Quote
Unread 08-11-10, 05:39 PM  
Karudon
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 15
File comments: 64
Uploads: 4
dajova pls give credits to the real author....

http://www.tukui.org/v2/forums/topic.php?id=1999

MrRuben5
Report comment to moderator  
Reply With Quote
Unread 08-01-10, 04:56 PM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
Originally posted by Miralen
I'd like to recommend warrior support for Sunder Armor stacks.
Uhm, wouldn't it be easier/better to have some sort of timer mod for that?
__________________
Livestream | Twitter | YouTube
Report comment to moderator  
Reply With Quote
Unread 08-01-10, 04:32 PM  
Miralen
A Rage Talon Dragon Guard
 
Miralen's Avatar

Forum posts: 341
File comments: 80
Uploads: 0
I'd like to recommend warrior support for Sunder Armor stacks.
__________________
Never hold discussions with the monkey when the organ grinder is in the room.

- Winston Churchill
Report comment to moderator  
Reply With Quote
Unread 08-01-10, 01:06 PM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
Originally posted by Ferous
Nice! looks good But, that aside, I think you should make the official forum thread here At WoWI, at this link:

http://www.wowinterface.com/forums/forumdisplay.php?f=9
Well, i hardly ever use the forums here, so... But we'll see!

EDIT: Alright, made a thread, hope ya like it

CCP Thread
__________________
Livestream | Twitter | YouTube
Last edited by Dajova : 08-01-10 at 01:28 PM.
Report comment to moderator  
Reply With Quote
Unread 08-01-10, 04:00 AM  
Ferous
Sheer Sense of Doom
AddOn Author - Click to view AddOns

Forum posts: 863
File comments: 563
Uploads: 10
Nice! looks good But, that aside, I think you should make the official forum thread here At WoWI, at this link:

http://www.wowinterface.com/forums/forumdisplay.php?f=9
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: