-
Grid custom layouts?
Hello,
Old boxer returning.
To the piont, im looking for a substitute to i think it was named Grid and grid custom layouts?
As the custom layouts seems to be discontinued i might have to find something simmilar..
Any thoughts/sugestions??
//Tight
--------------------- Edit ---------------------
I found the awnser... http://www.dual-boxing.com/threads/4...uts#post368608
-
I was in the same boat. I ended up using grid and an addon called "layout by role". it was a quick solution. I haven't gone into more detail yet :)
-
I'm currently using Jamba team displayer, enable only health-bars and follow status, combined with clique.
Let us know if you find something ;-)
-
Well i ended up with Grid2 and Clique. Jamba team displayer works fine as well its just i like the grid look.. :P
-
Hey, you can make jamba look like gird along the bottom in a line.
Is there something missing from jamba-display that makes you wonna go back to gird??
-
Bit late but if you want the custom layouts we had in Grid to work in Grid2, all you need to do is:
1. Create a new folder in the World of Warcraft/Interface/AddOns folder. Call it 'Grid2MyLayout'.
2. Create a new TOC file in that directory called 'Grid2MyLayout.toc'
3. In that new file put this blurb:
## Interface: 30300
## Title: Grid2MyLayout
## Notes: My Custom Layout(s) for Grid2.
## Dependencies: Grid2
Grid2MyLayout.lua
4. Make another file in the same directory called 'Grid2MyLayout.lua'
5. In that file, add this:
Grid2Layout:AddLayout("My By Role Per Group", {
meta = {
raid25 = true,
raid15 = true,
raid10 = true,
raid = true,
party = true,
arena = true,
},
defaults = {
showSolo = true,
showPlayer = true,
sortMethod = "NAME",
unitsPerColumn = 5,
maxColumns = 1,
allowVehicleTarget = true,
},
[1] = {
nameList = "Char1, Char2, Char3, Char4, Char5",
},
})
6. Now open the client and enable the Grid2MyLayout AddOn.
7. Now, open your Grid2 config and go to layouts and select "My By Role Per Group"
You should now see the specific characters you listed in the new config file. If you need to add, remove, etc just do it from that file. There is no GUI option but personally I'd rather edit them in notepad++ anyway. Much cleaner looking.
-
Necro -
Does anyone know if this still works?
-
It worked as of October this year. I imagine it still does. I would check but I can't do invites on starter accounts.