Sellorio / mega-macro

A World of Warcraft AddOn that replaces the built in macro functionality allowing more and bigger macros.
20 stars 13 forks source link

Can't link guild invite link #143

Closed MrWizard516 closed 3 years ago

MrWizard516 commented 3 years ago

I need to be able to make a guild recruitment macro that contains my guild link. The issue is that the SHIFT+CLICK doesn't work. Any idea if or when you will have this feature working?

Sellorio commented 3 years ago

Similarly to the old macro UI, you need to put the link in chat and have a command insert it into the macro text field.

Exact steps are linking into chat, then wrapping the link in the code as shown below. Then when you press enter it gets inserted into the macro text field. You need to have the macro UI open to the macro you want to edit for this to work.

/script MegaMacro_FrameText:Insert("[Eternal Fire]")

For native macro system (for reference)

/script MacroFrameText:Insert("[Eternal Fire]")
MrWizard516 commented 3 years ago

Thank you for your fast response. Works perfect!

Sellorio commented 3 years ago

Glad I could help :)