How to make a macro without a name
Step One: While in-game type /macro
Step Two: Click "New", Choose an icon, and name it
Step Three: Write in the macro command box what you would like the macro to do
Step Four: Exit World of Warcraft
Step Five: Locate your world of warcraft folder
(Usually C:\Program Files\World of Warcraft\)
Step Six: Go into the "WTF" folder then "Account" folder, choose the folder with the name to your account.
(C:\Program Files\World of Warcraft\WTF\Account\)
Step Seven: This step can vary, If you made the macro under general (this macro shows up for all of your characters) open up "macros-cache.txt"
If you made the macro so only one of your characters can see it, open the folder with the name of the server your character is on,
Then choose the folder with the name of your character.
Now open "macros-cache.txt"
Step Eight: A text document should open up, for one of my characters it looks like this
Only mess with the text in redCode:MACRO 16777218 "macro1" Ability_Mount_WhiteTiger /castrandom Reins of the Swift Stormsaber, Reins of the Dark War Talbuk END MACRO 16777219 "macro2" Ability_Mount_Gryphon_01 /castrandom Reins of the Purple Netherwing Drake, Swift Green Gryphon END MACRO 16777217 "macro3" Spell_Shadow_RitualOfSacrifice #showtooltip Hemorrhage /cast Hemorrhage(Rank 4) END
Look for the name of the macro you made in step two
Delete the text inside the ""
your macro file should now look more like this...
Note that Macro1 Macro2 and Macro3 is gone from the above text...Code:MACRO 16777218 "" Ability_Mount_WhiteTiger /castrandom Reins of the Swift Stormsaber, Reins of the Dark War Talbuk END MACRO 16777219 "" Ability_Mount_Gryphon_01 /castrandom Reins of the Purple Netherwing Drake, Swift Green Gryphon END MACRO 16777217 "" Spell_Shadow_RitualOfSacrifice #showtooltip Hemorrhage /cast Hemorrhage(Rank 4) END
Restart wow and enjoy your nameless macros!