Hey, all. Hopefully someone can help. My in-game macro interface is completely blank of icons. I’ve never been able to create macros, because none of the icons were showing in either the general or character specific tabs. I’ve tried:
- Deleting addons, restarting UI and tried the macro interface again in-game.
- Deleted WoW classic and reinstalled.
- Renamed WoW cache, interface and WTF folders.
None of these helped and the macro interface is still without icons. I can create commands, i.e /cast xxxxx. Just the icons won’t populate. Any help would be most appreciated. Thanks.
Thanks. It didn’t work. Nothing is appearing in macro squares. I tried changing to “?” and named it just “A” and save, but nothing appears.
What do you get in your chatbox if you:
/run local i = select(2, GetMacroInfo(1)) print("Icon \124T"..i..":16:16\124t")
It should print:
“Icon” and display texture (icon) associated with the first macro in your General Macros section.
… Any chance you installed a texture/icon replacement package addon? ie. one that places images in a folder like Interace\Macros
or Interface\Icons
instead of Interface\AddOns
The only addons I have installed are Questie and Gathermate2 Classic through curseforge. I haven’t installed anything else. I put that code in my chat bar and nothing happened. I only see Interface->Addons->GatherMate2 and Questie. Where are the macro icons stored? Maybe I have to replace that? Interesting thing. I created a new character to see what’s in the macro interface. It’s also blank.
Did you run the repair tool? (Gear > Scan and Repair). Not seeing that in your list. Could be something’s corrupt with the install.
Can also try a /console cvar_default
as a last ditch effort and see if that helps. A bunch of settings are stored server side these days and that’s the only way to reset them all.
And possibly try setting errors on (if they’re not already) just in case there is something funky happening
/console scriptErrors 1
1 Like