WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Released AddOns (https://www.wowinterface.com/forums/forumdisplay.php?f=9)
-   -   Shag's coolDown (https://www.wowinterface.com/forums/showthread.php?t=4444)

wereHamster 04-12-06 03:52 AM

wereHamster's coolDown
 
This is the official discussion thread for my coolDown addon.


The addon webpage is currently not available, will be fixed as soon as possible.

ktron 04-13-06 09:36 AM

I'm fairly certain that the instructions for repositioning this addon are incorrect. I think you want 'coolDownButtonDock:Show()' and 'coolDownButtonDock:Hide()'.

wereHamster 04-13-06 10:38 AM

Quote:

Originally Posted by ktron
I'm fairly certain that the instructions for repositioning this addon are incorrect. I think you want 'coolDownButtonDock:Show()' and 'coolDownButtonDock:Hide()'.

As of 0.0.7.0 or so the frame name changed to 'coolDownDock'

aceracer24 04-14-06 08:30 AM

Just curious, why did the maker of this mod decide to go with the bland boring black scheme instead of what was in an older version with color? I'm still using the old version because I like the color. Can we get that added to this version plz?

wereHamster 04-14-06 01:30 PM

Quote:

Originally Posted by aceracer24
Just curious, why did the maker of this mod decide to go with the bland boring black scheme instead of what was in an older version with color? I'm still using the old version because I like the color. Can we get that added to this version plz?

I am aware that a many players use the old version, but I personaly don't like addons that have many configuration options, they tend to be heavy-weight, complex and often have many bugs.

With version 0.0.6.0 I tried to slim down this addon, making it simpler to use, easier to maintain (there is no maintenance at all, no translations, no class specific configuration etc.), and work 'out-of-the-box' for everyone (which it does pretty well).

If you change the background color then you'll most likely have to change the text color as well, that's (not including a transparency option for the background) six new options and that would almost require a GUI configuration utility.

so... for the time being, I won't add this option, I'm sorry.

aceracer24 04-14-06 01:54 PM

I can understand your desire to slim down the code and make is less heavy. Not everyone wants or needs that. How about a happy medium? How much more work would it take to add in the extra's to the current code and submit both giving players the option to choose? I know alot of mod authers make these mods for themselves and release them publicly as a curtesy, thats awesome and we all appreciate the work you put into them.

wereHamster 04-15-06 04:28 AM

I'll upload a new version that has options to set the backdrop and text color and min/max duration to enable at least some control over which spells should be shown (there is no way to disable spells by name).

I hope the new version will satisfy you :)

aceracer24 04-15-06 08:56 AM

wow thats awesome! Thank you!!

Edit: Been playing with it and I'm really liking teh ability to choose what ever color I feel like! Thanks again for adding those features. On last thing, whats the chance you might add spell names as well? I know I'm pushing it :p but sometimes you just have to take a chance lol.

wereHamster 04-15-06 01:36 PM

Quote:

Originally Posted by aceracer24
On last thing, whats the chance you might add spell names as well?.

spell names would require localization, and that's what I so much hate.

Blizzard didn't give us a nice way to localize addons. :(

aceracer24 04-15-06 02:52 PM

understandable :P I do appreciate you adding in the color though!

smokejax 04-16-06 03:34 PM

New Error
 


5:30PM EST / 04-16-2006
Encountered leaving Hall of Honor after AB.

wereHamster 04-16-06 05:28 PM

SmokeDevil, can you reproduce the error?

Aeliel 04-19-06 04:43 AM

Is there any way you could add slash commands? It's a true pain to have to re-check the addon page every time I want to - say - move the cooldown counts elsewhere on my screen, as the /script command is sort of hard to remember...

wereHamster 04-19-06 06:57 AM

Quote:

Originally Posted by Aeliel
Is there any way you could add slash commands?

Do you really need to reconfigure coolDown that often?

Aeliel 04-19-06 07:07 AM

Given how often I tend to move things around and change my UI layout? Yes.

Would it kill you to add them?

wereHamster 04-19-06 09:50 AM

Quote:

Originally Posted by Aeliel
Would it kill you to add them?

totally !!! :rolleyes:

you are one of those persons who can't stick to one thing for too long, aren't you? :D

Right now I'm working on IFrameManager which will simplify the whole layout... and provides a slash command to lock/unlock all frames.

Kirkburn 04-28-06 06:04 PM

ClearFont
 
Heya!

Sorry for taking so long to reply to your post ... I can certainly still change the ClearFont number font to a better one :) What's is the font in your screenshots? It's very nice!

Kb

wereHamster 04-30-06 04:43 PM

Quote:

Originally Posted by Kirkburn
Heya!

Sorry for taking so long to reply to your post ... I can certainly still change the ClearFont number font to a better one :) What's is the font in your screenshots? It's very nice!

I copied ClearFontNumer.ttf from the ClearFont to my addon and I'm creating the font using this:

Code:

local fontObject = CreateFont("coolDownFont")
fontObject:SetFont("Interface\\AddOns\\coolDown\\Fonts\\coolDownFont.ttf", 14, "OUTLINE");
fontObject:SetTextColor(1.0, 0.82, 0);


Kirkburn 04-30-06 05:27 PM

I've played so little recently, I'm forgetting my own addon :)


And now I'm editing this because I've just spoken to you on IRC :P

I'll look into the weirdness soon. Stupid fonts!

Saidin 05-05-06 10:17 AM

What are the chances of getting item cooldowns too? That would help soooo much.


All times are GMT -6. The time now is 11:44 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI