k2hyun

[WoW] 아이템 및 전무기술 링크 매크로 본문

소프트웨어

[WoW] 아이템 및 전무기술 링크 매크로

hyunhwan 2011. 1. 20. 10:53
반응형
아이템 링크 매크로

/run SendChatMessage(select(2,GetItemInfo"야밤석").." 메세지","channel",nil,2)

/run SendChatMessage(select(2,GetItemInfo(43013)) .. "메세지" .. select(2,GetItemInfo(43012)) .. " 메세지","CHANNEL",nil,GetChannelName("채널이름"))

/run SendChatMessage(select(2,GetItemInfo("홍옥수")) .. "메세지" .. select(2,GetItemInfo("서풍석")) .. "메세지","CHANNEL",nil,GetChannelName("채널이름"))

/run SendChatMessage(select(2,GetItemInfo("홍옥수")) .. "메세지" .. select(2,GetItemInfo("서풍석")) .. "메세지","CHANNEL",nil,2)   마지막2는 채널 번호

전문기술 링크 매크로
/run SendChatMessage(select(2,GetSpellLink(74258)) .. "메세지","CHANNEL",nil,GetChannelName("2"))
반응형
Comments