wrote the same thing few weeks ago.
It's quick and dirty but it's working...
I wrote it using Ace3 and LibBars-1.0...
I join the addon in case you want use some thing
edit: The bars show the time remaining on the buff _and_ the cooldown for the drum.
edit2: to be more explicit as all words are in french and not localized.
When you are in a group, you can select the guy which have to use its drum after you. So when your drum fade, you got a message like
[party][foo]: Drum of battle fade
[party][foo]: bar it's your turn !
I have wrote a little addon to help me switch raid members. For instance, you can switch a shaman from the healer group to a dps group to cast heroism.
So I use something like
local from, to = "raid5", "raid15"
-- button click
SwapRaidSubgroup(from, to)
-- button click again
SwapRaidSubgroup(from, to)
I didn't found any report for this. Am I the only one with it ?
Message: ...nterface\AddOns\Ace2\AceLocale-2.2\AceLocale-2.2.lua line 487:
AceLocale(Numen): Translation "Hide/Show Totemic Call (UI Reload)" does not exist.
Message: ...nterface\AddOns\Ace2\AceLocale-2.2\AceLocale-2.2.lua line 487:
AceLocale(Numen): Translation "Show or hide Totemic Call in the Numen Bar (ATTENTION! This reloads your UI)." does not exist.
Message: ...nterface\AddOns\Ace2\AceLocale-2.2\AceLocale-2.2.lua line 487:
AceLocale(Numen): Translation "Hide/Show Shields (UI Reload)" does not exist.
Message: ...nterface\AddOns\Ace2\AceLocale-2.2\AceLocale-2.2.lua line 487:
AceLocale(Numen): Translation "Show or hide Shields in the Numen Bar (ATTENTION! This reloads your UI)." does not exist.
Message: ...nterface\AddOns\Ace2\AceLocale-2.2\AceLocale-2.2.lua line 487:
AceLocale(Numen): Translation "Hide/Show Weapon Buffs (UI Reload)" does not exist.
Message: ...nterface\AddOns\Ace2\AceLocale-2.2\AceLocale-2.2.lua line 487:
AceLocale(Numen): Translation "Show or hide Weapon Buffs in the Numen Bar (ATTENTION! This reloads your UI)." does not exist.
I want to add a buff checking to ax_raidstatus 'cause I like the way to instant view buff that are missing.
With the ability of talent detection, we can make a pretty nice "parsing" of blessings. Like "this guy is an elemental shaman, guess he don't want blessing of migth."
More, I will think about counting paladins in the raid.
2 Paladins -> 1 blessing... missing one and show on the tooltip. Second blessing added -> no more blessings are missing.
Btw, Apoco, could you please add a simple module loader on enable/disable to set my module LoD... Maybe something like load X-AX_RaidStatus-Module on toc or wathever you prefer :)
Apoco, I'm waiting eagerly your next release with talent detection :)
ps: I know Phanx is a grammar nazi, so please forgive me about my very bad english ^^
0
wrote the same thing few weeks ago.
It's quick and dirty but it's working...
I wrote it using Ace3 and LibBars-1.0...
I join the addon in case you want use some thing
edit: The bars show the time remaining on the buff _and_ the cooldown for the drum.
edit2: to be more explicit as all words are in french and not localized.
When you are in a group, you can select the guy which have to use its drum after you. So when your drum fade, you got a message like
[party][foo]: Drum of battle fade
[party][foo]: bar it's your turn !
0
I made a stupid addon to play with my guildies (a king of quizz) but got a file with 6000 questions and some with accents I can't find.
Wow give me the following error when I want to ask a question with accent "SendChatMessage(): Chat message must be UTF-8 text".
Is there any way to do something like a try catch ?
0
0
No error... it's why i'm a bit confused
0
I have wrote a little addon to help me switch raid members. For instance, you can switch a shaman from the healer group to a dps group to cast heroism.
So I use something like
It's working pretty well... except in combat. I don't understand why it's not working since it's the way blizzard do.
You can show it at http://wdnaddons.com/2418124/AddOns/Blizzard_RaidUI/Blizzard_RaidUI.lua (line 639).
Anyone knows how this is not working in combat ?
0
My pitbull setup shows only player, target, targettarget and focus. I don't use complex dogtag
(yes, this is a bump ^^)
0
Nope, on enUS (english european language pack)
0
I have to reinstall spamsentry ffs !
0
0
0
great addon ! Already love it ;)
2 little features:
- a checkbox to add a blank space after timestamp
- a "copy this line" from right click
it would be great ;)
0
When I'm casting some spell and take damage, my casting bar disappear (even if the cast is not yet finished) and go this :
nb: I didn't read the whole thread only the last few pages and didn't find a report for this.
0
I receive the same error
The string is
I guess the invalid char cames from the escape code to add the icon (\124) ?
0
For instance :
left right
Target: tags for target
Everything is fine but if you use
left right
tags for target
then the heigth of the line seems to be equal 0.
See screen below. Same config but with and without a "_" as text for left.
0
With the ability of talent detection, we can make a pretty nice "parsing" of blessings. Like "this guy is an elemental shaman, guess he don't want blessing of migth."
More, I will think about counting paladins in the raid.
2 Paladins -> 1 blessing... missing one and show on the tooltip. Second blessing added -> no more blessings are missing.
Btw, Apoco, could you please add a simple module loader on enable/disable to set my module LoD... Maybe something like load X-AX_RaidStatus-Module on toc or wathever you prefer :)
Apoco, I'm waiting eagerly your next release with talent detection :)
ps: I know Phanx is a grammar nazi, so please forgive me about my very bad english ^^