阅读权限255
注册时间2021-11-15
在线时间127 小时
最后登录2022-8-18
TA的勋章:
|
这是最基本的序列了,跑过去砍一下再跑回来.
放于你普通攻击技能的备注中:
- <setup action>
- display action
- immortal: targets, true
- </setup action>
- <target action>
- motion escape: user
- SE: paobu, 150, 150, 0//这是跑步的音效,不要就删掉
- move user: target, FRONT BASE, 60
- animation wait: 6
- face user: target
- wait for movement
- motion swing: user
- animation wait: 8
- Animation 6: target
- action effect: target
- animation wait: 10
- SE: paobu, 150, 150, 0//这是跑步的音效,不要就删掉
- move user: return, 60
- wait for movement
- </target action>
复制代码
|
|