[원문] 법사 매크로좀 알려주세요!
제가 이번에 제대로 법사를 해보고자 해서 이렇게 매크로를 공부하고자합니다
법사의 매크로 많이 쓰거나 사용가능한것들을 좀 알려주세요^^
제대로된 법사가 되고자 노력합니다!
-------------------------------------------------------------------------------------
※ 갑옷
#showtooltip
/cast [nomod]타오르는 갑옷; [modifier:ctrl] 마법사 갑옷; [modifier:alt] 냉기 갑옷
※ 마법 차단
#showtooltip
/시전중지
/시전 마법 차단
※ 원기 회복의 의식
#showtooltip
/cast 원기 회복의 의식
/y 밥상 차립니다 !
/도움
※ 물정령 (물정령 소환 > 펫어택 + 얼리기)
#showtooltip
/cast [nopet] 물의 정령 소환;얼리기
/run local p,s=PetDismiss,SecureCmdOptionParse("[target=pet,dead]")if s then p()end
/stopmacro [nopet]
/petpassive
/petattack
※ 변이 (주시대상이 있으면 주시대상 변이, 없으면 대상 변이, 알트 누르면 대상 변이)
#showtooltip
/시전중지
/시전 [mod:alt][target=focus,harm] 변이(거북이);변이(거북이)
/run t="target"if UnitExists("focus")and not IsAltKeyDown()then t="focus"end;
※ 투명화 (투명화 > 투명화 취소)
#showtooltip
/시전중지
/cancelaura 투명화
/시전 투명화
※ 환영 복제 (환영 복제 + 30 초 카운트 다운)
#showtooltip 환영 복제
/시계 시작
/시계 30
/cast 환영 복제
/run TI=GetTime()if not WF then CreateFrame("Frame","WF")end WF:SetScript("OnUpdate",function()if GetTime()-TI>30 then StopwatchFrame:Hide()WF:SetScript("OnUpdate",nil)end end)