Download
(22Kb)
Download
Updated: 10-09-12 08:37 PM
Pictures
File Info
Updated:10-09-12 08:37 PM
Created:01-03-11 07:12 PM
Downloads:197,902
Favorites:200
MD5:

Icicle  Popular! (More than 5000 hits)

Version: v1.0
by: xthothx [More]

Adds enemy cooldowns to their nameplates!

/icicle or ingame menu for options.

In cases where spells have variable cooldown times I've used the lowest possible that I'm aware of, So please remember that in some cases the cooldown shown is a guideline not concrete.

Icicle uses the combat log so if cooldowns are used out of its range or are otherwise hidden from it they will not show up.

* I no longer play wow and due to time restraints did not test this rewrite as extensively as i should have. Lets cross our fingers there's not too many addon breaking bugs =).

v1.0
--complete rewrite for MoP
--ingame options added

v0.9.2
--update for 4.2 thanks terryremiux for the help

v0.9.1
--fixed my timer fail

v0.9
--patched for 4.1
--updated some cooldowns
--implented timers

v0.8
--Updated cooldowns for 4.0.6
--Fixed timers not showing sometimes /facepalm

v0.7
--Fix for spells that weren't working ie: Hex, Ring of Frost and a few others.
Thanks FrokeR for letting me know
--Added a border on interrupts and silences

v0.6
--Made the tables local...D'oh
--Changed the event that resets cooldowns
--Big update to the spell list

v0.5
--Stopped pointless nameplate scanning
--Small code optimization
--Cooldowns reset when zoning

v0.4
--Added support for Aloft. thanks acapela

v0.3
--Added support for Cold Snap, Preparation and Readiness
--Icons constrained by frame width
--Added Mind Freeze and Rebuke to the spell list...oops

v0.2
--Cleaned up the code
--Fixed icons occasionally showing up small
Optional Files (1)
File Name
Version
Size
Author
Date
Type
5.4
24kB
11-02-13 08:36 PM
Patch


Post A Reply Comment Options
Unread 03-21-11, 03:46 AM  
skmzarn
A Defias Bandit

Forum posts: 3
File comments: 24
Uploads: 0
Originally posted by oalex
I have been using this addon for a long time and really like it.
Could you please add the below mod (which works perfectly) as an option so I dont have to get into lua every time you update.

Code:
if i == 1 then
	db[name][i]:SetPoint("BOTTOMLEFT", f, 0, - size)
else
	db[name][i]:SetPoint("BOTTOMLEFT", db[name][i-1], size + 2, 0)
end
With tidy plates and treat plate (2 of the most popular nameplate addons, everyone would want then under the nameplate.

It would be very easy to add the option, just a few lines of code.
Dont mind if you dont make user interface, just keep it simple command line version

/icicle config (or something like that)

then.... (1 for up, 2 for down)

Local "Position"
get user input(Position)
save user input(Position) permanently in WTF (till user decides to change it)

If Position =1 then
The first version (buffs up)
Else
The second version (buffs down)
End

Of-curse I could make the code but that will defeat the purpose as I'd have to add it every time you update.

Please consider this request.
Cheers
Alex
Would you like to screenshot your tidy nameplates w/ Icicle icons and castbar activated? So I can see how yours looks like by having Icicle icons on the bottomleft?

I am using TidyPlates, Neon theme with castbars, no chance I can have the icons at bottomleft, would look quite ridiculous. So I guess you use another theme.
Report comment to moderator  
Reply With Quote
Unread 03-20-11, 07:39 PM  
oalex
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 110
Uploads: 1
I have been using this addon for a long time and really like it.
Could you please add the below mod (which works perfectly) as an option so I dont have to get into lua every time you update.

Code:
if i == 1 then
	db[name][i]:SetPoint("BOTTOMLEFT", f, 0, - size)
else
	db[name][i]:SetPoint("BOTTOMLEFT", db[name][i-1], size + 2, 0)
end
With tidy plates and treat plate (2 of the most popular nameplate addons, everyone would want then under the nameplate.

It would be very easy to add the option, just a few lines of code.
Dont mind if you dont make user interface, just keep it simple command line version

/icicle config (or something like that)

then.... (1 for up, 2 for down)

Local "Position"
get user input(Position)
save user input(Position) permanently in WTF (till user decides to change it)

If Position =1 then
The first version (buffs up)
Else
The second version (buffs down)
End

Of-curse I could make the code but that will defeat the purpose as I'd have to add it every time you update.

Please consider this request.
Cheers
Alex
Last edited by oalex : 03-20-11 at 07:40 PM.
Report comment to moderator  
Reply With Quote
Unread 03-19-11, 07:56 AM  
akasha1337
A Kobold Labourer

Forum posts: 0
File comments: 16
Uploads: 0
can i move the icons somehow closer to the nameplates
Report comment to moderator  
Reply With Quote
Unread 03-14-11, 07:43 AM  
skmzarn
A Defias Bandit

Forum posts: 3
File comments: 24
Uploads: 0
Thank you very much for your answer. It's an incredible useful and great addon.

EDIT:

Problem is that it's hard to track the problem since I can only test it on enemies.
And that is.. not the easiest way.

Is there a way to have it track cooldowns even on friendly units? Just a temporarily thing so I can possibly track down the error in Aloft. Or if you know any other way.

EDIT 2:

I managed to get this error.

Message: Interface\AddOns\Icicle\Icicle.lua:380: attempt to call method 'GetText' (a nil value)
Time: 03/14/11 16:00:03
Count: 43
Stack: [C]: in function `GetText'
Interface\AddOns\Icicle\Icicle.lua:380: in function <Interface\AddOns\Icicle\Icicle.lua:375>
Interface\AddOns\Icicle\Icicle.lua:429: in function <Interface\AddOns\Icicle\Icicle.lua:419>

Locals:

EDIT 3:

I downloaded TidyPlates, and was hoping to see Icicle working better, since I saw previous comments saying it works well with TidyPlates. I cannot get it to work at all. What's happening, really? Something must block it.
Last edited by skmzarn : 03-19-11 at 07:51 AM.
Report comment to moderator  
Reply With Quote
Unread 03-14-11, 07:31 AM  
xthothx
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 32
Uploads: 2
Sorry everyone been a bit slack in responding to these questions =( wtb more time in a day!

@Borend I'm going to add my own timers on these to avoid these sorts of problems.

@Destroyer I've never seen that before could you pm me your addon list

@sergormo by the looks of that thread the fellow is going to release what you are looking for.

@skmzarn I'll check out aloft tomorrow
Report comment to moderator  
Reply With Quote
Unread 03-14-11, 05:32 AM  
skmzarn
A Defias Bandit

Forum posts: 3
File comments: 24
Uploads: 0
I have only tried this addon in BG, specifically Alterac Valley and Tol Barad.

In Tol Barad no auras ever shows up. In AV some auras shows up sometimes randomly it seems. Most of the time they don't show up at all.

No LUA errors are shown. I am using Aloft-4.1.3-2021.
Last edited by skmzarn : 03-14-11 at 05:59 AM.
Report comment to moderator  
Reply With Quote
Unread 03-02-11, 03:20 PM  
sergormo
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
great idea, could you think about this?

i´m searching somethig like that since many time. well, i suggest a change or and improve so loable for arenas not for bgs.

is there any way to set these icons that are showed in nameplate, to a personalized box of every enemy of the arena? like a modified interruptbar but with your great way of know what's the enemy thats pop the cd.

this is a idea, of a topic of arenajunkies
http://www.arenajunkies.com/topic/19...ldown-tracker/

sorry my english
Report comment to moderator  
Reply With Quote
Unread 02-24-11, 09:43 PM  
Destroyer
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Exclamation This addon is bugged.

Hi ive got this addon but when i turn it on i cant see my targets, target or its toggles on and off is there a way to fix this.

Im using the blizzard enemyplates
Report comment to moderator  
Reply With Quote
Unread 02-23-11, 09:14 AM  
Borend
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
How to turn off the Cooldown Spiral

Hi ,
I want to ask you : How can I turn off the cooldown spiral from the Icons.
I Tryed to turn off "Show cooldown Models" from OmniCC ,but then It turns every Spiral OFF - Barrs,Icons,Buffs and I want to turn off only the Icicles ones.

P.s. Sorry for my English,but I am still learning
P.s. thx 4 the answer
p.s. I found a way to do that... Just turned OmniCC`s "Show cooldown Models" and Installed CooldownCount for gcd spiral
Last edited by Borend : 02-23-11 at 02:08 PM.
Report comment to moderator  
Reply With Quote
Unread 02-22-11, 04:08 AM  
xthothx
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 32
Uploads: 2
@cfgpxkaga open icicle.lua in notepad find this
local iconsize = 24 and change to what size you want.
then find this line
db[name][i]:SetPoint("TOPLEFT", f, 0, size + 10)
add make it size + 20 or whatever you need.

when i get some time ill add a proper config section make it easier for everyone.

@reanism not possible right now. I'm really busy atm when i get some time i'll look into it.
Report comment to moderator  
Reply With Quote
Unread 02-22-11, 01:13 AM  
cfgpxkaga
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
how do i move CC's icon UP?

im currently using tidyplates, icicle is working well with it , but it's abit too close to the tidyplates nameplate bar. how do i move these CD's icon abit upwards?
oh and how do i change icon size? increase/decrease...
Last edited by cfgpxkaga : 02-22-11 at 01:35 AM.
Report comment to moderator  
Reply With Quote
Unread 02-21-11, 03:35 PM  
Censill
A Kobold Labourer
 
Censill's Avatar

Forum posts: 1
File comments: 12
Uploads: 0
Re: Re: Hunt for nameplates :(

Originally posted by shUI
What bug did you find?
No bug at all.

BTW I am useing them now xD just need to get use to it..
__________________
"Old Professors never die, they just lose their faculties."
Report comment to moderator  
Reply With Quote
Unread 02-20-11, 09:33 PM  
reanism
A Kobold Labourer

Forum posts: 0
File comments: 34
Uploads: 0
thanx for great addons. this is awesome idea.
btw is it possible to make option to toggle on/off cooldown spiral. or thru
lua without turn it off by omnicc.
Report comment to moderator  
Reply With Quote
Unread 02-20-11, 07:51 PM  
shUI
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 8
File comments: 340
Uploads: 5
Originally posted by xthothx
@shUI that's just a typo mate pretty sure he meant 'but'

@rosoaa it's not as simple as that =( send me a pm detailing exactly what you are trying to do and i'll help if i can
Fair enough
__________________
shPerformance: Data Broker memory/latency/fps usage display utility
shNameplates: Lightweight, simple, and sexy nameplates
shClock: Lightweight and simple data broker clock
Report comment to moderator  
Reply With Quote
Unread 02-20-11, 07:20 PM  
xthothx
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 32
Uploads: 2
@shUI that's just a typo mate pretty sure he meant 'but'

@rosoaa it's not as simple as that =( send me a pm detailing exactly what you are trying to do and i'll help if i can
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: