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")
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.