This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
[SIZE="1"]Grid2Layout:AddLayout("By Group 5 Tanks First", { meta = { party = true, arena = true, }, defaults = { allowVehicleTarget = true, showPlayer = true, showParty = true, }, [1] = { groupBy = "ROLE", groupingOrder = "role" }, [2] = { type = "partypet", groupingOrder = DEFAULT_PET_ORDER, unitsPerColumn = 5, maxColumns = 1, }, })[/SIZE]
I tried to make my own Layouts in Grid2, but I'm not very good in API Codes :)
My Question is, is it possible to make a Party-Layout (Group 5) sorted by dungeon role ? Like TANK, HEALERS, DAMAGERS
I tried:
but I think the string "ROLE" is only available for Raids (MAINTANK,MAINASSIST).
Tried to mess around with UnitGroupRolesAssigned("unit"), but as I said, I'm not good in API coding.
Thanks for your help.