Character Info, bags and Social Micro Button Macros

Hello, I’ve been able to find all the other macro commands for the other micro buttons but I still need one for the character info screen, open all bags and the Social info window. I need them for a radial menu I’m making for controller. If anyone knows and could share these that would be great help. Thank You.

1 Like

/run ToggleCharacter("PaperDollFrame")

/run ToggleAllBags()

/run ToggleFriendsFrame()

2 Likes

You’re the best, thank you so much! Would you happen to have website you got those from or something I could bookmark? Thank again.

there are web sites with the information in them but i tend to pull the data out of the game with exportInterfaceFiles code so i have it all on hand when needed.

see https://wowwiki-archive.fandom.com/wiki/Extracting_WoW_user_interface_files#Exporting_the_Code_and_Art_files

once extracted i checked the ...\_retail_\BlizzardInterfaceCode\Interface\FrameXML\bindings.xml file as it contains all the default bindings and whats run when you click on them