Role order #400


  • Enhancment
  • Declined
Closed
Assigned to michaelsp
  • _ForgeUser70978 created this issue Jan 12, 2015

    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! ;)

  • _ForgeUser70978 added the tags New Enhancment Jan 12, 2015
  • michaelsp posted a comment Jan 12, 2015

    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.


    Edited Jan 12, 2015
  • michaelsp removed a tag New Jan 12, 2015
  • michaelsp added a tag Declined Jan 12, 2015
  • michaelsp closed issue Jan 12, 2015
  • _ForgeUser70978 posted a comment Jan 25, 2015

    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.