2072 / Decursive

Decursive: https://www.wowace.com/projects/decursive
GNU General Public License v3.0
7 stars 5 forks source link

How does decursive know the roles of players in the raid? #6

Closed jar349 closed 3 years ago

jar349 commented 3 years ago

I'd like to use the role-based prioritization but it's unclear to me how decursive determines each raider's role. Especially tanks.

2072 commented 3 years ago

It uses the WoW API UnitGroupRolesAssigned

jar349 commented 3 years ago

That's perfect, thank you!