Results: 21Comments by: CoeurDeLapin
File: Raven02-03-13
Re: Re: Re: Re: Re: Re: Blood Runes and Death Runes
Posted By: CoeurDeLapin
It could, probably. So, can anybody help me to show when I have at least 1 full blood rune - without telling me how I should setup the rest of my UI? Please? Unfortunately, the Raven blood rune checking condition in the current release is defined as "must have at least one blood rune available (or enough death runes)", which doesn't...
File: Raven02-01-13
Re: Re: Re: Re: Blood Runes and Death Runes
Posted By: CoeurDeLapin
It could, probably. So, can anybody help me to show when I have at least 1 full blood rune - without telling me how I should setup the rest of my UI? Please?
File: Raven01-31-13
Re: Re: Blood Runes and Death Runes
Posted By: CoeurDeLapin
On an alt of mine, a Blood DK, I'd like Raven to show when I have at least 1 blood rune ready to use for Heart Strike. It doesn't matter if the blood runes are recharging or not, but it should not count death runes as blood runes since I need the death runes for Death Strike. I just cannot figure out how to make Raven show this.....
File: Raven01-26-13
Blood Runes and Death Runes
Posted By: CoeurDeLapin
On an alt of mine, a Blood DK, I'd like Raven to show when I have at least 1 blood rune ready to use for Heart Strike. It doesn't matter if the blood runes are recharging or not, but it should not count death runes as blood runes since I need the death runes for Death Strike. I just cannot figure out how to make Raven show this.....
File: Raven01-13-13
Re: Re: Chaos Wave problem
Posted By: CoeurDeLapin
Can someone help me on this? My warlock's offspec is demonology and I want Raven to show when some of the cooldowns are ready, specifically Hand of Gul'dan and Chaos Wave. Hand of Gul'dan which is cast in casterform works fine: Spell Ready: "Hand of Gul'dan", Test Spell Usable, Target In Range Dependencies: = True (And), = Tru...
File: Raven01-13-13
Re: Rune of power tracking
Posted By: CoeurDeLapin
Anyone know how i can setup a Rune of Power tracker ?. Like when i cast rune of power on ground it says its 60sec left on it, just like a buff. Can anyone explain me how i do this ? In the desired Auto Group (under Bar Groups) you should enable Auto Buffs (under Buffs) - Action On Player - Cast By Player (or Anyone?). If you only wa...
File: Raven01-12-13
Chaos Wave problem
Posted By: CoeurDeLapin
Can someone help me on this? My warlock's offspec is demonology and I want Raven to show when some of the cooldowns are ready, specifically Hand of Gul'dan and Chaos Wave. Hand of Gul'dan which is cast in casterform works fine: Spell Ready: "Hand of Gul'dan", Test Spell Usable, Target In Range Dependencies: = True (And), = Tru...
File: Raven01-04-13
Re: Re: Number of Soul Shards
Posted By: CoeurDeLapin
Raven counts only 3 Soul Shards, but Glyph of Soul Shard gives the warlock a 4th. And come 5.2, 4 shards will be standard. I see that the condition only checks up to 3 shards currently and I'll make that 4 in the next release. The soul shard bar/icon Raven shows in the Buffs standard bar group does already show up to 4 shards.Yes, I...
File: Raven01-04-13
Number of Soul Shards
Posted By: CoeurDeLapin
Raven counts only 3 Soul Shards, but Glyph of Soul Shard gives the warlock a 4th. And come 5.2, 4 shards will be standard.
File: IfThen12-13-12
The "casted" seems like a more prec...
Posted By: CoeurDeLapin
The "casted" seems like a more precise way to get this going so I will try that tonight :)OnEvent("Casted", "Dark Bargain", "player") AND InGroup() THEN Chat("Say","I made a , delaying all damage for 8 secs!") AND SetTimer("DarkBargainTimer","8"); works like a charm. Thank you!
File: IfThen12-13-12
Code runs faster than humans can th...
Posted By: CoeurDeLapin
Code runs faster than humans can think; whats happening is that the line is beign processed multiple times as people in your group or yourself is doing stuff :-) Try inputting a Cooldown() in there like this: OnEvent("Buff") AND HasBuff("Dark Bargain") AND InGroup() AND Cooldown("10") THEN Chat("Say","I made a , delaying all da...
File: IfThen12-12-12
Dark Bargain message and timer
Posted By: CoeurDeLapin
Can someone help me make this work, please? I want to make a OnEvent code that lets healers know that I'm delaying damage with Dark Bargain, and 8 seconds later that I now require healing. OnEvent("Buff") AND HasBuff("Dark Bargain") AND InGroup() THEN Chat("Say","I made a Dark Bargain, delaying all damage for 8 secs!") AND SetTime...
File: GTFO11-15-12
This error occurred after today's u...
Posted By: CoeurDeLapin
This error occurred after today's update: Interface\AddOns\GTFO\GTFO.lua:1324: script ran too long : in function `PlaySoundFile' Interface\AddOns\GTFO\GTFO.lua:1324: in function `GTFO_PlaySound' Interface\AddOns\GTFO\GTFO.lua:1007: in function `GTFO_OnEvent' :1: in function <:1> Ty for your work :)
File: Raven05-08-12
Re: Help with a custom bar/possible bug
Posted By: CoeurDeLapin
I am trying to set up a custom bar for my warlock that I cannot for the life of me seem to get to work. I am trying to track the Shadow Embrace affect from the Affliction talent tree. The bar I create is set to the following criteria: Type: Buff Source: Class Class: Warlock Actions To Monitor: Shadow Embrace Action On: Target...
File: AddonSwitcher03-10-12
I know that this works with Ampere,...
Posted By: CoeurDeLapin
I know that this works with Ampere, but I find that it would be even simpler if it had some sort of broker-interface: It could show the active profile and on mouseover show a dropdown of the available profiles. I would so love that :) Thanks for this nifty addon, which makes addon switching much easier :)
File: TargetCharms03-04-12
Reset positions
Posted By: CoeurDeLapin
I love using Targetcharms, mainly because of its layout and ease of use. However, I only use it while raiding and I disable it whenever I don't use it (like in arena) - having very many addons, I use Addonswitcher to keep the memoryusage down. This gives me a big annoyance when it comes to Targetcharms, because it resets its position...
File: Kong Automatic UI Hider04-19-11
Small bug
Posted By: CoeurDeLapin
I think I have found a minor bug. I was trying to make a condition: of ] < of ] However, it only comes up as: of ] < of ]
File: Raven04-01-11
Re: Re: Re: Re: Warlock talent
Posted By: CoeurDeLapin
Originally posted by Tojaso Please try it again. It is included in r143. I just dusted off my warlock (used to be my main back in Burning Crusade), gave him an Affliction spec that included Jinx, went to the target dummies in Orgrimmar, cast Curse of the Elements, and Jinx: Curse of the Elements showed up on the other training dumm...
File: Raven03-31-11
Re: Re: Warlock talent
Posted By: CoeurDeLapin
Originally posted by Tojaso Does the debuff show up as Jinx or as Jinx: Curse of the Elements? I'll add both just in case. I'll try to get it into the next release (there is already a release candidate but this is a small change so should be okay). Was this change included in today's update? Because in that case it's not working....
File: Raven03-30-11
Warlock talent
Posted By: CoeurDeLapin
It would be nice if you would add "jinx" debuff in the next release :) If I understand it correctly, these would be the lines to add to the warlock.lua: { "Jinx", DEBUFF, p.Pink, school = "Shadow", id = 18179 }, { "Jinx", DEBUFF, p.Pink, school = "Shadow", id = 85479 }, I just finished setting up my new UI which is bas...
File: Athene's Upgrade Estimator05-10-10
Cannot save options
Posted By: CoeurDeLapin
AUE had some odd bugs tonight (playing my shammy after a break of several months): First of all, when typing /aue nothing happened - pressing enter didn't "send" the command which stayed in the command line... Then I uninstalled and reinstalled. Now I could call up the options screen but when trying to save the options I got th...