| Tested: | Hour of Twilight 4.3 |
| Updated: | 11-29-11 01:30 PM |
| Created: | 05-17-10 06:18 AM |
| Downloads: | 10,045 |
| Favorites: | 39 |
| MD5: |

{ spellName = "Surge of Power", item = 50353, icd = 45},
File Name |
Version |
Size |
Author |
Date |
1.0.2 |
7kB |
boomboo |
06-29-11 05:50 AM |
|
1.0.1 |
7kB |
boomboo |
04-27-11 02:31 AM |
|
1.0.0 |
7kB |
boomboo |
11-28-10 01:54 AM |
|
0.9.8 |
7kB |
boomboo |
07-09-10 03:09 AM |
|
0.9.7 |
7kB |
boomboo |
05-24-10 01:45 PM |
|
0.9.5 |
7kB |
boomboo |
05-19-10 10:07 AM |
|
0.9.1 |
6kB |
boomboo |
05-17-10 02:03 PM |
|
0.9 |
5kB |
boomboo |
05-17-10 06:18 AM |
![]() |
Comment Options |
|
|
|
|
This isn't possible unless it places a buff or a debuff on you which as far as I understand it doesn't. It places a debuff on your target which the addon doesn't track.
|
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 22
Uploads: 0
|
Warrior Improved Hamstring
can anyone provide the line needed to be added to make Improved hamstring tracked by the addon ? thanks for this awesome addon |
|
|
|
|
|
|
At the moment the addon doesn't support several placeholders, it'll just parse the first one; that is why the Eclipse bar works and the trinket doesn't.
I'll take a look at enabling that.
Last edited by boomboo : 08-02-10 at 03:41 AM.
|
|
|
|
|
|
|
|
Hi,
I would like to use more than one ICDbar, but it will not really work. I use this code but it only runs the Eclipsebar: Code:
["DRUID"] = {
{
Name = "Eclipse",
Direction = "UP",
Mode = "ICON",
Margin = 4,
size = 32,
posx = 0,
posy = -160,
--Eclipse (Lunar)/Mondfinsternis
{ spellName = "Mondfinsternis", icd = 30},
--Eclipse (Solar)/Sonnenfinsternis
{ spellName = "Sonnenfinsternis", icd = 30},
},
{
Name = "Trinket",
Direction = "UP",
Mode = "ICON",
Margin = 4,
size = 32,
posx = 0,
posy = 0,
--Phylactery of the Nameless Lich/Phylakterium des namenlosen Lichs
{ spellName = "Entzogene Kraft", item = 50365, icd = 100},
},
},
__________________
![]() |
|
|
|
|
|
|
|
Somewhat a late response but better late than never. Anyway, the problem is that your definition is wrong; for rogues the Taunka proc is actually "Power of the Taunka" and not "Strength" that's why when that buff procs the addon doesn't fire.
|
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 15
Uploads: 3
|
I'm having an issue with my Deathbringers Will not showing up if i have Whispering Fanged Skull equipped. It looks like to me that the DBW will only show up if it procs first.
Screenshots: Both trinkets equipped attacking boss with both proced http://img249.imageshack.us/img249/5...2510185138.jpg Equipping WFS after DBW was on ICD http://img197.imageshack.us/img197/8...2510190048.jpg Code im using: Code:
["ROGUE"] = {
{
Name = "ICDs",
Direction = "LEFT",
Mode = "ICON",
Margin = 5,
size = 27,
scale = 1,
barWidth = 201.5,
posx = -287,
posy = -255,
{ spellName = "Icy Rage", item = 50343, icd = 45}, --WFS
{ spellName = "Strength of the Taunka", item = 50363, icd = 105}, --DBW
{ spellName = "Speed of the Vrykul", item = 50363, icd = 105}, --DBW
{ spellName = "Agility of the Vrykul", item = 50363, icd = 105}, --DBW
},
},
|
|
|
|
|
|
|
Hi, Thank you for this useful addon. Simple is nice.
I would like to suggest 1 thing tho. Would it be possible to make it able to move by right clicking the icon? |
|
|
|
|
|
|
|
Yes the version on Shantalaya's website is outdated, I was actually thinking about releasing an updated version with some changes. The one I'm using needs a bit of cleaning before i can actually do that.
Also I'm not certain how to actually do it since the addon was written by Shantalaya and not me. I'll think about it and see what I can do. |
|
|
|
|
|
|
|
I get Filger from http://wow.shantalya.de/addons/6-Filger.htm not sure if it's updated but it works just fine. I do have the "Load out of date" box ticked though. Not getting any errors.
Anyway, to the addon author, nice job! Been looking for a simple ICD tracker without all the extra bloat.
__________________
|
|
|
|
|
|
||
|
||
|
|
|
|
|
|
Not at the moment, the way it works though is that the icon/bar is shown as soon as ICD starts and it starts at the same time you gain the buff.
The two things are unrelated, for instance you can get Frostforged Sage which triggers the ICD and if you right click the buff the ICD remains. Anyway you'll need to use another addon to track buffs. I'd reccomend Filger for it if you're comfortable with lua addons. |
|
|
|
|
|
|
|
Is there a way this addon can show when you gain these buffs as well? Like, when you gain Frostforged Sage an icon will appear, and then show you the ICD when it's up?
|
|
|
|
|
|
|
|
Yes, some of the code pieces were taken from Filger. Not sure what you mean about the icons but they are standard spell icons with a random border texture. I'll add a note, however the addon doesn't work the same way as Filger and is different from it which is why I opted in writing a new one rather then modify Filger.
Last edited by boomboo : 05-20-10 at 06:18 AM.
|
|
|
|
![]() |