죽은척 + 펫대기
/script PetPassiveMode();
/시전 죽은척하기
얼덫 + 펫 공격 정지
/script PetFollow();PetPassiveMode();
/script CastSpellByName("얼음의 덫");
산탄 + 펫대기
/script PetWait();PetPassiveMode();
/시전 산탄 사격
-----------------------------------------------------------------------------------------------------------------------------
#showtooltip 고정 사격
/castsequence reset=3 고정 사격, 자동 사격
/cast [target=pet, dead] null; [target=pet, noexists] null; 살상 명령
#showtooltip 고정 사격
/castsequence reset=3 고정 사격, 자동 사격
/cast
[target=pet, dead] null; [target=pet, noexists] null; [target=pettarget, exists]
살상 명령
출처 : http://www.playforum.net/wow/board.com ··· 37927936
-----------------------------------------------------------------------------------------------------------------------------