折叠宏
优点:自动折叠,不用切职业修改
缺点:记得保存修改
布置如下
配套宏模板:
折叠主体:
/hotbar copy 幻术师 2 current 8
/hotbar display 9 on
/hotbar copy 幻术师 3 current 9
/hotbar display 10 on
/hotbar copy 幻术师 4 current 10
/wait 20
/hotbar display 8 off
/hotbar display 9 off
/hotbar display 10 off
保存主体:
/hotbar copy current 8 幻术师 2
/hotbar copy current 9 幻术师 3
/hotbar copy current 10 幻术师 4
/echo 界面修改成功
/wait 60
/hotbar display 8 off
/hotbar display 9 off
/hotbar display 10 off
两个宏整合,变成:
/hotbar display 8 on
/hotbar copy 幻术师 2 current 8
/hotbar display 9 on
/hotbar copy 幻术师 3 current 9
/hotbar display 10 on
/hotbar copy 幻术师 4 current 10
/wait 20
/hotbar copy current 8 幻术师 2
/hotbar copy current 9 幻术师 3
/hotbar copy current 10 幻术师 4
/hotbar display 8 off
/hotbar display 9 off
/hotbar display 10 off
用来实现自动记录修改,但缺点是可能会被其他宏打断.加宏锁的话,战斗中误触可能会影响接下来操作.所以个人更推荐分离处理
优点:自动折叠,不用切职业修改
缺点:记得保存修改
布置如下
配套宏模板:
折叠主体:
/hotbar copy 幻术师 2 current 8
/hotbar display 9 on
/hotbar copy 幻术师 3 current 9
/hotbar display 10 on
/hotbar copy 幻术师 4 current 10
/wait 20
/hotbar display 8 off
/hotbar display 9 off
/hotbar display 10 off
保存主体:
/hotbar copy current 8 幻术师 2
/hotbar copy current 9 幻术师 3
/hotbar copy current 10 幻术师 4
/echo 界面修改成功
/wait 60
/hotbar display 8 off
/hotbar display 9 off
/hotbar display 10 off
两个宏整合,变成:
/hotbar display 8 on
/hotbar copy 幻术师 2 current 8
/hotbar display 9 on
/hotbar copy 幻术师 3 current 9
/hotbar display 10 on
/hotbar copy 幻术师 4 current 10
/wait 20
/hotbar copy current 8 幻术师 2
/hotbar copy current 9 幻术师 3
/hotbar copy current 10 幻术师 4
/hotbar display 8 off
/hotbar display 9 off
/hotbar display 10 off
用来实现自动记录修改,但缺点是可能会被其他宏打断.加宏锁的话,战斗中误触可能会影响接下来操作.所以个人更推荐分离处理