|
2013-05-09 13:02
조회: 44,161
추천: 41
유용한 매크로 모음필드 보스 Kill 체크
/run t=GetQuestsCompleted();for v,c in pairs({[32098]="갈레온",[32099]="분노의 샤",[32519]="운다스타",[32518]="나라크"}) do print(format("▶ %s - %s",c,t[v] and "124cff00ff00완료124r" or "124cffffff00대기중124r")) end - 운다는 잘 작동 안됨 특성 스왑 매크로 ---- 특성이 2개 스왑 ---- #showtooltip 스킬1 #showtooltip 스킬2 /run SetMacroSpell("매크로명",GetSpellInfo("스킬1") or "스킬2") /시전 스킬1 /시전 스킬2 ---- 특성이 3개 스왑 ---- #showtooltip 스킬1 #showtooltip 스킬2 #showtooltip 스킬3 /run SetMacroSpell("매크로명",GetSpellInfo("스킬1") or GetSpellInfo("스킬2") or GetSpellInfo("스킬3")) /시전 스킬1 /시전 스킬2 /시전 스킬3 - 매크로명 작성시 숫자+글자(45특)으로 해야 작동 태광+우르속 원키 #showtooltip /연속시전 태양 광선, 우르솔의 회오리 - 응용) 흑마 도트 리셋 #showtooltip /연속시전 reset=target 부패, 고통 주시대상 -> 대상, 대상 -> 주시대상 타겟 교환 매크로 /target [@focus] /targetlasttarget /focus /targetlasttarget 스킬바 독수리, 경험치바 제거 독수리 /script MainMenuBarLeftEndCap:Hide(); /script MainMenuBarRightEndCap:Hide(); 경험치 /run MainMenuMaxLevelBar0:Hide() /run MainMenuMaxLevelBar1:Hide() /run MainMenuMaxLevelBar2:Hide() /run MainMenuMaxLevelBar3:Hide() 냥꾼 자동? 사냥 매크로 /대상지원 [@pet] /petattack /연속시전 동물 치료, 살상 명령, 신비한 사격, 점멸의 일격 /공격시작 - 움직이면서 눌러주면 알아서 타겟 잡히면서 동물치료->살상->신사->점멸의일격 순서로 스킬 나감 채널링 스킬 연타 #showtooltip 스킬1 /castsequence [nochanneling] reset=target/combat 스킬1 - 계속 눌러도 채널링이 다 된 이후에 다시 스킬이 나감 (예 - 재앙의 손아귀, 암사 채찍 등) 모드 매크로 /시전 [@arena1, mod:shift][@arena2, mod:ctrl][@arena3, mod:alt][nomod] 주문 잠금 /시전 [@arena1, mod:shift][@arena2, mod:ctrl][@arena3, mod:alt][nomod] 안구 광선 shift 누르면 투기장 프레임1 ctrl 누르면 투기장 프레임2 alt 누르면 투기장 프레임3 안누르면 타겟 매즈 점검시계 #showtooltip /시계 시작 /시계 21 /시전 [@focus, mod:ctrl][nomod] 공포 /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) - 시전시 초시계가 뜨면서 점감시간을 체크해줌 - ctrl 누르면 주시대상에게 시전, 그냥 누르면 타겟에게 시전 ------------ 추가 -------------------- 경매장 클릭후 원버튼사기 매크로 경매장 즉시구매(닉넴 :입찰하지마라) /click BrowseBuyoutButton /click StaticPopup1Button1 회색탬 팔기 /run local p,N,c,n=0 for b=0,4 do for s=1,GetContainerNumSlots(b) do n=GetContainerItemLink(b,s) if n and string.find(n,"9d9d9d") then N={GetItemInfo(n)} c=GetItemCount(n) p=p+(N[11]*c)UseContainerItem(b,s) print(n) end end end print(GetCoinText(p)) - 상인한테 말걸고 누르면 팔림
EXP
302,640
(70%)
/ 310,001
|
vu