기사

전체보기

모바일 상단 메뉴

본문 페이지

[정보] 성기사 매크로 (격아 Ver 8.3.0)

타산지석
댓글: 102 개
조회: 95340
추천: 108
2018-10-17 00:22:48

 격아 매크로 2편 성기사


즐거운 와우 되시길 (격아 버젼 8.3.0)

 Ctrl + F 를 누르시고 해당 매크로를 검색하시면 더욱 빨리 찾을 수 있습니다 

 와우 매크로 만들기 링크 (링크는 본인 요청시 삭제 될수 있습니다)

 현재 메세지가 출력되는 매크로가 정상작동 하지 않고 있습니다


#showtooltip
/run local a=CreateFrame"Frame"a:RegisterEvent"UNIT_SPELLCAST_SUCCEEDED"a:SetScript("OnEvent",function(s,e,u,_,i)if u=="player"and i==6940 then SendChatMessage("★★희생의 축복★★")a:UnregisterAllEvents()end;end)
/시전 [@mouseover,help][help][] 희생의 축복
     ※ 설명 : 희축 사용시 일반챗 표시 / 연타해도 도배없음
               우선순위 마우스오버(1), 대상(2) (희축은 본인시전이 안되기때문)

#showtooltip
/run local a=CreateFrame"Frame"a:RegisterEvent"UNIT_SPELLCAST_SUCCEEDED"a:SetScript("OnEvent",function(s,e,u,_,i)if u=="player"and i==1022 then SendChatMessage("★★보호의 축복★★")a:UnregisterAllEvents()end;end)
/시전 [@mouseover,help][help][] 보호의 축복
     ※ 설명 : 보축 사용시 일반챗 표시 / 연타해도 도배없음
               우선순위 마우스오버(1), 대상(2), 본인(3)

#showtooltip
/run local a=CreateFrame"Frame"a:RegisterEvent"UNIT_SPELLCAST_SUCCEEDED"a:SetScript("OnEvent",function(s,e,u,_,i)if u=="player"and i==1044 then SendChatMessage("★★자유의 축복★★")a:UnregisterAllEvents()end;end)
/시전 [@mouseover,help][help][] 자유의 축복
     ※ 설명 : 자축 사용시 일반챗 표시 / 연타해도 도배없음
               우선순위 마우스오버(1), 대상(2), 본인(3)
         
#showtooltip
/run local a=CreateFrame"Frame"a:RegisterEvent"UNIT_SPELLCAST_SUCCEEDED"a:SetScript("OnEvent",function(s,e,u,_,i)if u=="player"and i==633 then SendChatMessage("★★신의 축복★★")a:UnregisterAllEvents()end;end)
/시전 [@mouseover,help][help][] 신의 축복
     ※ 설명 : 신축 사용시 일반챗 표시 / 연타해도 도배없음
               우선순위 마우스오버(1), 대상(2), 본인(3)

#showtooltip 
/script s,d,e=GetSpellCooldown("희생의 축복");t=(s+d)-GetTime();if t>0 then SendChatMessage("희생의 축복"..ceil(t).."초 남음") else SendChatMessage("[%t] ▶ 희생의 축복") end;
/시전 [@mouseover,help][help][@player] 희생의 축복
     ※ 설명 : 희축 사용시 일반챗 표시, 쿨타임일 경우 초단위 시간표시




               우선순위 마우스오버(1), 대상(2), 본인(3)

#showtooltip 
/script s,d,e=GetSpellCooldown("보호의 축복");t=(s+d)-GetTime();if t>0 then SendChatMessage("보호의 축복"..ceil(t).."초 남음") else SendChatMessage("[%t] ▶ 보호의 축복") end;
/시전 [@mouseover,help][help][@player] 보호의 축복
     ※ 설명 : 보축 사용시 일반챗 표시, 쿨타임일 경우 초단위 시간표시



               우선순위 마우스오버(1), 대상(2), 본인(3)

#showtooltip
/script s,d,e=GetSpellCooldown("자유의 축복");t=(s+d)-GetTime();if t>0 then SendChatMessage("자유의 축복"..ceil(t).."초 남음") else SendChatMessage("[%t] ▶ 자유의 축복") end;
/시전 [@mouseover,help][help][@player] 자유의 축복
     ※ 설명 : 자축 사용시 일반챗 표시, 쿨타임일 경우 초단위 시간표시



               우선순위 마우스오버(1), 대상(2), 본인(3)

#showtooltip
/script s,d,e=GetSpellCooldown("신의 축복");t=(s+d)-GetTime();if t>0 then SendChatMessage("신의 축복"..ceil(t).."초 남음") else SendChatMessage("[%t] ▶ 신의 축복") end;
/시전 [@mouseover,help][help][@player] 신의 축복
     ※ 설명 : 신축 사용시 일반챗 표시, 쿨타임일 경우 초단위 시간표시



               우선순위 마우스오버(1), 대상(2), 본인(3)




  ● 해제편

#showtooltip [spec:1]정화;[spec:2/3]독소 정화
/시전 [spec:1,@mouseover,help][spec:1,help][@player] 정화
/시전 [spec:2/3,@mouseover,help][spec:2/3,help][@player] 독소 정화
     ※ 설명 : 보호,징벌 전문화일 경우 마우스오버 독소 정화(독,질병해제)
               신성 전문화일 경우 마우스오버 정화(마법,독,질병해제)
               우선순위 마우스오버(1), 대상(2), 본인(3)



  ● 차단

#showtooltip 비난
/run c="비난"t="target"b=UnitCastingInfo(t)d=UnitChannelInfo(t);b=b or d;a=UnitName(t)if a and GetSpellCooldown(c)==0 then s=""if b then s="차단성공"else s="차단실패" end;SendChatMessage(a.." "..b.." "..s)end;
/시전 [@mouseover,nodead,harm][harm] 비난
     ※ 설명 : 차단 성공시 알림메세지매크로 
               차단스킬 우선순위 마우스오버(1), 대상(2)

#showtooltip
/시전 [@mouseover,nodead,harm][harm] 비난
     ※ 설명 : 차단스킬 우선순위 마우스오버(1), 대상(2)

     ex) 
/시전 [@mouseover,nodead,harm][harm] 심판의 망치
          /시전 [@mouseover,nodead,harm][harm] 응징의 방패

#showtooltip [talent:3/1]심판의 망치;[talent:3/2]참회;[talent:3/3]눈부신 빛
/시전 [talent:3/2,@mouseover,harm][talent:3/2,harm] 참회;[talent:3/3] 눈부신 빛;[talent:3/1,@mouseover,harm][talent:3/1,harm] 심판의 망치
     ※ 설명 : 참회, 눈빛특성 스왑매크로, 심주(심판의 주먹) 특성시 심망(심판의 망치)
              '참회' 우선순위 마우스오버(1), 대상(2)



  ● 치유스킬

#showtooltip
/시전 [@mouseover,help][help][@player] 스킬명
     ※ 설명 : 사용하고자 하는 스킬을 넣으면 되는 힐러마우스오버 매크로
               우선순위 마우스오버(1), 대상(2), 본인(3)

     ex) /시전 [@mouseover,help][help][@player] 성스러운 빛
          /시전 [@mouseover,help][help][@player] 빛의 섬광
          /시전 [@mouseover,help][help][@player] 신성 충격
          /시전 [@mouseover,help][help][@player] 순교자의 빛
          /시전 [@mouseover,help][help][@player] 빛의 봉화
         예시설명 : 예시5의 경우 특성 '고결의 봉화'로 바꿔도 같이 사용이 가능합니다

#showtooltip [talent:1/3] 빛의 망치;[talent:1/2] 신념 수여
/시전 [talent:1/3,@cursor] 빛의 망치
/시전 [talent:1/2,@mouseover,help,nodead][talent:1/2,help][talent:1/2] 신념 수여
     ※ 설명 : 신성 전문화 빛망, 신념특성 스왑매크로
               우선순위 마우스오버(1), 대상(2), 본인(3) / 빛망 마우스커서에 스킬시전


#showtooltip [talent:6/2]심판관의 복수;[talent:6/3]영광의 서약;[talent:6/1]빛의 섬광
/시전 [talent:6/2,@mouseover,harm][talent:6/2,harm]심판관의 복수;[talent:6/3]영광의 서약;[talent:6/1,@mouseover,help][talent:6/1,help][talent:6/1]빛의 섬광
     ※ 설명 : 징벌 전문화 관대한 치유사, 심관판의 복수, 영광의 서약 특성 스왑매크로



  ● 공격스킬

#showtooltip
/시전 [@mouseover,harm][harm] 스킬A; [@mouseover,help][help][] 스킬B
     ※ 설명 : 적대상 마우스오버(1), 대상(2) 스킬A / 원버튼 2스킬매크로
               아군대상 마우스오버(1), 대상(2), 본인(3) 스킬B
           A스킬은 반드시 공격스킬, B스킬은 반드시 힐스킬

     ex) /시전 [@mouseover,harm][harm] 심판;[@mouseover,help][help][] 빛의 섬광
          /시전 [@mouseover,harm][harm] 성전사의 일격;[@mouseover,help][help][] 성스러운 빛              (주의 : 2스킬매크로의 경우 에임(?)이 상당히 중요하구요. 그리고 잘 아시겠지만           시전중 타겟 전환하더라도 캐스팅이 끝날때 혹은 글쿨까지는 스킬취소라던지
          변경이 되지 않는다는 점은 알아두시는 것이 좋을 듯 싶습니다.)

#showtooltip 
/공격시작
/시전 [@mouseover,nodead,harm][@targettarget,harm][harm] 스킬명
     ※ 설명 : 우선순위 마우스오버(1), 대상의 대상(2), 대상(3)

     ex) /시전 [@mouseover,nodead,harm][@targettarget,harm][harm] 기사단의 선고

#showtooltip [spec:1/3]성전사의 일격;[spec:2] 정의의 망치
/공격시작
/시전 [spec:1/3,@mouseover,nodead,harm][spec:1/3,@targettarget,harm][spec:1/3,harm]성전사의 일격;[spec:2,@mouseover,nodead,harm][spec:2,@targettarget,harm][spec:2,harm] 정의의 망치
     ※ 설명 : 징벌,신성 전문화일 경우 성전사의 일격, 
               보호 전문화일 경우 정망(축망일 경우도 적용)
              우선순위 마우스오버(1), 대상의 대상(2), 대상(3)

#showtooltip
/시전 [talent:4/3] 파멸의 재;[talent:4/2] 신성화
     ※ 설명 : 징벌 전문화 60라인 파멸의 재, 신성화 특성 스왑 매크로




  ● 기타

/click ExtraActionButton1
     ※ 설명 : 엑스트라 버튼이 필요한 경우 따로 설정없이 매크로 하나로 사용

#showtooltip
/사용 [@mouseover,harm][harm] 14;[@mouseover,help][help][@player] 14
     ※ 설명 : 장신구 2칸중 아래칸, 위칸인 경우 13
               딜러, 힐러 공용 장신구 사용매크로

/run local _,t=GetInstanceInfo(); if SecureCmdOptionParse"[btn:2]" then s='0' elseif t=='raid' then s='5' else s='3' end SlashCmdList["DEADLYBOSSMODS"]("pull "..s)
     ※ 설명 : 풀링 매크로 5인인던시 3초 카운트, 공격대인던 5초시전 (DBM)
               마우스 우클릭시 카운트취소

#showtooltip
/사용 [combat] 생명석;창조된 마나 찐빵

#showtooltip
/사용 [combat,nomod]생명석;[nomod]창조된 마나 찐빵;[mod:shift]일반 염소 젖;[mod:ctrl]양념한 허릿살
     ※ 설명 : 비전투중이면 '마나빵(법사창조템)' 있으면 1순위 냠냠,
              전투중이면 생명석(흑마창조템) 냠냠




                  전투중 생명석, 비전투중 물빵, 비전투 단축키+Shift 일반 염소 젖, 
              비전투 단축키+Ctrl 양념함 허릿살


한실장22님 요청에 추가합니다
#showtooltip 천상의 보호막
/시전중지
/시전 천상의 보호막
/오라취소 천상의 보호막
     ※ 설명 : 무적 사용/취소 매크로, 한번쓰면 무적발동 / 무적발동중 쓰면 무적취소

 slyve님 요청에 추가합니다
#showtooltip
/run local a=CreateFrame"Frame"a:RegisterEvent"UNIT_SPELLCAST_SUCCEEDED"a:SetScript("OnEvent",function(s,e,u,_,i)if u=="player"and i==210256 then SendChatMessage("★★성역의 축복★★")a:UnregisterAllEvents()end;end)
/시전 [@mouseover,help][help][] 성역의 축복
     ※ 설명 : 성축 사용시 일반챗 표시 / 연타해도 도배없음
               우선순위 마우스오버(1), 대상(2), 본인(3)

#showtooltip 
/script s,d,e=GetSpellCooldown("성역의 축복");t=(s+d)-GetTime();if t>0 then SendChatMessage("성역의 축복"..ceil(t).."초 남음") else SendChatMessage("[%t] ▶ 성역의 축복") end;
/시전 [@mouseover,help][help][@player] 성역의 축복
     ※ 설명 : 성축 사용시 일반챗 표시, 쿨타임일 경우 초단위 시간표시



               우선순위 마우스오버(1), 대상(2), 본인(3)


 끝맺으며...  써놓고 보니 이것도 길었다

와우저

Lv65 타산지석

모바일 게시판 하단버튼

댓글

새로고침
새로고침

모바일 게시판 하단버튼

지금 뜨는 인벤

더보기+

모바일 게시판 리스트

모바일 게시판 하단버튼

글쓰기

모바일 게시판 페이징

최근 HOT한 콘텐츠

  • 와우
  • 게임
  • IT
  • 유머
  • 연예