CloseClientBuff » 历史记录 » 版本 1
yangdefeng, 2022-06-21 19:08
1 | 1 | yangdefeng | h4. _*%{color:green}closeClientBuff%*_ |
---|---|---|---|
2 | |||
3 | 游戏窗口左上角[[setClientBuff]]添加的buff图标 |
||
4 | |||
5 | 标签:命令定义|closeClientBuff |
||
6 | |||
7 | *格式* |
||
8 | |命令名 |参数1 | |
||
9 | |setClientBuff |buffId | |
||
10 | |||
11 | *说明* |
||
12 | * 参数1: buffId |
||
13 | |||
14 | |||
15 | - |
||
16 | - |
||
17 | |||
18 | h4. *%{color:deepskyblue}特戒引擎脚本示例:%* |
||
19 | |||
20 | - |
||
21 | - |
||
22 | |||
23 | bq. [<notextile>@</notextile>main] |
||
24 | #act |
||
25 | [[openMerchantBigDlg]] ok_di 4 0 0 1 0 0 |
||
26 | #say |
||
27 | <加buff图标1/<notextile>@</notextile>加buff1>\ \ |
||
28 | <加buff图标2/<notextile>@</notextile>加buff2>\ \ |
||
29 | <删buff图标1/<notextile>@</notextile>删buff1>\ \ |
||
30 | <删buff图标2/<notextile>@</notextile>删buff2>\ \ |
||
31 | |
||
32 | [<notextile>@</notextile>加buff1] |
||
33 | #act |
||
34 | [[setClientBuff]] -1 1 0000025 -1 254/[隐藏属性]:\70/单件触发 |
||
35 | |
||
36 | [<notextile>@</notextile>加buff2] |
||
37 | #act |
||
38 | [[setClientBuff]] -1 2 0000026 20 buff2\文字备注 |
||
39 | |
||
40 | [<notextile>@</notextile>删buff1] |
||
41 | #act |
||
42 | *{color:green}closeClientBuff* 1 |
||
43 | |
||
44 | [<notextile>@</notextile>删buff2] |
||
45 | #act |
||
46 | *{color:green}closeClientBuff* 2 |