Could you enable debugging and check the debug output please ? It could give a clue of what is failing.
Please also check if "only in instance" and "battleground" options change this behaviour.
I think I found the problem. If I'm in a Party, CastYell announces my pummels and bashes. When I'm in a Raid, it does not.
Debug output:
successfully cast: Pummel
should send Pummel announce to: GROUP
That's the output even when I'm in a raid.
Got a clue : are you using the BigWigs plugin BossBlock ? (it is embedded in BW and enabled by default). As long as you are not in raid, BW should not be enabled, so it doesn't block announces.
Edit: just tried, that's it. As soon as I disable BossBlock I can see the announces again. I'll change the announce marker (currently '***').
1.option to disable spells we don't have yet. i don't have ritual of souls yet, but would still like to be able to disable it.
2.option to hide the fubar plugin with the mod still working. i hide some of my fubar stuff now and just use niagra to configure them.
also, the warlock fear is working great, got to test it out tonight. really great and simple addon, thanks so much :D
I have another mod that announces sunders..was hoping to cut that one if u added it here.....other guildies seem to like it..
Oh well, I may add it, disabled by default. I'm a little afraid of making something that spams to hell.
Btw, I would appreciate if people had funny announces they want to share. :)
I the mod I use now I can switch between announcing each sunder and/or announce when 5 sunders has been reached.For something funny...instead of 1 tequila,2 tequila , 3 tequila ..floor....change it to something funny.
Added Last Stand, Sunder Armor (disabled by default), Blessing of Protection.
I took a look at announcing hits and misses. Detecting misses is quite easy, thus I could quickly add miss announces. But spell hit events are very inconsistent : almost each spell should have a different hit detection method. So I may add miss announces in a near future but not hit ones.
I'm planning to change announce broadcasting. I'll put "broadcast" instead "party/raid" and let the user choose where CY should broadcast, between raid/party, say, yell, custom channel or chat window (for testing purpose).
I was also thinking of creating a plugin (separate addon) that would create shared cooldown bars in BigWigs for announced spells with cooldown duration between 10 seconds and 2 minutes. (This plugin would be necessary to see the bars though.)
@Fred: CY won't start to count target debuff as, as for raid icons, there is no reliable way to get the unitid of spells.
it announces all sunders....whether it is one or 10. Is there no way of announcing each sunder as the amount on the mob? I use SunderYell mod, could u look at the code to see if it can be added?
@fred: CastYeller is about generic spell casting announces, not counting debuff on target. SunderYell use a specific code to do its job that has nothing related to spell casting. And I want to avoid this kind of specific code.
@jw: I'm not sure I can catch pet spells. Do you see a channeling bar on your succubus frame when it's casting seduction ?
I reworked a bit channel filtering :
- added user-defined channel support,
- whispers don't use funny announces anymore (though they may be funny in broadcast channel, they may be confusing when whispered),
- one can disable channel individually.
How broacast works : it will test all the following case, eventually sending to more than one channel :
- if customzed channel is defined and enabled, send to customzed channel,
- when in raid and raid announces are enabled, send to raid,
- when in party (but not in raid) and party announces are enabled, send to party.
There is NO "when in raid and raid announces are disabled, send to party", e.g. disabling "raid" will effectively disable all raid AND party announces when in raid (but not whispers or customized channel).
Funny announces for spells of all classes and languages are welcome ; contributors will obviously be named in credits.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Please also check if "only in instance" and "battleground" options change this behaviour.
Debug output:
That's the output even when I'm in a raid.
Got a clue : are you using the BigWigs plugin BossBlock ? (it is embedded in BW and enabled by default). As long as you are not in raid, BW should not be enabled, so it doesn't block announces.
Edit: just tried, that's it. As soon as I disable BossBlock I can see the announces again. I'll change the announce marker (currently '***').
Oh well, I may add it, disabled by default. I'm a little afraid of making something that spams to hell.
Btw, I would appreciate if people had funny announces they want to share. :)
1.option to disable spells we don't have yet. i don't have ritual of souls yet, but would still like to be able to disable it.
2.option to hide the fubar plugin with the mod still working. i hide some of my fubar stuff now and just use niagra to configure them.
also, the warlock fear is working great, got to test it out tonight. really great and simple addon, thanks so much :D
I've been using this mod for a while now, at it supports repoting raidicons.
http://wow-en.curse-gaming.com/files/details/4158/deathalert/
Also missing Warrior - Last Stand
I the mod I use now I can switch between announcing each sunder and/or announce when 5 sunders has been reached.For something funny...instead of 1 tequila,2 tequila , 3 tequila ..floor....change it to something funny.
I took a look at announcing hits and misses. Detecting misses is quite easy, thus I could quickly add miss announces. But spell hit events are very inconsistent : almost each spell should have a different hit detection method. So I may add miss announces in a near future but not hit ones.
I'm planning to change announce broadcasting. I'll put "broadcast" instead "party/raid" and let the user choose where CY should broadcast, between raid/party, say, yell, custom channel or chat window (for testing purpose).
I was also thinking of creating a plugin (separate addon) that would create shared cooldown bars in BigWigs for announced spells with cooldown duration between 10 seconds and 2 minutes. (This plugin would be necessary to see the bars though.)
@Fred: CY won't start to count target debuff as, as for raid icons, there is no reliable way to get the unitid of spells.
@jw: I'm not sure I can catch pet spells. Do you see a channeling bar on your succubus frame when it's casting seduction ?
+1
- added user-defined channel support,
- whispers don't use funny announces anymore (though they may be funny in broadcast channel, they may be confusing when whispered),
- one can disable channel individually.
How broacast works : it will test all the following case, eventually sending to more than one channel :
- if customzed channel is defined and enabled, send to customzed channel,
- when in raid and raid announces are enabled, send to raid,
- when in party (but not in raid) and party announces are enabled, send to party.
There is NO "when in raid and raid announces are disabled, send to party", e.g. disabling "raid" will effectively disable all raid AND party announces when in raid (but not whispers or customized channel).
Funny announces for spells of all classes and languages are welcome ; contributors will obviously be named in credits.