#showtooltips XXXX
/run F=F or CreateFrame("frame")F:RegisterEvent("UNIT_SPELLCAST_SUCCEEDED")F:SetScript("OnEvent",function(_,_,a,b)if a=="player"and b=="XXXX"then SendChatMessage("已施放"..GetSpellLink(b))end end)
/cast XXXX
/run F=F or CreateFrame("frame")F:RegisterEvent("UNIT_SPELLCAST_SUCCEEDED")F:SetScript("OnEvent",function(_,_,a,b)if a=="player"and b=="XXXX"then SendChatMessage("已施放"..GetSpellLink(b))end end)
/cast XXXX