This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I would love a different role order.As a priest heal with a 30 yard radius aoe heal I personally look if the melees/tanks or the range camp are low and cast some group heal.
What I need for this is the following order:
Tanks / Melee DD / Ranged DD / Heal
I would like this sorting, so please consider add it or point me to the role handling and I will see what I can do! ;)
I would love this option too, Unfortunatelly the sort order is controlled by the game not by Grid2, layouts settings are passed directly to the game code, and there is not mele/range role in the game.
But it would be possible overwrite the sort order from the DDs. You could get their specialization with something like /script print(select(2, GetSpecializationInfo(GetSpecialization())) or "None") and see if it is a melee spec or range.
I added my own Layout would it be at least possible to add more Layouts or configure them like this (TANK,DAMAGER,HEALER,NONE)
Grid2Layout:AddLayout("alternate role", { meta = { raid = true, party = true, arena = true, }, defaults = { showPlayer = true, showParty = true, showRaid = true, allowVehicleTarget = true, unitsPerColumn = 5, maxColumns = 8 }, [1] = { groupFilter = "auto", groupBy = "ASSIGNEDROLE", groupingOrder = "TANK,DAMAGER,HEALER,NONE", }, })
To post a comment, please login or register a new account.