Description
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!)
--[[ 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: Class Combo Points
WoWI Link: http://www.wowinterface.com/downloads/fileinfo.php?id=17599


