World of Warcraft /script SetRaidTarget(“target“, n, ““) n=8,7,6,5,4,3,2,1,0

魔兽世界执行当前目标标记方法

/script SetRaidTarget("target", n, "") n=8,7,6,5,4,3,2,1,0

解析这个lua脚本

D:\Battle.net\World of Warcraft\classic\Interface\AddOns\wMarker

wMarker.lua

/script SetRaidTarget("target", 8, "骷髅")
/use 虫群(等级 7)

/script SetRaidTarget("target", 7, "十字")
/use 虫群(等级 7)

/script SetRaidTarget("target", 6, "方块")
/use 虫群(等级 7)

/script SetRaidTarget("target", 5, "月亮")
/use 虫群(等级 7)

/script SetRaidTarget("target", 4, "三角")
/script SetRaidTarget("target", 3, "菱形")
/script SetRaidTarget("target", 2, "圆形")
/script SetRaidTarget("target", 1, "星形")

清除设置

/script SetRaidTarget("target", 0, "")

==实际应用==

这个时候是需要用鼠标去点,上标记对不对

lua脚本的代码可以自动标记

完美,绑定住按键就可以了

根据修星场景,弄个快速标记案例:

World of Warcraft 快速标记当前目标宏命令script SetRaidTarget("target", n, "") n=8,7,6,5,4,3_哔哩哔哩_bilibili

相关推荐
FAREWELL0007517 小时前
Lua学习记录(4) --- Lua中多文件调用 以及 关于位运算符的零碎知识点
开发语言·学习·lua
测试涛叔18 小时前
高频Postman软件测试面试题
测试工具·lua·postman
吃喝不愁霸王餐APP开发者1 天前
霸王餐试吃资格发放:Redis HyperLogLog亿级去重与Lua脚本原子性
数据库·redis·lua
骑着蜗牛百米冲刺1 天前
Postman自动化测试自动填充token
测试工具·lua·postman
黑客-秋凌1 天前
接口测试工具(postman)
自动化测试·软件测试·测试工具·集成测试·lua·postman
测试界媛姐1 天前
掌握Postman,开启API测试新纪元!
测试工具·lua·postman
FAREWELL000751 天前
Lua学习记录(5) --- Lua中的协同程序 也称线程Coroutine的介绍
开发语言·学习·lua
r***11331 天前
【Java EE】Spring请求如何传递参数详解
spring·java-ee·lua
Chicheng_MA1 天前
OpenWrt WebUI 交互架构深度解析
javascript·lua·openwrt
杀死那个蝈坦1 天前
Redis 多级缓存:架构设计、核心问题与落地实践
开发语言·spring·青少年编程·golang·kotlin·maven·lua