warcraftpets.com에 있는 공략을 리매치와 td스크립트용으로 정리했습니다.
원 공략: https://www.warcraftpets.com/community/forum/viewtopic.php?f=10&t=7556#p57982

리매치와 tdBattlePetScript는 애드온인데 사용법은 밑에 링크 클릭해주세요
http://www.inven.co.kr/board/wow/3181/20186

이 공략에 필요한 펫: 으릉이, 판다렌 물정령


Rematch 팀 가져오기 항목:
보르딘 스테디피스트:217V:11275D:ZL:1219R4: 


tdBattlePetScript (스크립트 쓰기 항목):
quit [ self(#1).dead & self(#3).dead ]
quit [ self(#2).dead ]
if [ enemy(Ruby:985).active ]
    ability(도려내기) [ !enemy.aura(출혈).exists ]
    ability(핏물)
    ability(물결 쇄도)
endif
if [ enemy(Crystallus:984).active ]
    ability(물 분출)
    change(#2) [ self(#1).dead & !self(#2).played ]
    change(#3) [ self(#1).dead ]
    ability(핏물) [ enemy.hp > 400 & enemy.aura(출혈).exists ]
    ability(도려내기) [ enemy.round <= 2 ]
    ability(물결 쇄도)
endif
if [ enemy(Fracture:983).active ]
    change(#2) [ !self(#2).played ]
    change(#3)
    ability(첨벙) [ self.aura(엘레멘티움 화살).duration = 1 ]
    ability(소용돌이) [ self.round = 1 ]
    ability(소용돌이) [ enemy.round = 1 ]
    ability(물 분출)
endif