작성자 | 프레리닭 | ||
---|---|---|---|
작성일 | 2013-01-14 14:58:36 KST | 조회 | 384 |
제목 |
매크로
|
#showtooltip
/script s,d,e=GetSpellCooldown("오라 숙련"); if d ~= 0 then r=(s+d)-GetTime(); SendChatMessage("<오라 숙련> 쿨 "..(ceil(r*10)/10).."초","yell"); else SendChatMessage("<오라 숙련> : 6초", "yell"); end
/시전 오라 숙련
이게 쓰던 오숙매크론데 쿨이면 오숙이 나가면서 외침이 나가고 쿨이면 쿨 몇초라고 나가는거고여
#showtooltip
/script if IsSpellInRange("비난", "target") == 1 then s,d,e=GetSpellCooldown("비난"); if d ~= 0 then r=(s+d)-GetTime(); SendChatMessage("비난 쿨 "..(ceil(r*10)/10).."초","party"); else SendChatMessage("%t에게 <비난>", "party"); end; end
/시전 비난
요건 차단매크론데 대상이 범위안에 있을때만 외침이 나감
여기서 스킬이름이랑 외침 내용이랑 이런거만 바꿔서 쓰시면 됨다
© PlayXP Inc. All Rights Reserved.