My WOW AddOn

Theme talk/Games 2006. 10. 1. 17:25

내가 사용하는 애드온들.
업데이트 확인을 위해 섬게 검색결과 링크를 모아두려고 한다.

1) 가장 기본은 Mars 모음집. Wind 기반.
http://wow.somegate.com/search.php?forum_uid=297&mode=title&keyword=mars

2) Decursive. 디버프 해제 애드온.
http://wow.somegate.com/search.php?forum_uid=214&mode=title&keyword=decursive

3) Flightmap. 비행시간 표시 애드온.
http://wow.somegate.com/search.php?forum_uid=214&mode=title&keyword=flightmap

4) LootLink. 아이템사전.
http://wow.somegate.com/search.php?forum_uid=214&mode=title&keyword=lootlink

5) LootHog. 주사위 정리.
http://wow.somegate.com/search.php?forum_uid=214&mode=title&keyword=loothog

6) AceHeal. 클릭힐의 대명사!
http://wow.somegate.com/search.php?forum_uid=214&mode=title&keyword=aceheal

7) BattleField Commander. 전장맵 확장. (/bfc)
http://wow.somegate.com/search.php?forum_uid=214&mode=title&keyword=battlefield

8) MCP (Master Control Program).
http://wow.somegate.com/search.php?forum_uid=214&mode=title&keyword=mcp

9) SW Stats. 동기화를 지원하는 미터기.
http://wow.somegate.com/search.php?forum_uid=214&mode=title&keyword=sw

10) CoolDown Timer. 스킬 쿨다운 타이머. (위치이동 명령어 /cdt anchor)
http://wow.somegate.com/search.php?forum_uid=214&mode=title&keyword=cooldowntimers

11) Character Viewer. 계정내 다른캐릭의 인벤/창고 확인. (하늘아리의 부캐살펴보기)
http://wow.somegate.com/search.php?forum_uid=214&mode=title&keyword=character

12) ReagentHeaven. 재료천국.
http://wow.somegate.com/search.php?forum_uid=214&mode=title&keyword=reagent

13) Cthun Warner. 쑨 경보기.
http://wow.somegate.com/search.php?forum_uid=214&mode=title&keyword=Cthun


그 외의 자료들.

1) 쑨 내부 식인촉수 매크로.
/script local x = "식인 촉수"; local y = UnitHealth("playertarget"); if ( UnitName("playertarget") == x ) then SendChatMessage(" ["..x.."] 의 HP가 "..y.."% 입니다","RAID"); return; end;

2) 순간치유 마나세이브 매크로. (90%)
/script t="target"p="player"f=not UnitCanAssist(p,t)if not UnitExists(t)then TargetUnit(p)end;if(f)then AssistUnit(t)end;if(UnitHealth(t)/UnitHealthMax(t)>0.9)then SpellStopCasting()end;CastSpellByName("순간 치유")if(f)then TargetLastTarget()end
☞ 단, 자동으로 캐스팅이 멈춰지지 않으므로, 캐스팅이 끝날때쯤 매크로를 한번 더 눌러줘야 한다.

3) 개인 매크로. (시나미니-사제)



4) 개인 단축키.


5) 룩체인지. 채광, 약초, 낚시에 좋음.

AND