Been having issues with /w commands using WIM (example /w Lyssebabz POWER INFUSION ON ME", tried turning off "intercept whisper slash command" to no avail
Asked a friend for help who suggested i use overwrite the /w command entirely using supermacro for that one macro, which worked
SLASH_WHISPERW1 = "/ww" SLASH_WHISPERW2 = "/whisperw" SlashCmdList["WHISPERW"] = function(args) local _, _, target, text = string.find(args, "^(%a+) (.+)") SendChatMessage(text, "Whisper", nil, target) end
add this into extended lua window within supermacro and do /ww, this should circumvent this whole issue