World of Warcraft/[WoW] 위크오라

와우 용군단 심플한 위크오라 만들기 Actions SpellID Tracker

레임3D 2022. 12. 27.

CAST 위크오라 설명

- 한국분이 제작하신 위크오라로 다소 복잡해 보일 수 있지만 쉽게 위크오라를 만들 수 있다.

- 단축키, 매크로 이름까지 보이게 할 수 있다

- 클릭 사용, 위크오라별로 여러가지 조건을 추가할 수는 없다.

 

사용방법 : https://youtu.be/_7mSerpHy1U

 


준비물

 

1) WowUp으로 아래 애드온 다운 받으세요.

Custom Actions SpellID Tracker (CAST)

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

 

2) 위크오라 버전에 맞게 다운받스에ㅛ.

[클래식] https://wago.io/20UyZ2uQQ
[용군단] https://wago.io/m2CVYCDmy

 

3) 버튼ID 확인하는 매크로

 ㄱ) 블리자드 기본

#Save the macro below , You can easily find the action buttonID.
/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

 

💲 추천 글