失效贴
本帖最后由 qzhilong 于 2024-7-7 11:20 编辑失效贴
SetCustomItemText -1 [单件激活]
SetCustomItemTextCOLOR -1 253
SetCustomItemAbil -1 0 0 243 // 给予魔法次数开始
SetCustomItemAbil -1 0 2 8
SetCustomItemAbil -1 0 3 0
SetCustomItemAbil -1 0 1 8
SetCustomItemValue -1 0 = <$STR(N$魔法次数)> // 给予魔法次数结束
SetCustomItemAbil -1 1 0 251 // 给予法术切割开始(属性显示颜色)
SetCustomItemAbil -1 1 2 9 // 给予法术切割(绑定无属性位置9)
SetCustomItemAbil -1 1 3 0 // 给予法术切割(绑定无属性数字显示)
SetCustomItemAbil -1 1 1 9 // 给予法术切割(修改绑定无属性9)
SetCustomItemValue -1 1 = <$STR(N$法术切割)> // 给予法术切割结束(修改绑定无属性9数值)
SetCustomItemAbil -1 2 0 250 // 给予物理切割开始(属性显示颜色)
SetCustomItemAbil -1 2 2 10 // 给予物理切割(绑定无属性位置10)
SetCustomItemAbil -1 2 3 0 // 给予物理切割(绑定无属性数字显示)
SetCustomItemAbil -1 2 1 10 // 给予物理切割(修改绑定无属性10)
SetCustomItemValue -1 2 = <$STR(N$物理切割)> // 给予物理切割结束(修改绑定无属性10数值)
SetCustomItemAbil -1 3 0 254 // 给予攻击次数开始(属性显示颜色)
SetCustomItemAbil -1 3 2 11 // 给予攻击次数(绑定无属性位置11)
SetCustomItemAbil -1 3 3 0 // 给予攻击次数(绑定无属性数字显示)
SetCustomItemAbil -1 3 1 11 // 给予攻击次数(修改绑定无属性11)
SetCustomItemValue -1 3 = <$STR(N$攻击次数)> // 给予攻击次数结束(修改绑定无属性11数值)
SetCustomItemAbil -1 4 0 249
SetCustomItemAbil -1 4 2 6
SetCustomItemAbil -1 4 3 0
SetCustomItemAbil -1 4 1 6
SetCustomItemValue -1 4 = <$STR(N$生命上限)>
SetCustomItemAbil -1 5 0 252
SetCustomItemAbil -1 5 2 7
SetCustomItemAbil -1 5 3 0
SetCustomItemAbil -1 5 1 7
SetCustomItemValue -1 5 = <$STR(N$法力上限)>
把这段统自定义显示位置统一往下诺 你这个就是自定义属性冲突了 你要绑定没占用的位置 asn878178321 发表于 2024-7-6 10:28
SetCustomItemText -1 [单件激活]
SetCustomItemTextCOLOR -1 253
SetCustomItemAbil -1 0 0 243 ...
谢谢,解决了,少写了一行代码。 zhangh831 发表于 2024-7-6 14:53
你要绑定没占用的位置
谢谢,解决了,少写了一行代码。
页:
[1]