宏 1:
/run function SIS_M(a,b,c,d,e,f,g,type) SendChatMessage("["..date("%H:%M:%S",a).."] ["..b.."] 的 \124cff71d5ff\124Hspell:"..d.."\124h["..e.."]\124h\124r 打断了 ["..c.."] 的 \124cff71d5ff\124Hspell:"..f.."\124h["..g.."]\124h\124r。",type);end
宏2:
/run function EV_M(...) local a,v,_,_,b,_,_,c,_,d,e,_,f,g=...;if (v=="SPELL_INTERRUPT" and SIS_M) then SIS_M(a,b,c,d,e,f,g,"YELL");end end
宏3:
/run if (not MSG_F) then CreateFrame("Frame","MSG_F",UIParent);MSG_F:RegisterEvent("COMBAT_LOG_EVENT_UNFILTERED");end MSG_F:SetScript("OnEvent",function(_,_,...) if (EV_M) then EV_M(...);end end);
做成3个宏 不按顺序 不怕重复 用了以后 就可以提示了 宏 2 里的 yell 是 喊话,可以改成party 小队