Broken macros/scripts

Since the launch of 9.0 my scripts have not been working correctly.

You,lol want to move this to the ui and macros forum and include examples of broken scripts.

1 Like

I figured I’d probably find help for it here aswell but here are some examples;

/script print(IsQuestFlaggedCompleted(####)) sub #s for quest ID to check if I completed a quest or not

/run local function id(s) return string.match(GetInventoryItemLink(“player”,s) or “”,"(item:.+:%d+)") end ChatFrame1:AddMessage(“MH:”…id(16)…"\nOH:"…id(17)) for checking weapon/enchant IDs

Turns out the 2nd works now but the 1st I’m still having issues with aswell as;

/click HelpFrameCharacterStuckStuck

You’ll want to ask in the UI and Macro forum.

Blizzard updated the Help Menu this week. Visually it is now called “Support”. Some older macros likely will not work with the new interface as not everything is located in the same place on the menu any more.

2 Likes