Messages macro with modifier

Hi

been trying to get this macros to work. outside BG works fine. but when a BG start they give error and dont work

Error:

ForceTaint_Strong***** has been blocked from Acttion**

macro 1:

/run if IsShiftKeyDown() then SendChatMessage(“Moveing”,“RAID_WARNING”) elseif IsAltKeyDown() then SendChatMessage(“Regroup”, “RAID_WARNING”) else SendChatMessage(“Follow ->{rt6}”, “RAID_WARNING”) end

Macro 2

/run SendChatMessage(SecureCmdOptionParse(“[mod:shift]Dont go boss;5 in each Bunke/rtower and 5 at flag”),(UnitIsGroupLeader(“player”)or UnitIsGroupAssistant(“player”))and"RAID_WARNING"or"PARTY")

anyone has any idea how to fix them

Try using Macro-Talk (haven’t tested it with 12.0)

Also, don’t BGs using Instance chat rather than Party?

Macro-Talk wasnt updated since 3 years

I use RAID_WARNING

No one knows how to do this in 12.0… any help would be nice

Since 12.0, the API “SendChatMessage” has been restricted in combat/encounters/pvp/m+. You can still send a message with “/rw Regroup” for example and using “/stopmacro [mod:shift]” to set up some basic conditions. It’s a bit tricky to get it right like that and not all logic that was used before is possible now.

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