首页 > 资讯信息 > 攻略

剑网3怀旧服剑纯输出宏怎么设置

文章来源:oouo.cn作者:超萌游戏-0.1折手游官网发布时间:2023-08-23 15:32:51

 

剑网3怀旧服是一款备受期待的游戏,相信很多玩家都很喜欢这款游戏。剑纯输出宏在该游戏中非常重要,设置得好与不好直接决定着能否快速PK,下面将为大家详细介绍一下剑纯输出宏的设置方法。

请打开游戏设置,选择快捷键绑定,将“使用技能1、2、3、4”绑定到1、2、3、4键上,然后在快捷键中添加宏,命名为“输出宏”。我们来设置这个宏。

宏的代码如下:

# 基于xixi1996628大佬的宏改进

# 将大量固定值替换为变量,增强适应性

# leityz-lwj(飞羽弄细辞)贡献出品,如有雷同请联系作者

# 代码准备完毕,有bug请自行解决

# 设定变量

var stamina 70 # 少林体力70%

var critical 3 # 暴击时点3

var enemyhp 30 # 目标剩余30%时切换技能

var cavalcade 0 # 0为双脚,1为马上加鞭,2为雪行

var wwww "提莫队长正在待命" # 四字词缀,随便填

# 加注释略

ui_hide showboard

ui_hide showlevel

ui_show showpk

ui_show shoottarget

ui_show shownpc

stopstate

# 根据当前状态选择进攻方案

if totarget > 0 and target.hp > 0 and my.sta > stamina

if my.mp 50) and not (my.status ~ qian any)

cast qian

cast 1

cast 2

cast 3

cast 4

cast xiao

cast xiao

cast xiao

cast xiao

elseif (my.mp > 50 and my.mp 0 and target.hp 0 and my.sta > stamina

if my.mp 50) and not (my.status ~ qian any)

cast qian

cast 1

cast 2

cast 3

cast 4

cast xiao

cast xiao

cast xiao

cast xiao

elseif (my.mp > 50 and my.mp (my.level * 800) and my.mp > (my.level * 130) and my.sta (my.level * 800) and my.mp > (my.level * 130) and my.sta > stamina and (cavalcade ==1) and not (my.status ~ yin any)

cast yin

elseif my.hp > (my.level * 800) and my.mp > (my.level * 130) and my.sta > stamina and (cavalcade ==2) and not (my.status ~ lei any)

cast lei

elseif my.hp > (my.level * 800) and my.mp > (my.level * 130) and my.sta > stamina and (cavalcade ==0) and not (my.status ~ shun any)

cast shun

endif

# 判断mp是否不足

if my.mp

声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表本站立场。文章及其配图仅供学习分享之用,如有内容图片侵权或者其他问题,请联系本站作侵删。