GroupSorter

Small Addon for Sorting Groups based on a LUA String

You open the addon with /gsort.
It has a function to split the raid in two relativley equal group clusters. 1,3,5,7 and 2,4,6,8.

it can also create Predifined Setups from a Lua String.

Import a Lua String to quickly change your rooster for farm bosses.

the first 4 groups will be sorted based on the string input charakters that are not mentioned in the string will be put in groups 5-8.

Lua Format:

["Plexus"] = {
    "Vaiva",
    "Verruf",
    "Synecztra",
    "Lysaraa",
    "Toxsin",
    "Setiva",
    "Charlieshell",
    "Infini",
    "Acidya",
    "Trap",
    "Skys",
    "Nostal",
    "Acidlele",
    "Ropium",
    "Slyz",
    "Cotazur",
    "Kegw",
    "Neteron",
    "Inspi",
    "Selesz",
  },
  ["Loomithar"] = {
    "Vaiva",
    "Verruf",
    "Synecztra",
    "Lysaraa",
    "Toxsin",
    "Setiva",
    "Charlieshell",
    "Infini",
    "Orcus",
    "Acidya",
    "Skys",
    "Nostal",
    "Acidlele",
    "Ropium",
    "Slyz",
    "Cotazur",
    "Kegw",
    "Leya",
    "Narciza",
    "Auriden",
  },
  ["Soulbinder"] = {
    "Vaiva",
    "Verruf",
    "Lysaraa",
    "Toxsin",
    "Setiva",
    "Charlieshell",
    "Orcus",
    "Trap",
    "Skys",
    "Azida",
    "Acidlele",
    "Ropium",
    "Slyz",
    "Cotazur",
    "Kegw",
    "Leya",
    "Narciza",
    "Neteron",
    "Auriden",
    "Inspi",
  },
  ["Forgeweaver"] = {
    "Vaiva",
    "Verruf",
    "Synecztra",
    "Setiva",
    "Charlieshell",
    "Infini",
    "Acidya",
    "Skys",
    "Azida",
    "Acidlele",
    "Ropium",
    "Slyz",
    "Cotazur",
    "Kegw",
    "Narciza",
    "Neteron",
    "Auriden",
    "Inspi",
    "Selesz",
    "Smh",
  },
  ["Demon Hunter"] = {
    "Vaiva",
    "Verruf",
    "Lysaraa",
    "Infini",
    "Orcus",
    "Trap",
    "Skys",
    "Azida",
    "Acidlele",
    "Ropium",
    "Slyz",
    "Cotazur",
    "Kegw",
    "Leya",
    "Narciza",
    "Neteron",
    "Auriden",
    "Inspi",
    "Selesz",
    "Smh",
  },
  ["Tetris"] = {
    "Vaiva",
    "Verruf",
    "Synecztra",
    "Toxsin",
    "Charlieshell",
    "Infini",
    "Orcus",
    "Acidya",
    "Trap",
    "Nostal",
    "Azida",
    "Acidlele",
    "Slyz",
    "Kegw",
    "Leya",
    "Narciza",
    "Neteron",
    "Inspi",
    "Selesz",
    "Smh",
  },
  ["Nexus King"] = {
    "Vaiva",
    "Verruf",
    "Synecztra",
    "Lysaraa",
    "Toxsin",
    "Setiva",
    "Charlieshell",
    "Infini",
    "Orcus",
    "Acidya",
    "Trap",
    "Skys",
    "Nostal",
    "Azida",
    "Acidlele",
    "Ropium",
    "Slyz",
    "Cotazur",
    "Kegw",
    "Leya",
  },
  ["Dimensius"] = {
    "Vaiva",
    "Verruf",
    "Orcus",
    "Acidya",
    "Trap",
    "Skys",
    "Nostal",
    "Azida",
    "Acidlele",
    "Ropium",
    "Slyz",
    "Cotazur",
    "Kegw",
    "Leya",
    "Narciza",
    "Neteron",
    "Auriden",
    "Inspi",
    "Selesz",
    "Smh",
  },

The GroupSorter Team

profile avatar
Owner
  • 12
    Projects
  • 10.3K
    Downloads

More from AediView all