自动喊话的宏怎么设置?

人力资源管理师2022-12-12 03:01:19admin2

/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)世界频道根据使用插件不同,所用的代号会不一样。

如果是/6的话,把SendChatMessage("喊话词","channel",nil,5)中的5改为6就行了

求个魔兽世界自动喊话的宏(每隔一段时间能在世界频道喊话)?

交易频道每分钟自动喊话: /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) 把喊话内容改成你想说的话,注意别把引号删了 点一下启动,再点一下停止

相关推荐

猜你喜欢

大家正在看

换一换