| Updated: | 06-10-09 01:00 AM |
| Created: | unknown |
| Downloads: | 3,611 |
| Favorites: | 38 |
| MD5: |
File Name |
Version |
Size |
Author |
Date |
2.5 |
5kB |
orionshock |
05-28-09 01:38 AM |
|
2.4a |
5kB |
orionshock |
05-28-09 12:51 AM |
|
2.4 |
3kB |
orionshock |
05-26-09 04:20 AM |
|
2.3 |
3kB |
orionshock |
05-26-09 04:06 AM |
|
2.3 |
3kB |
orionshock |
07-28-08 12:49 AM |
![]() |
Comment Options |
|
|
|
|
@faelyn
The Cata-beta release of this addon here on WoWI has these fixes ![]()
__________________
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. |
|
|
|
|
|
|
|
this is an excellent addon. great work!
![]() |
|
|
|
|
|
||
|
Re: Moving icon?
Code:
frame:SetScript("OnUpdate", function(self, update)
x, y = GetCursorPosition();
x = x + 15
y = y - 40
Scale = UIParent:GetScale();
sX = x / Scale;
sY = y / Scale;
self:SetPoint("BOTTOMLEFT", UIParent, "BOTTOMLEFT", sX, sY);
http://www.wowwiki.com/API_Region_SetPoint should help ![]()
__________________
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. |
||
|
|
|
|
|
|
beautiful.
Thanks a ton for this. Very helpful as a healer with raid frames in an area of my screen nowhere near my keybinds.
|
|
|
|
|
|
|
|
local solidTexture = "Interface\\Icons\\Temp"
Look up on wowwiki for an icon or provide one yourself. You'll need to just change the "Interface\\Icons\\Temp" part to where the image is in your interface\addons folders. This thread might help http://forums.wowace.com/showthread.php?t=15439
__________________
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.
Last edited by orionshock : 06-15-09 at 05:27 PM.
|
|
|
|
|
|
||
__________________
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. |
||
|
|
|
|
||
Any spell that triggers the GCD causes the frame to show up, if that spell has a cast or a channel then the frame stays up.
__________________
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.
Last edited by orionshock : 05-28-09 at 05:45 PM.
|
||
|
|
|
|
||
|
Re: Re: Not Working with Instants
However i did find the DK Spell i can use. But I cannot reproduce the problem with the priest. I removed all the tracking spell stuff, only one that works is hunter with tracking spells.
__________________
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. |
||
|
|
|
|
||
|
Re: Not Working with Instants
I guess there will be another update after i test it a bit..
__________________
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. |
||
|
|
![]() |