项目

一般

简介

GetCustomItemValueEx » 历史记录 » 版本 1

tejie, 2024-07-02 11:16

1 1 tejie
h4. _*{color:green}getCustomItemValueEx*_
2
3
指定 装备位 自定义属性 百分比类型取值 值1、值2、值3取值
4
5
gee系列兼容
6
7
标签:命令定义|getCustomItemValueEx>getCustomItemValueEx
8
9
*格式*
10
|命令名			|参数1		|参数2		|参数3			|参数4		|参数5		|参数6		|
11
|getCustomItemValueEx	|装备位id	|自定义属性id	|变量1返回百分比类型	|变量2返回值1	|变量3返回值2	|变量4返回值3	|
12
13
-
14
-
15
16
h4. *%{color:deepskyblue}特戒引擎脚本示例:%*
17
18
bq. <notextile>[@main]</notextile>
19
#if
20
[[checkUseItem]] 1
21
#act
22
goto <notextile>@通用设定</notextile>
23
#elseAct
24
[[sendTipsMsg]] 请穿戴武器后测试/scolor=222
25
break
26
<notextile></notextile>
27
<notextile>[@通用设定]</notextile>
28
#act
29
%{color:lightGrey};-颜色设定%
30
[[setCustomItemAbil]] 1 0 0 254
31
<notextile></notextile>
32
%{color:lightGrey};-显示属性绑定%
33
[[setCustomItemAbil]] 1 0 1 3
34
<notextile></notextile>
35
%{color:lightGrey};-内部位置设定%
36
[[setCustomItemAbil]] 1 0 2 1
37
<notextile></notextile>
38
%{color:lightGrey};-百分比类型设定%
39
[[setCustomItemAbil]] 1 0 3 1
40
<notextile></notextile>
41
%{color:lightGrey};-模块位置设定%
42
[[setCustomItemAbil]] 1 0 4 1
43
<notextile></notextile>
44
%{color:lightGrey};-赋值%
45
[[setCustomItemValueEx]] 1 0 = 10 20 30
46
<notextile></notextile>
47
*{color:green}getCustomItemValueEx* 1 0 N1 N2 N3 N4
48
[[print]] 武器 0属性 <notextile>百分比类型<$str(N1)>,值1:<$str(N2)>,值2:<$str(N3)>,值3:<$str(N4)></notextile>
49
50
<notextile></notextile>
51
52
-
53
-
54
55
56
|自定义属性显示设定|游戏内显示效果|
57
|!http://112.124.36.36/redmine/attachments/download/592/%E6%AD%A6%E5%99%A8%E8%87%AA%E5%AE%9A%E4%B9%89%E5%B1%9E%E6%80%A70%E5%80%BC1%E5%80%BC2%E5%80%BC3.png!|^. !武器自定义属性取值效果.png!|