关于魔兽世界宏,做了一个宏不起作用,求大神查下错!
#showtooltip冲锋/runlocalm={"冲锋!","Go!","Onmyway!","Mobile!"}/scriptU="UNIT_SPELLCAST_S...
#showtooltip 冲锋
/run local m={"冲锋!","Go!","On my way! ","Mobile! "}
/script U="UNIT_SPELLCAST_S"F=F or CreateFrame("frame")R=F.RegisterEvent;R(F,U.."ENT")R(F,U.."UCCEEDED")F:SetScript("OnEvent",function(_,_,a,b,_,c)if a=="player"and b=="冲锋"then n=type(c)=="string"and c or SendChatMessage(n[random(#m)],"yell")end end)
/cast 冲锋
冲锋宏的目的是施放技能 成功 后 随机 喊话。 展开
/run local m={"冲锋!","Go!","On my way! ","Mobile! "}
/script U="UNIT_SPELLCAST_S"F=F or CreateFrame("frame")R=F.RegisterEvent;R(F,U.."ENT")R(F,U.."UCCEEDED")F:SetScript("OnEvent",function(_,_,a,b,_,c)if a=="player"and b=="冲锋"then n=type(c)=="string"and c or SendChatMessage(n[random(#m)],"yell")end end)
/cast 冲锋
冲锋宏的目的是施放技能 成功 后 随机 喊话。 展开
3个回答
展开全部
1、喊话内容应该是m[random(#m)
2、宏太长了……超过255个字符。你要拆成2个宏才行
宏一,每次上线后按一下:
/run m={"冲锋!","Go!","On my way! ","Mobile! "}
宏二:
#showtooltip
/cast 冲锋
/run local f=RbA or CreateFrame("Frame","RbA") f:SetScript("OnEvent",function(s,e,u,p) if u=="player" and p=="冲锋" then SendChatMessage(m[random(#m)],"yell") end end) f:RegisterEvent("UNIT_SPELLCAST_SUCCEEDED")
2、宏太长了……超过255个字符。你要拆成2个宏才行
宏一,每次上线后按一下:
/run m={"冲锋!","Go!","On my way! ","Mobile! "}
宏二:
#showtooltip
/cast 冲锋
/run local f=RbA or CreateFrame("Frame","RbA") f:SetScript("OnEvent",function(s,e,u,p) if u=="player" and p=="冲锋" then SendChatMessage(m[random(#m)],"yell") end end) f:RegisterEvent("UNIT_SPELLCAST_SUCCEEDED")
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询