项目

一般

简介

ShowClientBuff » 历史记录 » 版本 1

tejie, 2024-07-16 14:10

1 1 tejie
h4. _*{color:green}showClientBuff*_
2
3
显示/隐藏buff图标
4
5
相关命令
6
[[setClientBuff]]
7
8
标签:命令定义|showClientBuff>showClientBuff
9
10
*格式:*
11
|命令名|参数1|参数2|
12
|showClientBuff|buffId|显隐标记|
13
14
15
*说明:*
16
|^.参数1|buffId
17
       0 表示操作所有buff
18
       非0 表示操作对应buff|
19
|^.参数2|显隐标记
20
       0 隐藏
21
       1 显示|
22
23
-
24
-
25
26
h4. *{color:deepskyblue}特戒引擎脚本示例:*
27
28
bq. [@示例]
29
#say
30
<加buff图标1/@1>\ \
31
<加buff图标5/@2>\ \
32
<删buff图标5/@3>\ \
33
<删buff图标2/@4>\ \ \ \
34
<隐藏所有BUFF图标/@5>\ \
35
<显示所有BUFF图标/@6>\ \
36
<隐藏编号5的BUFF图标/@7>\ \
37
<显示编号5的BUFF图标/@8>\ \
38
<notextile></notextile>
39
[@1]
40
#act
41
[[setClientBuff]] -1 1 0000025 -1 254/[隐藏属性]:\70/单件触发
42
<notextile></notextile>
43
[@2]
44
#act
45
[[setClientBuff]] -1 5 0000026 20 buff2\文字备注
46
<notextile></notextile>
47
[@3]
48
#act
49
[[closeClientBuff]] 1
50
<notextile></notextile>
51
[@4]
52
#act
53
[[closeClientBuff]] 5
54
<notextile></notextile>
55
<notextile></notextile>
56
<notextile></notextile>
57
[@5]
58
#act
59
*{color:green}showClientBuff* 0 0
60
<notextile></notextile>
61
[@6]
62
#act
63
*{color:green}showClientBuff* 0 1
64
<notextile></notextile>
65
[@7]
66
#act
67
*{color:green}showClientBuff* 5 0
68
<notextile></notextile>
69
[@8]
70
#act
71
*{color:green}showClientBuff* 5 1