项目

一般

简介

五行首饰盒 » 历史记录 » 版本 1

tejie, 2023-11-02 20:31

1 1 tejie
h4. %{color:green}五行首饰盒%
2
3
标签:模块示例|五行首饰盒>五行首饰盒
4
5
[[装备位置|装备位置_五行首饰盒]] 
6
7
-
8
-
9
10
h4. %{color:deepSkyBlue}特戒引擎脚本示例%
11
12
bq. <notextile>[@main]</notextile>
13
#say
14
\ \ \
15
<notextile><装备强星/@装备强星></notextile>
16
<ITEMBOX:0:0:47:800:200:42:42:*>\ \ \
17
<notextile></notextile>
18
<notextile><显示五行首饰盒/@显示五行首饰盒>        <隐藏五行首饰盒/@隐藏五行首饰盒>        <激活五行首饰盒/@开启五行首饰盒>        <禁用五行首饰盒/@关闭五行首饰盒>    \ \ \ </notextile>
19
<notextile><一套五行装备/@一套五行装备>       <五行强星变量/@五行强星变量>\ \ \ </notextile>
20
<notextile></notextile>
21
<notextile>[@五行强星变量]</notextile>
22
#say
23
<道具名称           道具名称改名	    道具强化值>   \ \
24
<$FiveElements1>	<$g_FiveElements1>	<$upgradeCount161>  \ \
25
<$FiveElements2>	<$g_FiveElements2>	<$upgradeCount162>  \ \
26
<$FiveElements3>	<$g_FiveElements3>	<$upgradeCount163>  \ \
27
<$FiveElements4>	<$g_FiveElements4>	<$upgradeCount164>  \ \
28
<$FiveElements5>	<$g_FiveElements5>	<$upgradeCount165>  \ \
29
总强化数:<$UPGRADECOUNT>  \
30
<notextile></notextile>
31
<notextile>[@装备强星]</notextile>
32
#act
33
[[changeItemUpgradeCount]] -1 + 10
34
<notextile></notextile>
35
<notextile>[@一套五行装备]</notextile>
36
#act
37
give 五行一 1
38
give 五行二 1
39
give 五行三 1
40
give 五行四 1
41
give 五行五 1
42
<notextile></notextile>
43
<notextile>[@显示五行首饰盒]</notextile>
44
#act
45
*{color:green}openFEcasket*
46
<notextile></notextile>
47
<notextile>[@隐藏五行首饰盒]</notextile>
48
#act
49
*{color:green}closeFEcasket*
50
<notextile></notextile>
51
<notextile>[@开启五行首饰盒]</notextile>
52
#act
53
*{color:green}setFEcasket* 1
54
<notextile></notextile>
55
<notextile>[@关闭五行首饰盒]</notextile>
56
#act
57
*{color:green}setFEcasket* 0
58
59
60
-
61
-
62
63
h4. %{color:fireBrick}游戏效果%
64
65
*显示位置配置*
66
67
|文件路径
68
..\Mir200\Tejieconfig\Tejieconfig.txt
69
&nbsp;
70
配置段
71
[EquipmenField]
72
28 -226,-43 wuxing
73
&nbsp;
74
如缺省,则显示在默认位置|
75
76
-
77
-
78
79
h4. *相关命令*
80
81
|五行按钮相关命令|/5.!五行.png!|
82
|openFEcasket
83
显示五行按钮|
84
|closeFEcasket
85
隐藏五行按钮|
86
|setFEcasket 1
87
开启(激活)五行按钮|
88
|setFEcasket 0
89
关闭(禁用)五行按钮|