|
2010-11-21 10:46
조회: 179
추천: 0
외치기 매크로관련.
스킬+외치기 연타해도 스킬발동때만 외치기되고 도배안되는 매크로좀 알려주세요.
/run local k="정신 자극"CreateFrame("FRAME","CS")CS:RegisterEvent"UNIT_SPELLCAST_SUCCEEDED"CS:SetScript("OnEvent",function()if arg1=="player"and arg2==k then SendChatMessage("< %t >에게 자극~ ","yell")CS:UnregisterAllEvents()end end) 요것이 잘 됐었는데 소격변 넘어와서 안되네요. |
Foxxxx