WOW自动喊话宏

2024-10-29 03:02:43
推荐回答(2个)
回答1:

宏1是 /script ps="喊话内容";sc=SendChatMessage;
宏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一般不会超过..
公会宣传之必备佳品。

回答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>180
then
SendChatMessage("喊话词","channel",nil,5)T=t
end
end
end
F:SetScript("OnUpdate",X)
世界频道根据使用插件不同,所用的代号会不一样。如果是/6的话,把SendChatMessage("喊话词","channel",nil,5)中的5改为6就行了