Download
(6 Kb)
Download
Updated: 09-11-10 09:31 PM
Updated:09-11-10 09:31 PM
Created:09-11-10 09:31 PM
Downloads:497
Favorites:4
MD5:
CursorCooldown - Cata
Version: 2.6-Cata
by: orionshock [More]
CursorCooldown

Adds a small texture to the bottom right side of the cursor showing the Global Cooldown and the spell that caused it.

No options to configure scale or size, must edit lua file to do that.

**Updated for Cataclysm changes**

Thanks to cncfanatics for the push in the right direction and ideas to start off on.
Optional Files (0)


Post A Reply Comment Options
Old 03-19-11, 03:48 PM  
orionshock
A Wyrmkin Dreamwalker
 
orionshock's Avatar
AddOn Author - Click to view AddOns

Forum posts: 54
File comments: 70
Uploads: 6
Re: Fixed Location

Originally posted by wilz
[b]For those of you who want a huge, transparent GCD count which is not located near the mouse (I.e. NonCursorCooldown lol), you can replace these segments of the lua:
hehe... why you'd want to do that wtih my addon... but meh, it's a simple one so i guess it get's the chopping block first
__________________
Author of GuildCraft, SickOfClickingDailies, CursorCooldown, Broken_LFD
WoWAce Addon List WoWInterface Addon List

"I was there in the beginning... and things were very different back then" --An Echo from a time before.
orionshock is offline Report comment to moderator  
Reply With Quote
Old 03-06-11, 09:14 PM  
wilz
A Defias Bandit

Forum posts: 2
File comments: 23
Uploads: 0
Fixed Location

For those of you who want a huge, transparent GCD count which is not located near the mouse (I.e. NonCursorCooldown lol), you can replace these segments of the lua:

Code:
frame:SetWidth(50)
frame:SetHeight(50)
and

Code:
frame:SetScript("OnUpdate", function(self, update)
	--x, y = GetCursorPosition();
	x = 0; --x + 15
	y = 175; --y - 40
	Scale = UIParent:GetScale();
	sX = x / Scale;
	sY = y / Scale;
	self:SetPoint("BOTTOM", UIParent, "BOTTOM", sX, sY);
	self:SetAlpha(0.5); --added

	if not checkSpell() then return end
Increase the y to move it up. Increase x to move right, set it to negative to move it left.
Last edited by wilz : 03-06-11 at 09:16 PM.
wilz is offline Report comment to moderator  
Reply With Quote
Old 01-23-11, 06:40 PM  
orionshock
A Wyrmkin Dreamwalker
 
orionshock's Avatar
AddOn Author - Click to view AddOns

Forum posts: 54
File comments: 70
Uploads: 6
Originally posted by Nihlo
hey, like the addon, thank you very much.

I tried to modify the frame a little bit, size and position was no problem but I'd like to change the opacity of the frame.

Found the attribute "float" in wiki:



but I hadn't been able to change the lua without lua-errors.
Where your changing the size of the frame, just add in

<FrameName>:SetAlpha(.5)

not sure what i named the frame or what variable i used, im at work.
__________________
Author of GuildCraft, SickOfClickingDailies, CursorCooldown, Broken_LFD
WoWAce Addon List WoWInterface Addon List

"I was there in the beginning... and things were very different back then" --An Echo from a time before.
orionshock is offline Report comment to moderator  
Reply With Quote
Old 12-29-10, 05:51 AM  
Nihlo
A Defias Bandit

Forum posts: 2
File comments: 122
Uploads: 0
hey, like the addon, thank you very much.

I tried to modify the frame a little bit, size and position was no problem but I'd like to change the opacity of the frame.

Found the attribute "float" in wiki:

alpha
(float) The opacity of the frame, where 1.0 is opaque and 0.0 is fully transparent.
but I hadn't been able to change the lua without lua-errors.
Nihlo is offline Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: