魔兽世界自动喊话宏设置方法如下: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 1.9版本:安其拉之门 经历了天灾...
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>180 then SendChatMessage("喊话词","channel",nil,5)T=t end end end F:SetScript("OnUpdate",X)3分钟喊一次,世界频道根据使用插件不同,所用的代号会不一样。2、如...
大喊每分钟自动喊话: /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)把喊话内容改成你想说的话,注意别把引号删了点一下启动,再点一下...
1、你要的应该是这个。2、点一下每隔几秒就自动继续喊的 /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("11111111111")T=t end end end F:SetScript("OnUpdate",X) 中间1111111111的部位设置你要...
0,F or CreateFrame("frame")if X then X=nil else X=function()local t=GetTime()if t-T>30 then sc(ps,"channel",nil,5)T=t end end end F:SetScript("OnUpdate",X)第一行引号里面的是喊话内容.最后一行的30是喊话间隔时间 nil,后面的5是 在哪个频道喊话 比如这里就是 /5 ...
看玩家在不在线都是将对方加为好友来看的。。。不是宏实现的 自动喊话就弄个上马宏,使用坐骑的时候就喊话
没有别的办法,可能是你总换机器玩的原因。
城市内 交易频道 60秒一次 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)点击激活 再次点击关闭 程序中的那个60...