DNF阿拉德游戏论坛

 找回密码
 立即注册
查看: 850|回复: 0
打印 上一主题 下一主题

[PVF] 装备属性相关:根特北门的AT-5T步行者+全屏大小崩山

[复制链接]

签到天数: 1 天

[LV.1]无主之魂

363

主题

365

帖子

644

积分

网站编辑

Rank: 8Rank: 8

积分
644
怒气
64
声望
100
战力
15
跳转到指定楼层
楼主
发表于 2020-4-8 16:30:37 | 只看该作者 |只看大图 回帖奖励 |倒序浏览 |阅读模式



By:剑圣60
http://tieba.baidu.com/p/4739511680
http://tieba.baidu.com/p/4702684852?pn=1


根特北门的AT-5T步行者

以下是代码
[if]


[time]
1000 1 1000
[/if]


[then]


[target]
'myself' 100
[duration]
60000
[probability]
100
[summon monster]
61235 80 1
[/then]

全屏崩山击 全屏崩山裂地斩

视频中的效果代码采取
巴恩的短剑和厄运之忆套装;崩山击冲击波范围+200%


崩山裂地斩攻击范围+30%


使用的工具
Decrypt.exe
解压文件和写入文件
notepad++
添加代码

附送代码
[崩山裂地斬]攻擊范圍 +1500%%
[skill data up]
'[swordman]' 81 '[dungeon type]' '[static]' 4 '%' 1500
[/skill data up]


[崩山擊]衝擊波范圍 +2000%%
[skill data up]
'[swordman]' 65 '[all]' '[level]' 6 '%' 2000 '[swordman]' 65 '[all]' '[level]' 7 '%' 2000
[/skill data up]


附送 视频中的称号所有属性代码
26598 20Lv 称号赛利亚的朋友 equipment/character/common/title/new_kannaslave.equ

[name]
Type:9 Str:3 'name_26598>賽麗亞的朋友
'
[name2]
Type:9 Str:3 'name2_26598>Kanna's slave?
'
[explain]
Type:9 Str:3 'explain_26598> 好心人,多謝你幫助賽麗亞,這個稱號代表了她的一片心意。
'
[grade]
1
[attach type]
'[trade delete]'
[rarity]
2
[weight]
1
[usable job]
'[all]'
[/usable job]


[minimum level]
1
[icon]
'Item/IconAvatar.img' 5
[custom animation]
'TitleAnimation/kannaslave.ani'
[/custom animation]


[equipment type]
'[title name]' 1
[equipment physical attack]
555 555
[equipment magical attack]
555 555
[separate attack]
555 555
[HP MAX]
555
[MP MAX]
999999
[physical attack]
555
[physical defense]
555
[magical attack]
555
[magical defense]
555
[anti evil]
9999
[move speed]
800
[attack speed]
800
[cast speed]
600
[physical critical hit]
100
[magical critical hit]
100
[inventory limit]
899999000
[hit recovery]
100
[stuck resistance]
20
[stuck]
-2
[all activestatus resistance]
100
[all elemental attack]
20
[item aura]
'all elemental resistance' '+' 100 300
[item aura]
'all activestatus resistance' '+' 100 300
[room list move speed rate]
1.500000
[npc gift disallowance]
2


[skill data up]
'[swordman]' 65 '[all]' '[level]' 6 '%' 2000 '[swordman]' 65 '[all]' '[level]' 7 '%' 2000 '[swordman]' 81 '[dungeon type]' '[static]' 4 '%' 1500
[/skill data up]


[all skill item]


[item growtype]
'[all]' 0
[skill apply condition]


[skill group]
'[all]'
[lower bound level]
1
[upper bound level]
70
[value]
70
[extra condition]
'[except for ex skill]'
[/extra condition]


[/skill apply condition]


[skill phase]
'[all]'
[/all skill item]


[move wav]
'NAME_TOUCH'
[no random]


[npc gift disallowance]
1






全部代码复制粘贴即可
开头 [name]  结尾
[npc gift disallowance]
1

不需要用火辣辣的辣椒 即可无CD 无CD 无CD 同理 添加代码!! 亲测可用
添加代码
如下
[if]


[time]
1000 1 1000
[/if]


[then]


[target]
'party' -1
[duration]
90000
[probability]
100
[stat]
'skill cool time' '%' -100
[/then]




[time]
1000 1 1000 这个一行1000代表一秒后什么什么
[duration]
90000 这个是持续时间
[probability]
100
触发几率
[stat]
'skill cool time' '%' -100
减多少的CD 这里是100 最高减1000就不会增长了
那个冷却时间可改成1000 持续时间改成2000 进游戏就最多-200的cd 冷却时间少了 持续时间多了的话 冷却缩减会一直增加

攻击时召唤怪物以及APC代码
[if]


[cooltime]
0
[set my state]
1
[my state]
'attack'
[/if]


[then]


[target]
'myself' -1
[duration]
60000
[probability]
100
[summon monster]
56153 70 0
[/then]


[summon monster]
*** *** ***
排列 1 代表怪物代码 2代表等级 3代表能召唤几个
summon monster 怪物 (百度搜索 DNF怪物代码 一大堆)
summon apc 人偶 (百度搜索 DNF人偶代码 一大堆)
[duration] 召唤出来的东西 持续时间 持续时间过后就会消失


看不懂用翻译
[summon monster] *** *** 0 第三个0 就代表无限召唤个数
召唤兽的等级别超过80 否者攻击一次就掉游戏

怪物目录 summon monster
Monster/Monster.lst


人偶APC summon apc
aicharacter/aicharacter.lst


技能代码伤害目录
passiveobject/passiveobject.lst


全屏代码技能代码 8362 高伤大爆炸 文件可改伤害
passiveobject/ActionObject/Common/AttackInfo/BigBoom.atk




16058 代码 高伤天雷闪 文件可改伤害
passiveobject/actionobject/spc/_newhell/light_man/attackinfo/event_thunder.atk

称号以及装备 无法删除
[attach type]
'[sealing]' 封装 解封后无法交易
[free] 无限制 可交易可分解可丢弃
物品封装


百分比消血代码
根据裂创--
[if]


[event attack success]
1
[/if]


[then]


[target]
'enemy' -1
[probability]
100
[weakness]
600
[/then]


[weakness]
600
600表示 减少600%的血量
普通怪三分之一 精英怪六分之一 改成600就相当于直接秒了 可以改更高
[probability]
100
触发几率


释放技能时附加状态??释放技能时附加状态??释放技能时附加状态??
以下例子 仅供参考


例子




[if]


[module]
'[dungeon type]'
[/module]


[use skill]
'at mage' 31
[/if]


[then]


[target]
'myself' -1
[duration]
60000
[probability]
100
[appendage]
45
[/then]






装备解析??
施放[寒冰之境]時,可以使自身增加3%%的攻擊速度和1.5%%的移動速度,效果持續60秒。(效果最多可重疊5次)




[if]


[module]
'[dungeon type]'
[/module]


[use skill]
'swordman' 38
[/if]


[then]


[target]
'myself' -1
[duration]
30000
[stat]
'move speed' '+' 50
[stat]
'attack speed' '+' 50
[stat]
'cast speed' '+' 50
[/then]


装备解析??
施展破極兵刃時30秒內攻擊速度增加5%%,移動速度增加5%%,施放速度增加5%%
释放寒冰之境 是男魔法师技能[use skill] 'at mage' 31
施展破极兵刃 是鬼剑士男技能 [use skill] 'swordman' 38

“今天也是充满希望的一天!”——赛丽亚
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|DNF阿拉德游戏论坛 ( 渝ICP备13007431号1 )

GMT+8, 2024-4-23 15:08 , Processed in 0.170120 second(s), 36 queries .

快速回复 返回顶部 返回列表

阿拉德大陆的勇士们!今天也会是充满希望的一天!