Download
(54Kb)
Download
Updated: 01-09-11 10:16 AM
Pictures
File Info
Updated:01-09-11 10:16 AM
Created:08-18-10 11:37 AM
Downloads:12,154
Favorites:69
MD5:

vlakCooldowns  Popular! (More than 5000 hits)

Version: 1.11
by: vlakarados [More]



Description:
vlakCooldowns is a simple cooldown timer addon, which uses a big icon and a small status bar above to keep it clean.


Latest Changes (1.1):
GUI improved to allow full ingame configuration of the addon
Ingame cooldown enabling/disabling
Filter by time (DK rune bug fix)
Cooldown pulse styled notifications
Glowing icons when cooldowns start and when about to end
Raid/Party/Yell/Say notifications when cooldown ends
All of it has a GUI now and every feature added can be switched off if is not needed
LDB (same as slashes /vc, etc.)
Fixed most of the bugs
New class abilities

Please completely restart WoW after updating and see known bugs section. Sorry for this version wiping all your configuration but it was needed.
See Change Log for other changes


Configuration:
All configuration is done by entering /vc or clicking the LDB icon. Then you will see 3 frames you can drag to reposition or right-click to configure the addon. Red - pulse notification (power aura, if you wish), Olive - text notification, Blue - the main cooldowns anchor.
If you want chat notifications OR cooldown pulse notifications you must make sure the global switch is turned on and every spell you want to notify must be turned on too. The global switch is there for example if you want to disable notifications in pvp and enable in pve.

Note that many classes have every cooldown enabled by default, so disable the abilities you don't need via GUI.



To do:

  • Test.
  • Item cooldowns.
  • Bar timer position.
  • Sorting.


Known bugs:
  • Hunter traps don't always show up
  • When updating any value in menu such as enabling/disabling/switching options they do not update until you reopen the menu by right clicking the frame again.


Reporting bugs:
Please report any bugs you find in the comments.


Credits and thanks:
  • This addon was based on KordaCooldown by henrik_s.
  • Guys in the comments section


Made by Влакарадос of Свежеватель Душ EU

1.1
GUI improved to allow full ingame configuration of the addon
Ingame cooldown enabling/disabling
Filter by time (DK rune bug fix)
Cooldown pulse styled notifications
Glowing icons when cooldowns start and when about to end
Raid/Party/Yell/Say notifications when cooldown ends
All of it has a GUI now and every feature added can be switched off if is not needed
LDB
Fixed most of the bugs
New class abilities

r1
Fixed: Worgen and Goblin errors
Added: New class abilities for levels 81-85
Added: A bunch of other abilities that were missing, thanks to guys in the comments

0.7
Fixed: Chakra state Holy Word: *something*
Fixed: Shadowfury
Fixed: Horn Of Winter

0.6
Fixed: Abilities for patch 4.0.1
Add: Hunter abilities
Add: Warlock pet abilities
Fixed: Better performance
Add: GUI (/vc)
Add: Align configuration

0.5
Add: Racial abilities
Add: Variable that sets whether the bar on top of cooldown is one color, fades from red to green and green to red over time, by default it is one-color. Thanks to _Chloe for an idea.
Fixed: Cooldowns now should properly show for low-level characters

0.4
Add: Death knight abilities
Add: Priest abilities
Add: Mage abilities

0.3
Add: Pally abilities
Add: Added a gap variable that sets the distance between icons
Fixed: Cooldown resets (e.g. Divine Storm with 2p t10 bonus)
Fixed: Positioning fix
Change: Positioning slight changes (now icons grow from the left side to the right or bottom to top)

0.2
Add: Druid abilities
Add: Growth direction variable

0.1
Initial release
Post A Reply Comment Options
Unread 12-20-10, 03:57 AM  
vlakarados
An Aku'mai Servant
 
vlakarados's Avatar
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 145
Uploads: 5
I want to apologise to all of you guys, I will make item cooldowns and a couple more things this year or at the beginning of the next one.
This addon may seem abandoned but it's not, it's my end-of-semester exams and other stuff I must handle in the first place and I'm getting closer to the end of all these. So more updates comming up in the next couple of weeks.
Report comment to moderator  
Reply With Quote
Unread 12-19-10, 02:04 AM  
vlakarados
An Aku'mai Servant
 
vlakarados's Avatar
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 145
Uploads: 5
Thank you for the quick fix, I was working with adding spells and today I will upload the latest version.
By the way, Goblins rocket jump and rocket barrage are on a shared cooldown, so you need to have only one spell in the list.
Report comment to moderator  
Reply With Quote
Unread 12-18-10, 11:02 PM  
lanonade
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Solution to Alfrunnah's Question

I was redoing my UI and I came across this addon. I really like it and I found out that it didn't work out with my Worgen Druid as well.

However I was able to resolve the problem. The addon creates an error when dealing with a Worgen or Goblin because the races aren't in the spell list. Therefore I just added the lines in the Spells.lua file like this :


(around line 270)
.......
["Human"] = {
59752, -- Every Man for Himself
},
["Worgen"] = {
68992, -- Darkflight
},
["Goblin"] = {
69070, -- Rocket Jump
69041, -- Rocket Barrage
},
["NightElf"] = {
58984, -- Shadowmeld
},



I added the Worgen and Goblin part, not the Human and Night Elf part.
So just add this in there:

["Worgen"] = {
68992, -- Darkflight
},
["Goblin"] = {
69070, -- Rocket Jump
69041, -- Rocket Barrage
},



Enjoy!!
Last edited by lanonade : 12-18-10 at 11:05 PM.
Report comment to moderator  
Reply With Quote
Unread 12-13-10, 12:37 PM  
vlakarados
An Aku'mai Servant
 
vlakarados's Avatar
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 145
Uploads: 5
Hopefully I know where's the problem and will get this fixed soon, thank you for your effort
Report comment to moderator  
Reply With Quote
Unread 12-12-10, 07:52 PM  
Alfrunnah
A Kobold Labourer

Forum posts: 1
File comments: 56
Uploads: 0
Nothing at all, they worked prefectly prior to my race change (used to be night elf) and now nothing since going worgen. Works fine on all my other classes. Even tried wiping all saved variables and removing the mod entirely in case of any discrepancies, to no avail.
Report comment to moderator  
Reply With Quote
Unread 12-11-10, 05:55 PM  
vlakarados
An Aku'mai Servant
 
vlakarados's Avatar
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 145
Uploads: 5
Originally posted by Alfrunnah
Doesn't seem to be working with my worgen druid. Works with every other class I have. Don't know if this is my problem or a mod problem, but I can't figure it out so I'm posting
Thanks for the report, could you please provide some deeper information about this? Does it work with other races/classes when running the same addons as with your Worgen? Do the cooldowns appear on any of the abilities or completely none of them? I might have a clue already on this, hopefully will solve this this week.
Report comment to moderator  
Reply With Quote
Unread 12-10-10, 02:46 PM  
Alfrunnah
A Kobold Labourer

Forum posts: 1
File comments: 56
Uploads: 0
Doesn't seem to be working with my worgen druid. Works with every other class I have. Don't know if this is my problem or a mod problem, but I can't figure it out so I'm posting
Report comment to moderator  
Reply With Quote
Unread 11-14-10, 06:10 PM  
vlakarados
An Aku'mai Servant
 
vlakarados's Avatar
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 145
Uploads: 5
I will add them but I also will comment them, personally I like to use ChronoBars to keep an eye out on CD's and debuff durations like lava burst,chain lightning and shocks.
Report comment to moderator  
Reply With Quote
Unread 11-14-10, 04:35 PM  
Droit
A Kobold Labourer

Forum posts: 1
File comments: 4
Uploads: 0
You're right, I'm just use to addons that always show them, so I'm kind of used to it. Lava Burst is a good one to keep an eye on though. I also tend to spam some abilities, with other classes anyway, and just put the spells on here because I wasn't sure if you overlooked them or something.
Report comment to moderator  
Reply With Quote
Unread 11-14-10, 04:48 AM  
vlakarados
An Aku'mai Servant
 
vlakarados's Avatar
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 145
Uploads: 5
well, about shaman's part, I have a shaman and I don't really think you need all those flame shocks and wind shears as it's more in a rotation, same with chain lightning and this kind of stuff, cooldowns that are <10 seconds aren't really needed to be in this addon, I think, but I'll add them as I will try to make a gui to ignore some of the spells
Report comment to moderator  
Reply With Quote
Unread 11-13-10, 01:51 AM  
Droit
A Kobold Labourer

Forum posts: 1
File comments: 4
Uploads: 0
A few more, for Paladins.
26573, -- Consecration
85285, -- Rebuke
85696, -- Zealotry

And Shamans.
8042, -- Earth Shock
57994, -- Wind Shear
8056, -- Frost Shock
421, -- Chain Lightning
1535, -- Fire Nova
51505, -- Lava Burst
2825, -- Bloodlust
32182, -- Heroism
8050, -- Flame Shock
8177, -- Grounding Totem
73899, -- Primal Strike
60103, -- Lava Lash
17364, -- Stormstrike

The Fire, Earth and Frost Shock share a cooldown, so they all appear on screen at the same time. That seems to be normal on a lot of cooldown mods and I'm not sure if there's a way to have only one icon appear to represent three abilities.
Last edited by Droit : 11-13-10 at 10:05 PM.
Report comment to moderator  
Reply With Quote
Unread 11-12-10, 05:37 PM  
vlakarados
An Aku'mai Servant
 
vlakarados's Avatar
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 145
Uploads: 5
Droit, thank you, will be up in the next update.
Report comment to moderator  
Reply With Quote
Unread 11-11-10, 11:50 PM  
Droit
A Kobold Labourer

Forum posts: 1
File comments: 4
Uploads: 0
43265, -- Death and Decay (not 499382)
47528, -- Mind Freeze
56222, -- Dark Command
46584, -- Raise Dead
All Death Knight abilities of course.

And some more for Hunters.
6991, -- Feed Pet
2973, -- Raptor Strike
34026, -- Kill Command
23989, -- Readiness
53209, -- Chimera Shot
34490, -- Aimed Shot
5116, -- Concussive Shot
Last edited by Droit : 11-12-10 at 04:00 AM.
Report comment to moderator  
Reply With Quote
Unread 11-10-10, 04:41 PM  
Savemech
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Thumbs up ty

Спасибо, и листинг исп. аддонов я думаю тоже бы пригодился
Report comment to moderator  
Reply With Quote
Unread 11-10-10, 02:45 PM  
vlakarados
An Aku'mai Servant
 
vlakarados's Avatar
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 145
Uploads: 5
это все ручками написано при помощи LitePanels, проще использовать ChocolateBar + дата брокеры, что собственно, сейчас и делаю
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: