/참가 위상

1.위상 채널에서 <1위상> 초대 매크로

/run local a=CreateFrame"Frame"a:RegisterEvent"CHAT_MSG_CHANNEL"a:SetScript("OnEvent",function (_,e,m,s,l,c) if strfind(c,"위상") and strfind(m,"1위상") then InviteUnit(s) SendChatMessage("1위상초대", "WHISPER", nil, s) end;end)

2.위상 채널에서 <2위상> 초대 매크로

/run local a=CreateFrame"Frame"a:RegisterEvent"CHAT_MSG_CHANNEL"a:SetScript("OnEvent",function (_,e,m,s,l,c) if strfind(c,"위상") and strfind(m,"2위상") then InviteUnit(s) SendChatMessage("2위상초대", "WHISPER", nil, s) end;end)

3.끄고싶으면 /reload

***거래 채널에서는 실행시키지 말아주세요***