------------------ 징벌기사의 경우 --------------------

- 징벌기사 성서 1개의 경우 -
성서 스왑 매크로 필요없음

- 징벌기사 성서 2개의 경우-

1. 천상의 폭풍 사용시
/run if GetSpellCooldown"천상의 폭풍"==0 then A=1 end
/시전 천상의 폭풍
/run if A then EquipItemByName"광희의 성서"A=nil end

2. 성전사의 일격 사용시
/run if GetSpellCooldown"성전사의 일격"==0 and IsSpellInRange"성전사의 일격"==1 then B=1 end
/시전 성전사의 일격
/run if B then EquipItemByName"불협의 성서"B=nil end


------------------ 보호기사의 경우 --------------------

- 보호기사 성서 1개의 경우 -
성서 스왑 매크로 필요없음

- 보호기사 성서 2개의 경우- (방해의 성서 / 성스러운 보호막의 성서)

1.신성한 방패 사용시
/run if GetSpellCooldown"신성한 방패"==0 then A=1 end
/시전 신성한 방패
/run if A then EquipItemByName"방해의 성서"A=nil end

2.심판 사용시
/run if GetSpellCooldown"지혜의 심판"==0 and IsSpellInRange"지혜의 심판"==1 then B=1 end
/시전 지혜의 심판
/run if B then EquipItemByName"성스러운 보호막의 성서"B=nil end

- 보호기사 성서 2개의 경우- (방해의 성서 / 희생의 성서 )

1.신성한 방패 사용시
/run if GetSpellCooldown"신성한 방패"==0 then A=1 end
/시전 신성한 방패
/run if A then EquipItemByName"희생의 성서"A=nil end

2.신성화 사용시
/run if GetSpellCooldown"신성화"==0 then A=1 end
/시전 신성화
/run if A then EquipItemByName"방해의 성서"A=nil end

- 보호기사 성서 2개의 경우- (방해의 성서 / 투자개발회사 보호의 성서)

1.심판 사용시
/run if GetSpellCooldown"지혜의 심판"==0 and IsSpellInRange"지혜의 심판"==1 then A=1 end
/시전 지혜의 심판
/run if A then EquipItemByName"투자개발회사 보호의 성서"A=nil end

2. 정의의 방패 사용시
/run if GetSpellCooldown"정의의 방패"==0 and IsSpellInRange"정의의 방패"==1 then B=1 end
/시전 정의의 방패
/run if B then EquipItemByName"방해의 성서"B=nil end

- 보호기사 성서 3개의 경우- (방해의 성서 / 투자개발회사 보호의 성서 / 희생의 성서)

1.심판 사용시
/run if GetSpellCooldown"지혜의 심판"==0 and IsSpellInRange"지혜의 심판"==1 then A=1 end
/시전 지혜의 심판
/run if A then EquipItemByName"투자개발회사 보호의 성서"A=nil end

2. 정의의 방패 사용시
/run if GetSpellCooldown"정의의 방패"==0 and IsSpellInRange"정의의 방패"==1 then B=1 end
/시전 정의의 방패
/run if B then EquipItemByName"희생의 성서"B=nil end

3.신성화 사용시
/run if GetSpellCooldown"신성화"==0 then C=1 end
/시전 신성화
/run if C then EquipItemByName"방해의 성서"C=nil end

- 보호기사 성서 3개의 경우- (성스러운 보호막의 성서 / 방해의 성서 / 투자개발회사 보호의 성서)

1.신성한 방패 사용시
/run if GetSpellCooldown"신성한 방패"==0 then A=1 end
/시전 신성한 방패
/run if A then EquipItemByName"희생의 성서"A=nil end

2.심판 사용시
/run if GetSpellCooldown"지혜의 심판"==0 and IsSpellInRange"지혜의 심판"==1 then B=1 end
/시전 지혜의 심판
/run if B then EquipItemByName"투자개발회사 보호의 성서"B=nil end

3. 정의의 방패 사용시
/run if GetSpellCooldown"정의의 방패"==0 and IsSpellInRange"정의의 방패"==1 then C=1 end
/시전 정의의 방패
/run if C then EquipItemByName"희생의 성서"C=nil end

- 보호기사 성서 4개의 경우- (성스러운 보호막의 성서 / 방해의 성서 / 투자개발회사 보호의 성서 / 희생의 성서)

1.신성한 방패 사용시
/run if GetSpellCooldown"신성한 방패"==0 then A=1 end
/시전 신성한 방패
/run if A then EquipItemByName"희생의 성서"A=nil end

2.심판 사용시
/run if GetSpellCooldown"지혜의 심판"==0 and IsSpellInRange"지혜의 심판"==1 then B=1 end
/시전 지혜의 심판
/run if B then EquipItemByName"투자개발회사 보호의 성서"B=nil end

3. 정의의 방패 사용시
/run if GetSpellCooldown"정의의 방패"==0 and IsSpellInRange"정의의 방패"==1 then C=1 end
/시전 정의의 방패
/run if C then EquipItemByName"희생의 성서"C=nil end

4. 신성화 사용시
/run if GetSpellCooldown"신성화"==0 then D=1 end
/시전 신성화
/run if D then EquipItemByName"성스러운 보호막의 성서"D=nil end


--------------------------------------- 간단 설명 -

/run if GetSpellCooldown"신성한 방패"==0 then A=1 end
/시전 신성한 방패
/run if A then EquipItemByName"희생의 성서"A=nil end

/run if GetSpellCooldown"신성화"==0 then D=1 end
/시전 신성화
/run if D then EquipItemByName"성스러운 보호막의 성서"D=nil end

신성한 방패/ 신성화 가 시전이 되는경우 희생의 성서/ 성스러운 보호막의 성서 로 바로 착용합니다.
시전에 구애 받지 않는 스킬이죠 몹이 없어도 시전이 되는 스킬의 경우에는 매크로를 쓸수있고요


/run if GetSpellCooldown"지혜의 심판"==0 and IsSpellInRange"지혜의 심판"==1 then B=1 end
/시전 지혜의 심판
/run if B then EquipItemByName"투자개발회사 보호의 성서"B=nil end

/run if GetSpellCooldown"정의의 방패"==0 and IsSpellInRange"정의의 방패"==1 then C=1 end
/시전 정의의 방패
/run if C then EquipItemByName"희생의 성서"C=nil end

심판 과 정의의 방패 스킬은 몹이 없는데 성서가 변경이 되면 곤란하겟죠...
그래서 시전시 타격을 줌과 동시에 성서 체인지가 됩니다.

아무래도 징벌기사의 경우에는 1-2 개의 성서를 활용할수 있는 반면
보호기사의 경우에는 성서 스왑량에 따라서 어떻게 변경되느냐가 최대 관건이라고 생각됩니다.

제가 만들어놓은 매크로는 최초 신성한 방패 -> 정의의 망치 -> 심판 -> 정의의 방패 -> 신성화 스킬 순서입니다.

------------------ 신성기사의 경우 --------------------
죄송합니다. 신성기사의 경우에는 신성충격후 빛섬 OR 성빛 스킬에 따라 분류되어서 성서 매크로 활용이 힘듭니다.
수동으로 변경(단축창)에 넣으시고 사용하시는것을 권고합니다^^



* 제로기사님이 이 글과 함께 올리신 보호기사 매크로 테스트 결과 링크를 첨부합니다.

[보호기사] 탱킹 [탱킹]매크로와 [성서]매크로 테스트결과 바로가기 클릭!