《最终幻想14》连击宏实现原理
最终幻想14PVP玩法中的连击系统实在是完美的策划设计,很多玩家用过之后表示PVE简直反人类,那么有没有办法在PVE中也愉快的用上练级系统呢,方法就是宏啦,下面跟着小编一起来看看连击宏是如何编写的吧。
连击宏的实现
连击宏有个原则:通过连击宏复制来的热键栏应保持除连击相关技能外其他技能位置不变。
一个非常重要的问题:注意等级同步失去技能会使你的连击宏碍手碍脚乱七八糟,请不要带着连击宏打等级过低的副本和fate。
对不起我之前写的时候有点智障,操作有点反人类,尤其是武士的,正在修改。不过思路是没有大问题的,先凑合着看吧。
新版本用撕逼最严重的武士来介绍。具体配置太难得写了,一图流,自行领悟。
宏的写法:
/micon 刃风
/ac 刃风
/hotbar set 刃风 1 1
/hotbar set 刃风 1 2
/hotbar set 刃风 1 3
/wait 1
/hotbar copy 武士 5 武士 1
/micon 雪风
/ac 雪风
/hotbar set 雪风 1 3
/wait 1
/hotbar copy 武士 4 武士 1
/micon 阵风
/ac 阵风
/hotbar set 阵风 1 2
/wait 1
/hotbar copy 武士 7 武士 1
/micon 月光
/ac 月光
/hotbar set 月光 1 2
/wait 1
/hotbar copy 武士 4 武士 1
/micon 士风
/ac 士风
/hotbar set 士风 1 1
/wait 1
/hotbar copy 武士 6 武士 1
/micon 花车
/ac 花车
/hotbar set 花车 1 1
/wait 1
/hotbar copy 武士 4 武士 1
/micon 风雅
/ac 风雅
/hotbar set 风雅 1 4
/hotbar set 风雅 1 5
/wait 1
/hotbar copy 武士 10 武士 1
/micon 满月
/ac 满月
/hotbar set 满月 1 5
/wait 1
/hotbar copy 武士 4 武士 1
/micon 樱花
/ac 樱花
/hotbar set 樱花 1 4
/wait 1
/hotbar copy 武士 4 武士 1
/micon 明镜止水
/ac 明镜止水
/hotbar set 明镜止水 2 8
/hotbar set 雪风 1 3
/hotbar set 月光 1 2
/hotbar set 花车 1 1
/hotbar set 樱花 1 4
/hotbar set 满月 1 5
/wait 1
/hotbar copy 武士 9 武士 2
明镜止水解除(符号是X)
/hotbar copy 武士 4 武士 1
/hotbar copy 武士 8 武士 2
(此宏使用明镜止水后自动替换明镜止水,明镜用完要点一下复位,也算是缺点吧,明镜内选择太多)
复位(符号是禁止)
/hotbar copy 武士 4 武士 1
(此宏手点,用于纠正目标在射程外、按错了、叉形闪电炸了、打到一半跑GCO去了等等情况造成的连击非正常中断复位失败。)