Send messages to Community and Guild with Modifiers

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

c={3,5,4"GUILD"}

Add a comma after 4.

c={3,5,4,"GUILD"}

still doesn’t send message to Guild. only 3 4 5

/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

does it work with u? could be an addon blocking it some how?

Oh, it’s because "GUILD" needs to go where "CHANNEL" currently is. You’ll need a 2nd macro.

So I cant send to guild and community same time? cant add an “add” or something?

I can’t think of a way to do it within the 255 character limit.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.