Hi
Trying to get this macro to work but it only send messages to Channels but not guild> is something wrong in it?
/run local c={3,5,4"GUILD"}for k,v in pairs(c)do SendChatMessage(SecureCmdOptionParse(“[mod:shift]X;[mod:ctrl]Full Now;[mod:alt]We Need Party leader;{rt7}Horde Spots Open for EPIC-BG type(+)in chat{rt7};”), “CHANNEL”, nil, v)end
/run local c={3,5,4,“GUILD”} for k,v in pairs(c)do SendChatMessage(SecureCmdOptionParse(“[mod:shift]X;[mod:ctrl]Full Now;[mod:alt]We Need Party leader;{rt7}Horde Spots Open for EPIC-BG type(+)in chat{rt7};”), “CHANNEL”, nil, v)end
Tried PARTY instead of GUILD to test. still doesn’t work