项目

一般

简介

CheckHumanState » 历史记录 » 版本 1

tejie, 2024-12-12 09:57

1 1 tejie
h4. _*%{color:green}checkHumanState%*_
2
3
检测目标是否处于某种状态中,支持多级脚本。
4
5
标签:命令定义>checkHumanState
6
7
*格式*
8
|命令名		|参数1		|
9
|checkHumanState|状态ID		|
10
11
*说明*
12
|^.参数1|状态ID列表
13
1.魔法盾
14
2.护体神盾
15
3.无极真气
16
4.幽灵盾
17
5.神圣战甲术
18
6.隐身术
19
7.冰冻
20
8.麻痹
21
10.蛛网|
22
23
-
24
-
25
26
h4. *%{color:deepskyblue}特戒引擎脚本示例:%*
27
28
bq. [@示例]
29
#if
30
*{color:green}checkHumanState* 1
31
#act
32
[[sendMsg]] 6 当前角色魔法盾开启中!
33
<notextile></notextile>
34
#if
35
%{color:lightGrey};--针对目标玩家的多级脚本%
36
*{color:green}p.checkHumanState* 1
37
#act
38
[[sendMsg]] 6 当前目标人物魔法盾开启中!
39
<notextile></notextile>
40
#if
41
%{color:lightGrey};--针对目标怪物的多级脚本%
42
*{color:green}m.checkHumanState* 7
43
#act
44
[[sendMsg]] 6 当前目标怪物冰冻中!