Close
Showing results 1 to 8 of 8
  1. #1

    Default 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
    Last edited by Tight : 10-21-2015 at 09:56 AM
    Playing Hord on FrostWhisper - EU at the moment.

  2. #2

    Default

    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

  3. #3

    Default

    I'm currently using Jamba team displayer, enable only health-bars and follow status, combined with clique.
    Let us know if you find something ;-)
    Multiboxing 10 accounts!
    Outland-Europe
    2 mistweaver monks - 8 Elemental shamans

  4. #4

    Default

    Well i ended up with Grid2 and Clique. Jamba team displayer works fine as well its just i like the grid look.. :P
    Playing Hord on FrostWhisper - EU at the moment.

  5. #5

    Default

    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??




  6. #6

    Default

    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.

  7. #7

    Default

    Necro -

    Does anyone know if this still works?
    Multiboxing since WoW:BC - MY YOUTUBE!

  8. #8

    Default

    It worked as of October this year. I imagine it still does. I would check but I can't do invites on starter accounts.

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •