Group 30 /w Tanks // last group not shown #396


  • Defect
  • Invalid
Closed
Assigned to michaelsp
  • Forge_User_68353525 created this issue Dec 30, 2014

    What steps will reproduce the problem?
    1. go into Highmaul with 30ppl

    What is the expected output? What do you see instead?
    didn't see the last group (group 6)

    What Grid2 version and language of WoW are you using?
    r737

    Please provide any additional information below.

    yesterday I raided 30ppl Highmaul. In default 30man layout there are no tanks displayed, so I created a new layout.

    Grid2Layout:AddLayout("By Group 30 w/Tanks", {
    	meta = {
    		raid30 = true,
    	},
    	defaults = {
    		groupingOrder = DEFAULT_GROUP_ORDER,
    allowVehicleTarget = true,
    		toggleForVehicle = true,
    		showRaid = true,
    	},
    	[1] = {
    		groupFilter = "MAINTANK,MAINASSIST",
    		groupingOrder = "MAINTANK,MAINASSIST",
    	},
    	[2] = groupFilters[1],
    	[3] = groupFilters[2],
    	[4] = groupFilters[3],
    	[5] = groupFilters[4],
    	[6] = groupFilters[5],
    	[7] = groupFilters[6],
    })
    


    I see the tanks and groups 1-5, but not group 6.

    Can anyone explain why ?

    Thanks

  • Forge_User_68353525 added the tags New Defect Dec 30, 2014
  • michaelsp posted a comment Jan 5, 2015

    groupFilters[6] is not defined. Replace last line with:

    [7] = { groupFilter = "6" },

  • michaelsp removed a tag New Jan 5, 2015
  • michaelsp added a tag Invalid Jan 5, 2015
  • michaelsp closed issue Jan 5, 2015
  • Forge_User_68353525 posted a comment Jan 5, 2015

    Thank you


    Edited Jan 5, 2015

To post a comment, please login or register a new account.