Skip to content

slash command overwrite dont work used supermacro to overwrite  #7

@lyssebabz

Description

@lyssebabz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions