확장팩 팁과 노하우 게시판

전체보기

모바일 상단 메뉴

본문 페이지

[매크로] 자주 묻는 매크로 모음

타라민드
댓글: 11 개
조회: 14895
추천: 6
2010-09-24 15:31:00

/script SetRaidTarget("target",8);n=UnitName("target");if n==nil then SendChatMessage("폴링대상 찾는중","Raid_Warning") else SendChatMessage("[ "..n.." ] 를 폴링합니다","Raid_Warning");end;

 대상 없을시 경보로 "폴링대상 찾는중"   대상 있을시 " ㅇ 폴링합니다." 와 함께 해골징을 찍어줌.

메세지를 점사로 바꾸면 투기장에 점사에 유용


#showicon 타오르는 갑옷
/equipset 티9
/시전 타오르는 갑옷
/in 1 /equipset 화법

타오르는 갑옷 시전시에  일단 티9 2피스 저장을 "티9"로 저장   최종셋팅을 "화법" 으로 저장
해당 매크로 시전시 자동으로 티9 2피스 입고 타갑 시전한 후에 최종셋팅으로 장비 입음
단!! ace2 라이브러리가 필요 (/IN 매크로 때문)

 

#showtooltip 환영 복제
/시계 시작
/시계 30
/시전 환영 복제
/IN 33 /시계 끝

 

환영복제 시작시 시계를 꺼냄으로써 환영복제가 얼마나 남았는지 확인가능.

 

 


#showtooltip 변이
/clearfocus [target=focus,dead]
/clearfocus [target=focus,noexists]
/focus [target=focus,noexists]
/cast [target=focus] 변이


해당 매크로는 메즈가 많이 할때 썼지만.. 현재 메즈를 거의 안하므로 -0-;;
혹시나 격변때나?
설명 : 주시대상이 죽었을 경우 주시 삭제 / 주시대상이 존재하지 않을경우 삭제 / 주시가 없다면 현 대상 주시 / 주시대상 변이

/run local a,b=GetSpellCooldown'피의 욕망'local d,e,c=a+b-GetTime(),"블러드 쿨타임 "if a==0 then c="폭딜하세요. 블러드 ㄱㄱ "elseif d>60 then c=e..floor(d/60).."분 "..floor(d%60).."초"else c=e..floor(d).."초"end SendChatMessage(c,"YELL")
/시전 피의 욕망

 

블러드 사용시 블러드 사용했다는 메세지가 외치기로 나가고
블러드가 쿨일시 몇분 몇초 남았는지 외치기로 출력함.


/run local a,b=GetSpellCooldown'마나 해일 토템'local d,e,c=a+b-GetTime(),"마나해일 쿨타임 "if a==0 then c="마나 해일 토템을 시전 30미터 모이세요."elseif d>60 then c=e..floor(d/60).."분 "..floor(d%60).."초"else c=e..floor(d).."초"end SendChatMessage(c,"PARTY")
/시전 마나 해일 토템

마나해일 토템...

 

/run local a,b=GetSpellCooldown'환생'local d,e,c=a+b-GetTime(),"전봘 쿨타임 "if a==0 then c="[ %t ] 전투부활합니다!"elseif d>60 then c=e..floor(d/60).."분 "..floor(d%60).."초"else c=e..floor(d).."초"end SendChatMessage(c,"raid")
/stopmacro [nohelp,nodead]
/시전 환생

환생 사용시에 공대장이 자주 묻죠? 쿨 있으신분 할때 한번 눌러주시면 쿨이 얼만지 공대창으로 출력
쿨 있을시 전ㅤ봘한다는 메세지와 함께 전봘

/run local t=UnitName(SecureCmdOptionParse"[@focus,help]focus;[@mouseover,help]mouseover;targettarget");if t and GetSpellCooldown"눈속임"==0 then SendChatMessage(t.."님에게 눈속임","WHISPER",nil,t)end
/시전 [@focus,help][@mouseover,help][@targettarget]눈속임

눈속임 매클
1. 주시대상 / 2. 마우스오버대상 / 3. 대상의 대상

 


 

/run local t=UnitName(SecureCmdOptionParse"[@focus,help]focus;[@mouseover,help]mouseover;targettarget");if t and GetSpellCooldown"속임수 거래"==0 then SendChatMessage(t.."님에게 속거","WHISPER",nil,t)end
/시전 [@focus,help][@mouseover,help][@targettarget]속임수 거래
속임수 거래 매클
1. 주시대상 / 2. 마우스오버대상 / 3. 대상의 대상

/run local t,s=UnitName(SecureCmdOptionParse"[target=mouseover,help]mouseover;target"),"보호의 손길"if t and GetSpellCooldown(s)==0 and IsSpellInRange(s)==1 then SendChatMessage("당신에게 보호의 손길 시전",'WHISPER',nil,t)end
/시전 [target=mouseover,help][]보호의 손길

 

보호의 손길 매크로 /  자손 / 희손도 가능

Lv51 타라민드

모바일 게시판 하단버튼

댓글

새로고침
새로고침

모바일 게시판 하단버튼

지금 뜨는 인벤

더보기+

모바일 게시판 리스트

모바일 게시판 하단버튼

글쓰기

모바일 게시판 페이징

최근 HOT한 콘텐츠

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