原神 魈开大后的理论最大伤害输出手法脚本分享,整理招式衔接的时间不容易(逐帧分解),若有错误请多多谅解,评论可见,欢迎各位交流。
魈开大后最优输出手法为: 重复 普攻1-重击-跳跃-下落攻击
触发热键为 v
~$*v::
if (GetKeyState("v")) { ; 出循环为-普攻1-重击-跳跃-下落攻击;
Loop
{
v := GetKeyState("v",p)
if (v == 0){
Break
}
if (v == 1) {
Send {LButton}
Sleep 210
Send {LButton}
Sleep 210
Send {LButton down}
Sleep 450
Send {LButton up}
sleep 200
Send {Space}
sleep 160
Send {LButton}
sleep 800
Send {RButton}
sleep 100
}
}
}
Return
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。
感谢分享
感谢分享