求一个WOW随机召唤坐骑的宏

游戏之家 游戏资讯 2024-12-06
以前能用,现在就不知道了,试试吧/run if IsMounted() then Dismount() return end local t if IsFlyableArea() then t={1,2,3,4} else t={5,6,7,8} end CallCompanion("MOUNT",t[random(#t)]) 1 2 3 4 是在陆地上跑的.. 5678是天上飞的.具体自己上宠物栏里换换位置.

以前能用,现在就不知道了,试试吧

/run if IsMounted() then Dismount() return end local t if IsFlyableArea() then t={1,2,3,4} else t={5,6,7,8} end CallCompanion("MOUNT",t[random(#t)])

1 2 3 4 是在陆地上跑的.. 5678是天上飞的.具体自己上宠物栏里换换位置.

版权声明:本文由上海权中高网络科技有限公司原创或收集发布,如需转载请注明出处。

本文链接:http://www.isiree.com/b/1/380580