 |
| Welcome to Elitist Jerks |
|
If this is your first visit, please be sure to check out the FAQ and the forum rules. Users must register to post and new registrations are subject to a one day "mute" period to get acquainted with the community.
To start viewing messages, select the forum that you want to visit from the selection below.
|
12/25/07, 4:19 PM
|
#201 (permalink)
|
|
Von Kaiser
|
Originally Posted by Aranan
|
I've tried HorizontalLayouts and it didn't work for me. Are there any options that I need to check/uncheck/fiddle with in order to get that kind of layout?
|
|
|
|
|
|
12/26/07, 2:37 AM
|
#202 (permalink)
|
|
Piston Honda
|
Originally Posted by Eyago
I've tried HorizontalLayouts and it didn't work for me. Are there any options that I need to check/uncheck/fiddle with in order to get that kind of layout?
|
For a single-column grid layout including groups 1-5, you'll need to edit Grid's code. It's super easy though. Just use Notepad if you have nothing else.
Open INTERFACE // ADDONS // GRID // GridLayoutLayouts.lua
Now add this at the end of the file:
GridLayout:AddLayout(L["25 Single Col"], {
[1] = { groupFilter = "1,2,3,4,5",
maxColumns = "1",
maxUnitsPerColumn = "25",
},
})
You'll now be able to select this layout "25 Single Col" from the Grid layout menu the next time you load WoW.
|
"The question is not how far we are going to take it... the question is, do you possess the constitution to go as far as needed?" - Il Duce
|
|
|
|
12/26/07, 3:39 AM
|
#203 (permalink)
|
|
Von Kaiser
|
Noraj, you're pretty much my hero. Now, I spend a ton of time grinding honor in AV and would like to be able to have all 40 raid members showing. If I wanted to do that, would I change the groupFilter line to "1,2,...,7,8", and maxUnitsPerColumn to 40?
|
|
|
|
|
|
12/26/07, 12:33 PM
|
#204 (permalink)
|
|
Piston Honda
Night Elf Druid
Bronzebeard
|
It's been a while since I messed around with Grid, but I know I never edited the code. When I use the GridHorizontalLayout, I get an option for Layout -> Raid Layout -> Horizontal 25. Then just check on the "Horizontal groups" setting in Layouts (sometimes I have to uncheck/recheck it if I join a party, not a raid, to get it to go into vertical mode).
The code editing bit does look a bit easier, though. I might have to try that 
|
|
|
|
|
|
12/26/07, 2:01 PM
|
#205 (permalink)
|
|
Piston Honda
|
Originally Posted by Eyago
Noraj, you're pretty much my hero. Now, I spend a ton of time grinding honor in AV and would like to be able to have all 40 raid members showing. If I wanted to do that, would I change the groupFilter line to "1,2,...,7,8", and maxUnitsPerColumn to 40?
|
Yes. You would change that line to
groupFilter = "1,2,3,4,5,6,7,8" ,
You can also use class names in all caps (PALADIN, MAGE, ROGUE) to replace the group numbers if you only want to show certain classes.
You could also do a two column layout this way:
GridLayout:AddLayout(L["TwoColumn 40"], {
[1] = { groupFilter = "1,2,3,4",
maxColumns = "1",
maxUnitsPerColumn = "20",
},
[2] = { groupFilter = "5,6,7,8",
maxColumns = "1",
maxUnitsPerColumn = "20",
},
})
|
"The question is not how far we are going to take it... the question is, do you possess the constitution to go as far as needed?" - Il Duce
|
|
|
|
12/27/07, 3:16 AM
|
#206 (permalink)
|
|
Glass Joe
|
Originally Posted by optalmo
Grid question --- how do I disable the highlight that appears on mouse over? I can't seem to find an option for it anywhere.
Thanks!
|
I'm also looking for a way to do this.
edit:
Someone on the wowace forums helped me out, it works
Delete line 162 in GridFrame.lua:
f:SetHighlightTexture("Interface\\QuestFrame\\UI-QuestTitleHighlight")
|
Last edited by sambjo : 12/27/07 at 6:21 PM.
|
|
|
|
|
|
12/27/07, 8:59 AM
|
#207 (permalink)
|
|
Glass Joe
Orc Shaman
Teldrassil (EU)
|
is there a way to graphically display the amount of the incoming heals? i could swear at some point during the configuration of my grid this was the case. i did install IncomingHeals and IncomingHealsLib. actually text2 shows me the health deficit in red, if i cast a heal on the target it'll show me the estimated amount of healing in green. that's already very nice.
what i want now is that the amount of healing a target gets is also shown in his health bar, perhaps with a bit more opacity as i know it from healbot (this stopped working on healbot, that's why i switched to grid). i'd would be perfect if all that would sync with other healers, so i could see how much other healers will be healing on which target (instead of just the green dot that shows me incoming healing, yes or no). actually visual heals does that for me, but this is an additional bar i don't really need, and it shows incoming heals only on target i'm actually casting a heal on.
Last edited by ashopedies : 12/27/07 at 9:09 AM.
|
|
|
|
|
|
12/28/07, 12:17 PM
|
#208 (permalink)
|
|
Glass Joe
|
Simple one I would think, but for the life of me I can't find it.
Trying to get rid of the shadowed text that is on the player name for each unit, how?
|
|
|
|
|
|
12/28/07, 3:25 PM
|
#209 (permalink)
|
|
Piston Honda
|
Originally Posted by jfpro
Simple one I would think, but for the life of me I can't find it.
Trying to get rid of the shadowed text that is on the player name for each unit, how?
|
All of the font related strings seem to be in Interface\\AddOns\\Grid\\GridFrame.lua , so I'd start looking there for exactly which one it is that handles the "shadow" effect.
|
"The question is not how far we are going to take it... the question is, do you possess the constitution to go as far as needed?" - Il Duce
|
|
|
|
12/31/07, 2:20 AM
|
#210 (permalink)
|
|
Assistant to the Regional Manager
Tauren Shaman
Thunderlord
|
Originally Posted by Mokhtar
Two interesting plugins for Grid (I should know, I coded them :P ) :
- GridDynamicZoneSwitch : allows you to specify a layout and/or profile to use when zoning into an instance / arena / battleground. Configuration is pretty self-explanatory.
|
This works perfect for what I want it to do with my UI. Only thing is, I have my grid setup where it always shows and when I zone out of, say AV where my grid frames are sized a different way then they are when I am solo or grouped. Is there any way to have it say, if I am not in one of the zones listed, use this profile?
Also, is anyone else having the problem of having to turn grid on then off "standby" to make it fully update? Or am I missing something here?
|
|
|
|
|
|
01/03/08, 7:02 AM
|
#211 (permalink)
|
|
Oh baby, just you shut your mouth.
Night Elf Druid
Blackrock
|
Can anyone explain why the most recent version of Clique and Grid wont work together for me? I go to add the grid frames to Clique in the 'Frames' option in the spellbook menu but they arent there? From everything I've read, they're meant to be there and its a simple process of ticking all the Grid boxes to show that Clique should apply to them?
|
|
|
|
|
|
01/07/08, 3:50 PM
|
#212 (permalink)
|
|
Glass Joe
Night Elf Hunter
Deathwing
|
I did a quick a search of this thread for the tags "chain" and "chain heal" hoping this question may have been covered somewhere, but only came up with one having something to do with RDX, stopcasting and Grid so decided to go ahead and post my question.
Anyway, I use Grid for my raid healing on my Resto Shaman with Chain Heal as my predominant heal. I keep Grid setup with most of its default settings, so for me it shows a green light to indicate incoming heals in the bottom left corner of the Unit Frame. Only thing is, Grid does not show an indicator light if I am casting Chain Heal. I get the indicator light if use Healing Wave or Lesser Healing Wave, but nothing for Chain Heal.
So has anyone else noticed this occurrence or know someway around it to make Grid show a Chain Heal as an incoming heal?
I have looked through the Grid options and menus quite a bit but keep coming up empty handed.
|
|
|
|
|
|
01/08/08, 2:46 PM
|
#213 (permalink)
|
|
Von Kaiser
Tauren Shaman
Blackmoore (EU)
|
GridStatusIncomingHeals includes Chain Heals. It can also extimate the amount of healing that is incoming to every target. However every healer in the raid has to use the Mod (or rather the IncomingHeals library).
|
|
|
|
|
|
01/08/08, 3:07 PM
|
#214 (permalink)
|
|
Glass Joe
Night Elf Hunter
Deathwing
|
Thanks Hodor, I will look into that.
|
|
|
|
|
|
01/14/08, 3:08 PM
|
#215 (permalink)
|
|
Von Kaiser
|
I've looked for this for a while and have not really seen the topic broached. What I am looking for is a way to change the bar coloring used within grid. The name plates can remain the class color but specifically i would like to change the class color being used on the bars, regardless of weather or not the healthbar being displayed is inverted or not.
Now, in grids config panel: GRID > STATUS > HEALTH there is an option to set a color that isn't class specific which would appear to be what I am looking for, IE a color for all health bars. However after I've set the color i can't seem to find a way to apply the color change.
Any help with this would be greatly appreciated.
Oh and for those looking for vertically aligned layouts using only groups 1-5 and sorted by class. (As I'm a hunter and worry about doing MD's I've set warriors and druids to display first)
EDIT: FIGURED IT OUT NEVERMIND.
GridLayout:AddLayout(L["25 Single Col Class"], {
[1] = { groupFilter = "1,2,3,4,5,WARRIOR,DRUID,WARLOCK,MAGE,ROGUE,PRIEST,SHAMAN,PALADIN,HUNTER",
maxColumns = "1",
maxUnitsPerColumn = "25",
strictFiltering = true,
groupBy = "CLASS",
groupingOrder = "1,2,3,4,5,WARRIOR,DRUID,WARLOCK,MAGE,ROGUE,PRIEST,SHAMAN,PALADIN,HUNTER" ,
},
})
Last edited by Sympa : 01/14/08 at 6:16 PM.
|
|
|
|
|
|
01/17/08, 8:31 PM
|
#216 (permalink)
|
|
Glass Joe
Night Elf Warrior
Norgannon
|
I go to "Grid" -> "Status" -> "Out of Range" -> "Range to track" and I change this to 40 yards, but it keeps changing this back to 28 yards every time I relog. Anyone know what causes this and how I can keep it at 40 yards?
|
|
|
|
|
|
01/18/08, 4:58 AM
|
#217 (permalink)
|
|
Von Kaiser
Night Elf Druid
Dalaran (EU)
|
Originally Posted by mercedes
I go to "Grid" -> "Status" -> "Out of Range" -> "Range to track" and I change this to 40 yards, but it keeps changing this back to 28 yards every time I relog. Anyone know what causes this and how I can keep it at 40 yards?
|
Are you using the same profile with another character ? That's the most likely explanation. As the other character has no spell with a 40 yard range, the range defaults back to the closest, 28 yards.
I'll look at improving this, but using different profiles for your differents characters will resolve this issue.
|
|
|
|
|
|
01/18/08, 6:51 AM
|
#218 (permalink)
|
|
Von Kaiser
Tauren Shaman
Blackmoore (EU)
|
I have a new problem/bug with the newest version:
It now always shows dead people as Out of Range - anybody else have this problem (or better yet, a solution)?
|
|
|
|
|
|
01/18/08, 11:23 AM
|
#219 (permalink)
|
|
Glass Joe
|
Originally Posted by Hodor
I have a new problem/bug with the newest version:
It now always shows dead people as Out of Range - anybody else have this problem (or better yet, a solution)?
|
Yes, I have this problem as well. It's somewhat annoying but yeah, I'm sure an easy fix.
|
|
|
|
|
|
01/18/08, 5:47 PM
|
#220 (permalink)
|
|
Glass Joe
Night Elf Warrior
Thunderhorn
|
AFK and range
Anyone notice the AFK status not toggling correctly if you are (I think) out of range when someone turns AFK off again?
|
|
|
|
|
|
01/19/08, 11:26 AM
|
#221 (permalink)
|
|
Kills People With Kindness
|
First time grid user as of yesterday, have a few questions.
1. I see alot of UI with Black Frames and the Players name with their class color. I looked awhile last night and this morning and I can't find where that is :-/
2. My Raid Frames rest on my Bars, is there a way I can get them to grow up, instead of down. Especially when going from 40/25/10 mans.
Currently my groups go:
1
2
3
4
5
and I want them to go:
5
4
3
2
1
3. Is there a way to make the players health defecit go right to left, instead of top to bottom?
|
Hunter / Priest / Shaman
The only gamer in the US sponsored by Papa Johns™ and Coca-Cola™
MadskhealzV4: http://drop.io/madskhealz
|
|
|
|
01/19/08, 12:20 PM
|
#222 (permalink)
|
|
Piston Honda
Orc Shaman
Vek'nilash (EU)
|
Originally Posted by NateDawg1021
First time grid user as of yesterday, have a few questions.
1. I see alot of UI with Black Frames and the Players name with their class color. I looked awhile last night and this morning and I can't find where that is :-/
2. My Raid Frames rest on my Bars, is there a way I can get them to grow up, instead of down. Especially when going from 40/25/10 mans.
Currently my groups go:
1
2
3
4
5
and I want them to go:
5
4
3
2
1
3. Is there a way to make the players health defecit go right to left, instead of top to bottom?
|
1. Grid -> Status -> Health: Turn off "use class color" for black bars.
Grid -> Status -> Unit Name: Turn on "use class color".
Grid -> Frame -> Center Text 1/2 -> Unit Name to show names if they arent shown.
2. Grid -> Layout -> Advanced -> Frame Anchor -> Bottomleft should do the trick.
3. Grid -> Frame -> Horizontal/Vertical Frames. (Might be Grid -> Layout too, but I'm sure you'll find it anyway)
|
|
|
|
|
|
01/19/08, 4:30 PM
|
#223 (permalink)
|
|
Glass Joe
Night Elf Warrior
Norgannon
|
Originally Posted by Jerry
Are you using the same profile with another character ? That's the most likely explanation. As the other character has no spell with a 40 yard range, the range defaults back to the closest, 28 yards.
I'll look at improving this, but using different profiles for your differents characters will resolve this issue.
|
Thanks.. I set up separate profiles for my druid and warrior and that fixed it.
|
|
|
|
|
|
01/20/08, 1:22 AM
|
#224 (permalink)
|
|
Von Kaiser
Blood Elf Paladin
Stormscale
|
Looking for some help on making a custom layout for grid. I would like to have the standard 5x5 grid, but sorted by class instead of by raid group. Is this at all possible, or am I stuck with either raid group sorting or individual class headers?
|
|
|
|
|
|
01/20/08, 11:36 AM
|
#225 (permalink)
|
|
King Hippo
|
Originally Posted by Obligatory
Looking for som | | |