魔兽世界关于采集的宏命令问题
- 游戏信息
- 发布时间:2025-05-06 22:10:24

这需要宏么。。。现在都有雷达了。。随时可以切啊 以前的宏给你 看看有没有帮助 /script local t=GetTrackingTexture();if t and strfind(t, "Flower") then CastSpellByName("寻找矿物");else CastSpellByName("寻找草药");end;
这需要宏么。。。现在都有雷达了。。随时可以切啊 以前的宏给你 看看有没有帮助 /script local t=GetTrackingTexture();if t and strfind(t, "Flower") then CastSpellByName("寻找矿物");else CastSpellByName("寻找草药");end;