部分宏命令 [2]

工会频道打999,自动进队宏
335版本适用,60未测试 /run K,F=”999″,F or CreateFrame(“Frame”)F:RegisterEvent(“CHAT_MSG_GUILD”)if I then print(“已关闭”) I=nil else print(“已开启,KeyWord=”..K)I=function(_,_,m,s)if m==K then InviteUnit(s)end end e ...
自动复活宏
//自动复活宏 /script T,F=T or 0,F or CreateFrame(“frame”)if X then X=nil else X=function()local t=GetTime()if t-T>1 then RepopMe() AcceptResurrect() AcceptXPLoss():Click()T=t end end end F:SetScript (“ ...