NameplateAuras

NameplateAuras

4M Downloads

Icon priority system

presnetjay opened this issue ยท 2 comments

commented

I can't understand Icon priority systems. I tried lots of lua scripts, but can't solve the problem.

I'm playing feral druid now, I want to sort debuffs 1. Rake / 2. Rip / 3. Thrash,

Can anyone tell me lua script for this sorting?

commented

Oh, I'm so sorry I haven't noticed this issue.
Script for you:

function(aura1, aura2) return aura1.spellName < aura2.spellName; end
commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.