Thread Tools Display Modes
Prev Previous Post   Next Post Next
04-29-20, 05:38 AM   #1
Ulverbeast
A Defias Bandit
Join Date: Apr 2020
Posts: 2
WeakAuras 2 button with macro

Hi all

I'm trying to program a button to run a simple macro with a /script command, but it doesn't work. The code works if I just set the macrotext to "/sit". I will post two examples to show what I mean

Example 1:
f.button = CreateFrame("Button", nil, f,"SecureActionButtonTemplate")
f.button:SetAttribute("type","macro")
local macrotext = "/sit"
f.button:SetAttribute("macrotext",macrotext)

Example 2:
f.button = CreateFrame("Button", nil, f,"SecureActionButtonTemplate")
f.button:SetAttribute("type","macro")
local macrotext = "/script SetLootMethod("group")"
f.button:SetAttribute("macrotext",macrotext)

In this case, example 1 works fine, but example 2 does not change to group loot, even though the macro text works if I save it as a macro and run it. Is this due to some limitation in the API? And is there any other way to program the button to perform this action without setting the type as macro if so?

Thanks for any help
  Reply With Quote
 

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » WeakAuras 2 button with macro


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off