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
'World of Warcraft > [WoW] 위크오라' 카테고리의 다른 글
와우 용군단 클릭가능한 풀도핑 위크오라 (0) | 2023.02.08 |
---|---|
와우 용군단 시전바 위크오라 (3) | 2023.01.10 |
와우 전부(전투부활) & 블러드 위크오라 (2) | 2022.12.24 |
와우 용군단 비행 위크오라 (0) | 2022.12.23 |
와우 용군단 발드라켄 상인 위치 위크오라 (22/12/23) (1) | 2022.12.23 |