魔兽世界自动喊话宏设置
魔兽世界自动喊话宏设置方法如下:
1、宏1是 /script ps="喊话内容";sc=SendChatMessage;
2、宏2是 /script T,F=T or 0,F or CreateFrame("frame")if X then print("off") X=nil else print("on") X=function()local t=GetTime()if t-T>60 then SendChatMessage(ps,"channel",nil,2)T=t end end end F:SetScript("OnUpdate",X)
宏2里面60代表秒数,2代表频道数,比如你的交易频道是4,就改成4。off和on也可以改成你习惯的字比如喊话开始,喊话结束什么的使用的时候先点宏1,然后点宏2.停止的话再点一下宏2,这样的话宏1一般不会超过。
求个魔兽世界自动喊话的宏(每隔一段时间能在世界频道喊话)
交易频道每分钟自动喊话: /script T,F=T or 0,F or CreateFrame("frame")if X then X=nil else X=function() local t=GetTime() if t-T>60 then SendChatMessage("喊话内容","channel",nil,2) T=t end end end F:SetScript("OnUpdate",X) 大喊每分钟自动喊话: /script T,F=T or 0,F or CreateFrame("frame")if X then X=nil else X=function() local t=GetTime() if t-T>60 then SendChatMessage("喊话内容","yell") T=t end end end F:SetScript("OnUpdate",X) 把喊话内容改成你想说的话,注意别把引号删了 点一下启动,再点一下停止
WOW交易自动喊话宏
打开设置宏 然后创建 如果是你像喊交易频道就打 /2 xxxx(你要说的话) 然后把这个宏拖到技能条上 点击宏就可以发送了 以此类推 如果你是想同时在组队频道 和交易频道里喊话就打 /2 xxxx /4 xxxx 如果是大喊 或者别的什么 只需改改前面的数字 如 /2改成/y 就变成大喊了 希望能帮到你










