2) Live filtering, wich means that the frame would update everytime I change the text in the textbox. Just a checkbox for enabling/disabling live filtering (I don't like to push the [S] button ;).
You can just press enter. You don't need to click the S button.
Quote from Don »
Edit: Forgot a request. Make it available on the wowace SVN so WowAceUpdater picks it up :)
Would be great if there was some global options that would change all the bars at once. Example, each bar has it's own alpha setting, but there is an option to change every single bar's alpha at once.
Something like this was my only annoyance with BT2. "Hmm, how would a 2 pixel padding look. Ok let's go and change the option on every bar individually. Nah that doesn't look good, gotta change each one back."
Like Cladhaire said, these won't work like this in the expansion, but if you want to mess with it...
I use GetActionCooldown() instead, because I find it easier to use. If you change your talents at a trainer, you don't need to adjust anything. You just give it the action bar slot number where Mind Blast is located. In the example below, Mind Blast is in the #8 slot.
if (GetActionCooldown(8)==0) then
CastSpellByName("Mind Blast")
else
CastSpellByName("Smite")
end
This also works fine in macros, like the following one I use for an auto Inner Focus (if it's available) before casting Prayer of Healing.
/script --CastSpellByName("Prayer of Healing")
/script if (GetActionCooldown(9)==0) then CastSpellByName("Inner Focus") SpellStopCasting() end CastSpellByName("Prayer of Healing")
Note that if Inner Focus is activated, but not used, then it does not have a cooldown. This matters because if you jam the macro button, the SpellStopCasting() will end up canceling your Prayer of Healing. So don't jam the button repeatedly :P I guess you could put in an additional check to see if the Inner Focus buff is on you...
Hmm, is it normal that I see several units multiple times in grid? I can post a screenshot if you like. And no, those guys didn't all start with the same name :)
Layout -> Show Party in Raid
If you uncheck that, you won't see your party as it's own row/column. This is most likely what you are seeing.
Love this. Spent the past couple days raiding Naxx with Grid. I did not encounter any bugs or problems I couldn't fix by adjusting the options. I found that I preferred to adjust the border color when someone died instead of replacing their name with dead, that way I could actually see who was dead. It was very easy to make this change and I applaud how easy it is to customize Grid.
Pasta/Maia, do you folks mind if we just edit the Wish List page to add feature requests. Or would you rather they were posted here? The following comments are all about the live version of Grid r15991. I'll go get the r16121 and check again after posting.
1. In line with the previous request to be able to scale the corner indicators separately from the overall scale, I'd like to see an option to scale the center icon. It's a little too big for my tastes, covering up the amount of health missing a bit too much.
2. Option to hide the background frame. You can set the background and border alpha to 0% individually, but a toggle option would be nice.
3. It might be out of the design direction of Grid, but I'd really like to see the person's abbreviated name along with their health deficit. Perhaps Name on top, deficit on bottom. This is not an issue in smaller groups, but I found myself sometimes losing track of which box was which person in a 40 man.
4. I didn't have the problems with the incoming heal indicator that other people mentioned. It seemed to work decently for me. Although I did encourage a couple other people to try out Grid with me, so maybe the communication portion was picking up the slack.
5. I did have a problem with the offline indicator just not showing up sometimes. Guild chat would say, "__ has gone offline," and Grid would not show it. In all fairness, when I would target the offline person, my unit frames did not show they were offline either.
Question. /xad textsize says "Set the cooldown text size, item count text size is 1/2 the cooldown text size"
Is there cooldown text and I'm just not seeing it? Or is that not implemented yet? On an earlier post someone mentioned just using the default blizzard cooldown texture so that addons like OmniCC would work with XAD.
Also, when using /xad textsize the number values show up without the black bordering until you /console reloadui.
I agree with you. I think the above poster should just consider an addon like ItemRack that already has this functionality. You open your Character Info tab, Alt+Left Click on your Arrow Slot, and then you have a little pop up button on the screen that let's you mouse over to change arrow types.
Unless you wanted to add a pop up on mouseover (possibly mouseover with a key modifier), then it wouldn't really work. I would use the pop up functionality for things like resistance potions when you do add those in, but that's about it.
But I'm willing to listen to any good arguments for an arrow plugin.
I would personally never use the arrow plugin, but some people like to carry more expensive, higher damage arrows/bullets that they only equip at certain times. Like when they PvP they use their best ones, etc.
question 2: I switched from DAB and enjoyed the self cast feature that was built in. Can anyone reccomend a good addon to replicate the selfcast feature?
In the last patch an Auto-Self Cast option was added to the default WoW Interface. You can also set up a keybinding to toggle it on and off. Look under the Interface Options menu for the it.
There are also addons like EgoCast, AlfCast (I use AlfCast because I'm used to pressing Alt to temporarily enable self casting), or SuperSelfCast.
0
I'd like to change a setting in the module, but there is no menu listed under Extras until the raid is at Thaddius.
edit: I like the idea of the LoD modules. Suggestion, still have their option menu show up while the module is not loaded. Like the boss mods portion.
0
Plugins -> Colors -> Reset
Tooltip reads "Resets all ranges to default"
Probably should be colors instead of ranges.
MAJOR BUG!! CRISIS CRISIS!!
0
You can just press enter. You don't need to click the S button.
That would be nice!
0
Something like this was my only annoyance with BT2. "Hmm, how would a 2 pixel padding look. Ok let's go and change the option on every bar individually. Nah that doesn't look good, gotta change each one back."
0
I use GetActionCooldown() instead, because I find it easier to use. If you change your talents at a trainer, you don't need to adjust anything. You just give it the action bar slot number where Mind Blast is located. In the example below, Mind Blast is in the #8 slot.
This also works fine in macros, like the following one I use for an auto Inner Focus (if it's available) before casting Prayer of Healing.
Note that if Inner Focus is activated, but not used, then it does not have a cooldown. This matters because if you jam the macro button, the SpellStopCasting() will end up canceling your Prayer of Healing. So don't jam the button repeatedly :P I guess you could put in an additional check to see if the Inner Focus buff is on you...
0
Layout -> Show Party in Raid
If you uncheck that, you won't see your party as it's own row/column. This is most likely what you are seeing.
0
Pasta/Maia, do you folks mind if we just edit the Wish List page to add feature requests. Or would you rather they were posted here? The following comments are all about the live version of Grid r15991. I'll go get the r16121 and check again after posting.
1. In line with the previous request to be able to scale the corner indicators separately from the overall scale, I'd like to see an option to scale the center icon. It's a little too big for my tastes, covering up the amount of health missing a bit too much.
2. Option to hide the background frame. You can set the background and border alpha to 0% individually, but a toggle option would be nice.
3. It might be out of the design direction of Grid, but I'd really like to see the person's abbreviated name along with their health deficit. Perhaps Name on top, deficit on bottom. This is not an issue in smaller groups, but I found myself sometimes losing track of which box was which person in a 40 man.
4. I didn't have the problems with the incoming heal indicator that other people mentioned. It seemed to work decently for me. Although I did encourage a couple other people to try out Grid with me, so maybe the communication portion was picking up the slack.
5. I did have a problem with the offline indicator just not showing up sometimes. Guild chat would say, "__ has gone offline," and Grid would not show it. In all fairness, when I would target the offline person, my unit frames did not show they were offline either.
0
0
0
I use MacroStop for that.
http://www.wowinterface.com/downloads/fileinfo.php?id=4925
0
It's a feature. If you look under the filters you'll see that the Jin'do curse is already filtered out so that you do NOT decurse it.
If you want to remove it for some reason, you can just remove the filter.
0
Question. /xad textsize says "Set the cooldown text size, item count text size is 1/2 the cooldown text size"
Is there cooldown text and I'm just not seeing it? Or is that not implemented yet? On an earlier post someone mentioned just using the default blizzard cooldown texture so that addons like OmniCC would work with XAD.
Also, when using /xad textsize the number values show up without the black bordering until you /console reloadui.
0
Unless you wanted to add a pop up on mouseover (possibly mouseover with a key modifier), then it wouldn't really work. I would use the pop up functionality for things like resistance potions when you do add those in, but that's about it.
0
I would personally never use the arrow plugin, but some people like to carry more expensive, higher damage arrows/bullets that they only equip at certain times. Like when they PvP they use their best ones, etc.
As an example:
Jagged Arrow (11285) - 13 dps
Ice Threaded Arrow (19316) - 16.5 dps
Thorium Headed Arrow (18042) - 17.5 dps
0
In the last patch an Auto-Self Cast option was added to the default WoW Interface. You can also set up a keybinding to toggle it on and off. Look under the Interface Options menu for the it.
There are also addons like EgoCast, AlfCast (I use AlfCast because I'm used to pressing Alt to temporarily enable self casting), or SuperSelfCast.