검색결과 리스트
글
와우 인벤 JHaroo 님의 글 펌
원문 링크 : http://www.inven.co.kr/board/powerbbs.php?come_idx=38&l=38409
내집+치기 마우스 오버(내집 쿨일때는 치기만 사용/내집 쿨일때 클릭하여도 마법이 아직 준비 되지 않았다는 경고가 표시 되지 않아 좋아여!)
/console Sound_EnableSFX 0
/cast 내면의 집중력
/run UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
/cast [target=mouseover,help][help][target=targettarget,help][target=player] 치유의 기원
내집+상치 마우스 오버 (내집 쿨일때는 상치만 사용/내집 쿨일때 클릭하여도 마법이 아직 준비 되지 않았다는 경고가 표시 되지 않아 좋아여!)
/console Sound_EnableSFX 0
/cast 내면의 집중력
/run UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
/cast [target=mouseover,help][help][target=targettarget,help][target=player] 상급 치유
기공 노움식 만능 손가락 + 보호막 마우스 오버
/console Sound_EnableSFX 0
/use 10
/run UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
/cast [target=mouseover,help][help][target=targettarget,help][target=player] 신의 권능: 보호막
천상의 찬가(사용시 외침 쿨일때는 남은 시간 표시)
#showtooltip
/script local s,d,e=GetSpellCooldown("천상의 찬가");local t=floor(s+d-GetTime()+0.5);m=floor(t/60);s=t-m*60;if d==0 then SendChatMessage("천상의 찬가","YELL") else SendChatMessage("천상의 찬가 "..m.."분 "..s.."초 재사용 대기중입니다.", "YELL") end
/cast 천상의 찬가
희망의 찬가(사용시 외침 쿨일때는 남은 시간 표시)
#showtooltip
/script local s,d,e=GetSpellCooldown("희망의 찬가");local t=floor(s+d-GetTime()+0.5);m=floor(t/60);s=t-m*60;if d==0 then SendChatMessage("희망의 찬가","YELL") else SendChatMessage("희망의 찬가 "..m.."분 "..s.."초 재사용 대기중입니다.", "YELL") end
/cast 희망의 찬가
마력 주입(사용시 대상 아이디 포함 외침 쿨일때는 남은 시간 표시)
#showtooltip
/script s,d,e=GetSpellCooldown("마력 주입");t=(s+d)-GetTime();if t>0 then SendChatMessage("마력 주입 "..ceil(t).."초 재사용 대기중입니다.","YELL") end;
/run if GetSpellCooldown("마력 주입")==0 then SendChatMessage("%t님 마력 주입","YELL")end
/cast 마력 주입
고통 억제(사용시 대상 아이디 포함 외침 쿨일때는 남은 시간 표시)
#showtooltip
/script s,d,e=GetSpellCooldown("고통 억제");t=(s+d)-GetTime();if t>0 then SendChatMessage("고통 억제 "..ceil(t).."초 재사용 대기중입니다.","YELL") end;
/run if GetSpellCooldown("고통 억제")==0 then SendChatMessage("%t님 고통 억제","YELL")end
/cast 고통 억제
부활(부활시 대상 아이디 외침 / 부활이 불가능한경우 외침 부활 하지 않음)
/stopmacro [nohelp]
/stopmacro [nodead]
/cast [help.dead] 부활
/y <%t>님 부활!
방벽 (사용하기 전에 외침 + 쿨일때는 남은 시간 표시)
#showtooltip
/script local s,d,e=GetSpellCooldown("신의 권능: 방벽");local t=floor(s+d-GetTime()+0.5);m=floor(t/60);s=t-m*60;if d==0 then SendChatMessage("신의 권능 : 방벽","YELL") else SendChatMessage("방벽 "..m.."분 "..s.."초 재사용 대기중입니다.", "YELL") end
/cast 신의 권능: 방벽
기본적인 마우스 오버 매크로 (힐 스킬이나 마법해제에 묶어 쓰시면 좋습니다)
#showtooltip
/시전 [target=mouseover,help][help][target=targettarget,help][target=player] 스킬이름
RECENT COMMENT