赞 | 0 |
VIP | 0 |
好人卡 | 3 |
积分 | 1 |
经验 | 1539 |
最后登录 | 2016-8-1 |
在线时间 | 29 小时 |
Lv1.梦旅人
- 梦石
- 0
- 星屑
- 50
- 在线时间
- 29 小时
- 注册时间
- 2015-11-9
- 帖子
- 26
|
本帖最后由 nathwax24 于 2016-6-23 23:25 编辑
1,用代码,用插件,改Window.png里的默认颜色图。
2. 使用YEP_BATTLEENGINECORE以及后面的三个ACTSEQPACK
在数据库技能的攻击注释里写下这么一段坛友分享的神秘代码。
<setup action>
display action
immortal: targets, true
</setup action>
<target action>
if user.attackMotion() !== 'missile'
move user: target, FRONT BASE, 20
face user: target
wait for movement
motion attack: user
action animation
wait for animation
action effect
else
perform start
wait for movement
motion attack: user
attack animation: target
wait for animation
action effect
end
</target action>
这样无论敌我攻击都是根据武器攻击类型不同来决定是跳过去砍还是原地砍。
其中这段move user: target, FRONT BASE, 20 决定了你跳过去之后和敌人的位置以及距离。FRONT BASE是默认敌人战斗图面朝你时候的右下角,20是距离,可以改成你想要的位置和距离。
|
评分
-
查看全部评分
|