Some nice feature to have in the future would be:
- a console command or menu option to manually an item looted in a raid, in case the tracker person get dced during loot or is out of range (it happened to me last night, i was on top of the ramp of RoS and still one of the loots didn't get tracked =\)
Excellent work!!
I've been using CTRA (KA_RT) and NRT so far, and some others but none of them provide me with a good, complete and error free solution. Either in game or when importing the xml on my dkp site.
So far everything has been working great except two issues that I had to hotfix myself
1) When posting a boss kill or looted item on the guild chat, Headcount.lua line says:
SendChatMessage(message, "GUILD", "Common", nil)
In other words it's trying to use Common language always, and since I'm horde it failed :P
Fix is using nil as lang argument, which uses the default faction lang
SendChatMessage(message, "GUILD", nil, nil)
2) I had some issues when importing into my eqDKP-compatible site due to some instance name being wrong.
HeadCount uses on the locale file, "Battle for Mount Hyjal" for Hyjal Submit (obviously :P) while the correct one (and the one the site uses at least) would be "Battle of Mount Hyjal"
Thanks again for taking the time to develop the addon ^^
You are correct, filters are now configured globally. But I thought you were asking for a way to enable filtering on raid frames, while keeping it disabled on player/target/focus?
To summarize what would be nice is both being able to enable/disable filtering independently for each frame but also being able to set different filters for each of those frames :)
It's in the same place it always was... Raid -> Other -> Auras, check "Enable buff filtering".
Correct if I wrong since I can't test it now but I have the option to enable/disable buff filtering on each type of frames but i can't specify different filters depending on each type of frame. Am I wrong O.o ?
I'm having some issues\limitations with the changes to filtering system.
The problem is that I show full buff\debuff (no filtering) on my player frame, target, ToT, focus and some others but on raid frames (since they are smaller) I only want to see the buffs I can cast and my HoTs (ya, I'm a druid). I'm still able to disable debuff showing on the frames (highlighting and decursive is enough for me) but I don't want to see a lot of meaningless buffs on raid frames.
I used to have to option to filter only buffs on raid frames but now with the refactor/move of the filtering system to global settings, I can't do it or at least figure out how =\
0
Specially battlegrounds or 10mans :)
0
- a console command or menu option to manually an item looted in a raid, in case the tracker person get dced during loot or is out of range (it happened to me last night, i was on top of the ramp of RoS and still one of the loots didn't get tracked =\)
0
I've been using CTRA (KA_RT) and NRT so far, and some others but none of them provide me with a good, complete and error free solution. Either in game or when importing the xml on my dkp site.
So far everything has been working great except two issues that I had to hotfix myself
1) When posting a boss kill or looted item on the guild chat, Headcount.lua line says:
In other words it's trying to use Common language always, and since I'm horde it failed :P
Fix is using nil as lang argument, which uses the default faction lang
2) I had some issues when importing into my eqDKP-compatible site due to some instance name being wrong.
HeadCount uses on the locale file, "Battle for Mount Hyjal" for Hyjal Submit (obviously :P) while the correct one (and the one the site uses at least) would be "Battle of Mount Hyjal"
Thanks again for taking the time to develop the addon ^^
0
To summarize what would be nice is both being able to enable/disable filtering independently for each frame but also being able to set different filters for each of those frames :)
0
Correct if I wrong since I can't test it now but I have the option to enable/disable buff filtering on each type of frames but i can't specify different filters depending on each type of frame. Am I wrong O.o ?
0
The problem is that I show full buff\debuff (no filtering) on my player frame, target, ToT, focus and some others but on raid frames (since they are smaller) I only want to see the buffs I can cast and my HoTs (ya, I'm a druid). I'm still able to disable debuff showing on the frames (highlighting and decursive is enough for me) but I don't want to see a lot of meaningless buffs on raid frames.
I used to have to option to filter only buffs on raid frames but now with the refactor/move of the filtering system to global settings, I can't do it or at least figure out how =\
Can something be done about this please ;) ?
Thanks