小白求教各位大神
翎风引擎拾取鉴定
1、为什么攻击速度要戴了左边的戒子可以触发攻速+1,再戴别的装备都可以攻速累计。要是不戴左边的戒子不能触发攻速,更不提累计了。
2、移动速度和魔法速度都触发不了
3、准确不能触发
4、怎么增加宝宝的生命值,宝宝的攻击
拾取鉴定脚本如下:
;攻击速度
#if
EQUALN$绑定属性 13
#ACT
SetCustomItemAbil -1 <$Str(N$属性条)> 0 250
SetCustomItemAbil -1 <$Str(N$属性条)> 1 <$Str(N$绑定属性)>
SetCustomItemAbil -1 <$Str(N$属性条)> 2 <$Str(N$属性条)>
SetCustomItemAbil -1 <$Str(N$属性条)> 30
movr N$随机属性 2
SetCustomItemValue -1 <$Str(N$属性条)> = <$Str(N$随机属性)>
DELTextList ..\QuestDiary\随机属性\临时文本.txt <$STR(N$绑定属性)>
INC N$属性条 1
;移动速度
#if
EQUALN$绑定属性 14
#ACT
SetCustomItemAbil -1 <$Str(N$属性条)> 0 250
SetCustomItemAbil -1 <$Str(N$属性条)> 1 <$Str(N$绑定属性)>
SetCustomItemAbil -1 <$Str(N$属性条)> 2 <$Str(N$属性条)>
SetCustomItemAbil -1 <$Str(N$属性条)> 30
movr N$随机属性 1
SetCustomItemValue -1 <$Str(N$属性条)> = <$Str(N$随机属性)>
DELTextList ..\QuestDiary\随机属性\临时文本.txt <$STR(N$绑定属性)>
INC N$属性条 1
;魔法攻击速度
#if
EQUALN$绑定属性 15
#ACT
SetCustomItemAbil -1 <$Str(N$属性条)> 0 250
SetCustomItemAbil -1 <$Str(N$属性条)> 1 <$Str(N$绑定属性)>
SetCustomItemAbil -1 <$Str(N$属性条)> 2 <$Str(N$属性条)>
SetCustomItemAbil -1 <$Str(N$属性条)> 30
movr N$随机属性 2
SetCustomItemValue -1 <$Str(N$属性条)> = <$Str(N$随机属性)>
DELTextList ..\QuestDiary\随机属性\临时文本.txt <$STR(N$绑定属性)>
INC N$属性条 1
;准确
#if
EQUALN$绑定属性 16
#ACT
SetCustomItemAbil -1 <$Str(N$属性条)> 0 250
SetCustomItemAbil -1 <$Str(N$属性条)> 1 <$Str(N$绑定属性)>
SetCustomItemAbil -1 <$Str(N$属性条)> 2 <$Str(N$属性条)>
SetCustomItemAbil -1 <$Str(N$属性条)> 30
movr N$随机属性 2
SetCustomItemValue -1 <$Str(N$属性条)> = <$Str(N$随机属性)>
DELTextList ..\QuestDiary\随机属性\临时文本.txt <$STR(N$绑定属性)>
INC N$属性条 1
这个问我感觉我不会,感觉复杂了点,感觉不是论坛随便问问就可以解决的
不如看看各种触发是否按照鉴定给的变量增加了相关属性!
页:
[1]