GSE suggestion for myMacros folder specifically.

Not sure who maintains the mymacros folder but, If you could be a dear and add these to the header in each class. I have collected the ID’s and put them in order for you to just copy/paste.


----- Death Knight
----- Spec ID’s
----- 250 - Blood
----- 251 - Frost
----- 252 - Unholy


----- Demon Hunter
----- Spec ID’s
----- 577 - Havoc
----- 581 - Vengeance


----- Druid
----- Spec ID’s
----- 102 - Balance
----- 103 - Feral
----- 104 - Guardian
----- 105 - Restoration


----- Hunter
----- Spec ID’s
----- 253 - Beast Mastery
----- 254 - Marksmanship
----- 255 - Survival


----- Mage
----- Spec ID’s
----- 62 - Arcane
----- 63 - Fire
----- 64 - Frost


----- Monk
----- Spec ID’s
----- 268 - Brewmaster
----- 269 - Windwalker
----- 270 - Mistweaver


----- Paladin
----- Spec ID’s
----- 65 - Holy
----- 66 - Protection
----- 70 - Retribution


----- Priest
----- Spec ID’s
----- 256 - Discipline
----- 257 - Holy
----- 258 - Shadow


----- Rogue
----- Spec ID’s
----- 259 - Assassination
----- 260 - Combat
----- 261 - Subtlety


----- Shaman
----- Spec ID’s
----- 262 - Elemental
----- 263 - Enhancement
----- 264 - Restoration


----- Warlock
----- Spec ID’s
----- 265 - Affliction
----- 266 - Demonology
----- 267 - Destruction


----- Warrior
----- Spec ID’s
----- 71 - Arms
----- 72 - Fury
----- 73 - Protection

The Master list for spec’s is http://wowprogramming.com/docs/api_types#specID

Class ID Class Name englishClass
1 Warrior WARRIOR
2 Paladin PALADIN
3 Hunter HUNTER
4 Rogue ROGUE
5 Priest PRIEST
6 Death Knight DEATHKNIGHT
7 Shaman SHAMAN
8 Mage MAGE
9 Warlock WARLOCK
10 Monk MONK
11 Druid DRUID
12 Demon Hunter DEMONHUNTER

But I will update thwse into the mod.

I want to add a placeholder for WeakAuras and also for untranslated words as well so will do these all together.

That is where I pulled those from.

I felt since each myMacros class had an lua already with the header such as:

----- Warrior

It was overkill on adding it like:
71 - Warrior: Arms
72 - Warrior: Fury
73 - Warrior: Protection

Just figured a simple reference would be enough.

Sorry about being a bit annoying, just started playing again recently so I’m catching up on API’s to fix mods I use that are orphaned and adapting to others. :slight_smile:

None the less thank you for adding them.