2009년 10월 1일 목요일

겨손시간 채널 공지 매크로

파티채널 알리기 - 기본

/run local g="☆☆☆☆겨 손☆☆☆☆ ";local t=GetWintergraspWaitTime();local h=floor(t/3600);local m=floor((t-(h*3600))/60);if h<1 then msg=g..m.."분 전!" else msg=g..h.."시간 "..m.."분 전!"end SendChatMessage(msg,"channel", nil,5)


-----

파티채널 알리기 - 응용 #1

/run local x=" 1공대 공초중";local g="☆☆☆☆겨 손☆☆☆☆ ";local t=GetWintergraspWaitTime();local h=floor(t/3600);local m=floor((t-(h*3600))/60);if h<1 then msg=g..m.."분 전!"..x else msg=g..h.."시간 "..m.."분 전!"..x end SendChatMessage(msg,"channel", nil,5)

-----

혼자 보기

/run local g="☆☆☆☆겨 손☆☆☆☆ ";local t=GetWintergraspWaitTime();local h=floor(t/3600);local m=floor((t-(h*3600))/60);if h<1 then msg=g..m.."분 전!" else msg=g..h.."시간 "..m.."분 전!" end SendChatMessage(msg,"Say")

-----

외치기

/run local g="☆☆☆☆겨 손☆☆☆☆ ";local t=GetWintergraspWaitTime();local h=floor(t/3600);local m=floor((t-(h*3600))/60);if h<1 then msg=g..m.."분 전!" else msg=g..h.."시간 "..m.."분 전!" end SendChatMessage(msg,"Yell")


-----


그냥 복사해서 사용하시면 됩니다.

만약 파티채널 번호가 5번이 아닌 다른 번호라면

SendChatMessage(msg,"channel", nil,5)

부분에서 숫자 부분만 수정하시면 됩니다.

본격적인 애드온은 차차 공개하겠습니다.



ps. Fubar 사용자 중에 애드온으로 늘 확인하고 싶으신분은 아래 애드온 추천. (가벼움)

http://wow.curseforge.com/addons/fubar_wintergrasperfu/files/9-wintergrasper-fu-v1-4/

댓글 없음:

댓글 쓰기