GridDynamicLayout
GridDynamicLayout is an additional layout for Grid that attempts to dynamically sort your raid :
- Four groups (tanks / healers / melee DPS / ranged DPS) + pets + "trash" group + warlock / hunter / DK pets
- Adaptative (ooc) groups using talent detection to assign raid roles.
- For each group you can define a list of members that will be forced into those groups
- Trash group allows you to configure how to display AFK, Offline or people who are simply not in your vicinity
GridDynamicLayout-1.0\GridDynamicLayout.lua:571: attempt to perform arithmetic on local 'result' (a string value)
Line: 566
wrong: if #list = 1 then
correct: if #list == 1 then
Line: 570
wrong: for i = 1 to #list-1 do
correct: for i = 1, #list-1, 1 do
How do you set it so it automatically updates whenever someone joins and leaves the raid?
put:
/script GridLayout:ReloadLayout()
in a macro and fire it when you need an update of the layout, beats having to enter and reselect :)
I've been having the same issues as Northern49. Causes grid to not display most people at all. Bugsack does not seem to be giving me any errors either. I'm not entirely certain what is happening, but from my minimal testing 2 things seem to be going on.
1) Grid's layout is not updated - unless I switch to some other layout, and then set it back to Dynamic Layout. 2) If Dynamic Layout can't tell where to put them, they don't show up at all!
Example 1: If I leave Righteous Fury off and set it to Dynamic layout it doesn't display me. If I then turn on RF, set it 5 man, set it back to Dynamic - poof I appear in the tank party.
Example 2: I was in a group and the only person it would show at all was the shaman(enhancement). We had a priest(holy) and paladin(protection) as well. We were going to try and do an instance, but never found more people. We may have been in different zones - sorry I cannot be specific about that, since I was just messing around doing stuff and chatting with them while waiting for more until we called it.
For reference, I tried this without checking the option to put afk or out of zone people into the "trash". (What does that do anyways? - Hide them entirely, or put them into a party somewhere you can still see, but can know they are not around.)
I also didn't manually try setting any players to a specific role - as I had checked the option to automatically discover a players role.
Versions: Grid-1.30000.2009021101, GridManaBars-v0.87, GridDynamicLayout-v1.4
Using this addon. I set up all layouts to Dynamic, but when I do I get no health bars of any players what so ever, just a long empty skinny bar. How do I get it to display and sort by spec?
Using Grid the latest releases of Grid (1.30000.2009021101) and GridDynamicLayout (v1.4) my raid frames weren't updating at all. I was getting five groups of five people with no role specific sorting.
I tried multiple times to set the raid layout back to Dynamic or changing it to something else and back.
I'm using Grid r1170 and v1.4 GDL
Mourad what version of Grid and GrydDynamicLayout are you using ?
My layout is still not updating by itself. I'm constantly resetting my heroic raid layout in order to get the updates to kick in. Love this addon, but it's a bit frustrating to always have to manually reset it. Please help. Also, is there anyway to swap the positions of healers and melee dps? It would make click healing a bit more smooth since they'd be closer to where the tanks are. Also, since you have a way to force certain characters into certain functional groups, would there be a way to create a user defined group that could be placed to the right of the tanks? I'd like to put myself and a few other people who constantly take damage into my own slice of screen real estate if possible. Thanks for the awesome addon.
Sorry I haven't been paying as much attention to this page, almost forgetting about it.
I will update both this and Grid to the latest release versions. I believe I may have been using alphas before, using them for fixes.
OK if you were using an alpha version of Grid r48 should work, I'll wait for Grid to be tagged as stable to do the same.