CASTracker - DF

CASTracker - DF

0 Downloads

Download Library (다운로드 라이브러리)

@ https://www.curseforge.com/wow/addons/custom-actions-spellid-tracker-cast

- ActionID Print Macro -

/run local mf = GetMouseFocus(); if mf then local af =_G[mf:GetName()]; if af then print("\124cFF77AAFFActionID\124r:\124cFFFF3355[" ,af.action or "0","]\124r") end end

- ElvUI -

/run local mf = GetMouseFocus(); if mf then local af =_G[mf:GetName()]; if af then print("\124cFF77AAFFActionID\124r:\124cFFFF3355[" ,af._state_action or "0","]\124r") end end