Loot Spec macro

How do you set loot spec to current or 1 or 2 or 3 or 4 with a macro no matter what class you are on. I’m looking to make 5 macros, 1 for each one (current, 1, 2, 3, and 4), not 1 macro to do all 5.

If you just want to do singles:

/run SetLootSpecialization(GetSpecializationInfo(1))

Replace 1 with the spec index.

1 Like