Download
(253Kb)
Download
Updated: 05-15-11 09:38 AM
Pictures
File Info
Updated:05-15-11 09:38 AM
Created:10-07-10 06:58 AM
Downloads:13,382
Favorites:26
MD5:

CooldownButtons(Fun Update)  Popular! (More than 5000 hits)

Version: 2.2.25
by: Star_Hobbit [More]

And now I don't play WoW 2.2.25 is my last update and I don't know will I play WoW some time later or not

This is fun update of this addon

I didn't test 2.2.25 on 4.1 patch

You also can post bugs in "report bugs" button (under "Download")

TODO:
1. Spell's CDs part needs to be rewritten
2. Fixing some rare bugs (may be not actual after TODO 1)
3. Some performance changes. (i think it works not oprimal)
4. Correct icons for spell groups (for warrior's shouts I use wrong icon from the old version of the addon).
5. Show hidden cooldown of procs (talents/trinkets)

2.2.25
fix: Some checks to take away most lua errors
ch: Some groups changes
2.2.24
fix: Hunter's shots now show correctly
ch: 2 groups for frost and fire traps
2.2.23
fix: error if your guild adds to you some abilities (thanks Catok)
2.2.22
fix: bug, that Apprentice Riding was shown in CDs
fix: OmniCC works again (old and new versions)
2.2.20b
fix: chenge 2 events for monitoring item's and spell's cd start, hope this'll fix lags.
2.2.19
fix: lua error and empty page on pet's spells configurating
2.2.18
fix: lua error with new OmniCC
2.2.17
fix: Shaman's Wind shear fix, thanks Syeren
2.2.17b1
fix: Error "nil" on logon for some classes
2.2.17b
fix: There was an error, opening config (just need testing)
2.1.16+
fix: Now no error working with OmniCC
2.2.16
fix: Some improvements for 4.0.1
Post A Reply Comment Options
Unread 11-27-10, 11:29 AM  
delvirtud
A Kobold Labourer

Forum posts: 1
File comments: 21
Uploads: 0
Originally posted by delvirtud
I guess I didn't understand what you were saying until just now. The OmniCC spell CDs are not showing after the latest update.

**Again, I am not expecting you to fix this since you are not the application owner. Thanks for the work that you have provided so far.

I may just go back a few versions and just deal with the error captured by bugsack, but at least I get the OmniCC CDs.

/cheers

PS/Edit. Didn't see Catok's reply below. I will try that.
So I just made the changes that Catok suggested below with version 2217 and everything works perfectly now. Icons showing correctly for Shadowmeld and Fear Ward with no errors. All is well in CDB land.

PS/EDIT: Icons look good till I restart the game THEN they horseshoe up again. /sigh
Last edited by delvirtud : 11-27-10 at 05:40 PM.
Report comment to moderator  
Reply With Quote
Unread 11-27-10, 11:08 AM  
delvirtud
A Kobold Labourer

Forum posts: 1
File comments: 21
Uploads: 0
I guess I didn't understand what you were saying until just now. The OmniCC spell CDs are not showing after the latest update.

**Again, I am not expecting you to fix this since you are not the application owner. Thanks for the work that you have provided so far.

I may just go back a few versions and just deal with the error captured by bugsack, but at least I get the OmniCC CDs.

/cheers

PS/Edit. Didn't see Catok's reply below. I will try that.
Last edited by delvirtud : 11-27-10 at 11:13 AM.
Report comment to moderator  
Reply With Quote
Unread 11-23-10, 08:00 AM  
Star_Hobbit
A Kobold Labourer
 
Star_Hobbit's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 60
Uploads: 6
I have the same bug with Shadowmeld and i'll fix it when i'll have time...

ps. I thing it's the same problem, like "2. Don't show spell CD, if you have another spec."
Last edited by Star_Hobbit : 11-24-10 at 01:43 AM.
Report comment to moderator  
Reply With Quote
Unread 11-23-10, 07:56 AM  
delvirtud
A Kobold Labourer

Forum posts: 1
File comments: 21
Uploads: 0
Just curious. I know that you are doing a fan/fun update and I GREATLY appreciate it.
Would you have any idea why my Fear Ward and Shadowmeld show up as a light blue horseshoe instead of their respective icons. I have looked a little myself to try to find the issue but have been unsuccessful. Maybe it is an icon reference library that has not been updated? It is not that big of a deal but if you have any idea, that would be great.
/ty
Report comment to moderator  
Reply With Quote
Unread 11-22-10, 01:13 PM  
Star_Hobbit
A Kobold Labourer
 
Star_Hobbit's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 60
Uploads: 6
Sorry, I have made the changes on my version and forgot to upload it
Report comment to moderator  
Reply With Quote
Unread 11-22-10, 08:09 AM  
Catok
A Kobold Labourer

Forum posts: 0
File comments: 24
Uploads: 0
Re: attempt to concatenate local 'minor' (a nil value)

Originally posted by Darkelf
\Core.lua:158: attempt to concatenate local 'minor' (a nil value)\n(tail call): ?:\n<in C code>: ?\n<string>:\"safecall Dispatcher[1]\":9: in function <[string \"safecall Dispatcher[1]\"]:5>\n(tail call): ?:\nAceAddon-3.0-10 (Ace3):543: in function `EnableAddon'\nAceAddon-3.0-10 (Ace3):635: in function <Interface\\AddOns\\Ace3\\AceAddon-3.0\\AceAddon-3.0.lua:621>\n<in C code>: in function `LoadAddOn'\nInterface\\FrameXML\\UIParent.lua:242: in function `UIParentLoadAddOn':\nInterface\\FrameXML\\UIParent.lua:265: in function `CombatLog_LoadUI':\nInterface\\FrameXML\\UIParent.lua:519: in function <Interface\\FrameXML\\UIParent.lua:492>:\n\n ---",
["type"] = "error",
["time"] = "2010/11/21 01:09:02",
To get rid of this error if you have the "waffles-version" of OmniCC installed, you can make these changes in core.lua:

if IsAddOnLoaded("OmniCC") then
--local major, minor, patch = LibStub("LibDeformat-3.0")eformat(GetAddOnMetadata('OmniCC', 'Version'), "%d.%d.%d")
--local OCCversion = tonumber(major..minor..patch)
--self.noOmniCC = not (OCCversion >= 211)
self.noOmniCC = false
else
Report comment to moderator  
Reply With Quote
Unread 11-21-10, 10:23 AM  
Darkelf
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 1
Uploads: 1
attempt to concatenate local 'minor' (a nil value)

\Core.lua:158: attempt to concatenate local 'minor' (a nil value)\n(tail call): ?:\n<in C code>: ?\n<string>:\"safecall Dispatcher[1]\":9: in function <[string \"safecall Dispatcher[1]\"]:5>\n(tail call): ?:\nAceAddon-3.0-10 (Ace3):543: in function `EnableAddon'\nAceAddon-3.0-10 (Ace3):635: in function <Interface\\AddOns\\Ace3\\AceAddon-3.0\\AceAddon-3.0.lua:621>\n<in C code>: in function `LoadAddOn'\nInterface\\FrameXML\\UIParent.lua:242: in function `UIParentLoadAddOn':\nInterface\\FrameXML\\UIParent.lua:265: in function `CombatLog_LoadUI':\nInterface\\FrameXML\\UIParent.lua:519: in function <Interface\\FrameXML\\UIParent.lua:492>:\n\n ---",
["type"] = "error",
["time"] = "2010/11/21 01:09:02",
Report comment to moderator  
Reply With Quote
Unread 10-22-10, 12:30 AM  
Star_Hobbit
A Kobold Labourer
 
Star_Hobbit's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 60
Uploads: 6
Ok, when i'll be at home, i'll download your file, check it and. if everything is ok, I'll make new version, thanks.

UPD. I have some time and i checked the file, new version soon!
UPD. I think it can be release now!
Last edited by Star_Hobbit : 10-22-10 at 06:25 AM.
Report comment to moderator  
Reply With Quote
Unread 10-21-10, 03:36 PM  
syeren
A Kobold Labourer

Forum posts: 1
File comments: 75
Uploads: 0
Hey!

If you replace your Spell_Cooldowns.lua with this:

http://pastebin.com/eaFHUxfW

It should work for Shamans
Report comment to moderator  
Reply With Quote
Unread 10-21-10, 03:30 PM  
syeren
A Kobold Labourer

Forum posts: 1
File comments: 75
Uploads: 0
Hello,

Using the latest revision and the problem still persists:

http://sadpanda.us/images/252081-5UBYTHO.jpg

I had to modify the code last time with the help of the original author in order for it to track Wind Shear, but I have no longer have access to the logs to find out what I did :<

If you look in Modules\Spell_Cooldowns, there are references to 'Wind Shock', which may be using the same spell ID as Wind Shear or something? It's the name of the spell before it came 'Wind Shear'.
Report comment to moderator  
Reply With Quote
Unread 10-21-10, 12:31 PM  
Star_Hobbit
A Kobold Labourer
 
Star_Hobbit's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 60
Uploads: 6
Originally posted by syeren
Hey Star_Hobbit,

Do you have any idea why Wind Shear won't be tracked or show up in the list yet? It's confusing as I have all the new spells which I don't even have access to in the list.
Try the last version and then write if it is ok or not
Last edited by Star_Hobbit : 10-21-10 at 12:40 PM.
Report comment to moderator  
Reply With Quote
Unread 10-20-10, 09:50 PM  
syeren
A Kobold Labourer

Forum posts: 1
File comments: 75
Uploads: 0
Hey Star_Hobbit,

Do you have any idea why Wind Shear won't be tracked or show up in the list yet? It's confusing as I have all the new spells which I don't even have access to in the list.
Report comment to moderator  
Reply With Quote
Unread 10-19-10, 10:50 AM  
Star_Hobbit
A Kobold Labourer
 
Star_Hobbit's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 60
Uploads: 6
ok i'll watch it
Report comment to moderator  
Reply With Quote
Unread 10-19-10, 12:41 AM  
tuff_ghost
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
Originally posted by Star_Hobbit
Try to delete file /wow/wtf/[account]/SavedVariables/cooldownbuttons.lua (first backup it)
getting the same error even after deleting this file
Report comment to moderator  
Reply With Quote
Unread 10-17-10, 07:28 PM  
syeren
A Kobold Labourer

Forum posts: 1
File comments: 75
Uploads: 0
Hello, thanks for the update!

Do you think there is anyway you can make Wind Shear movable? I can't seem to find the option any more :<
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: