项目

一般

简介

MakePosion » 历史记录 » 版本 2

tejie, 2025-09-18 18:52

1 1 machenhe
_*%{color:green}makePosion%*_
2
3
给角色添加异常状态
4
5 2 tejie
支持 m.makePosion
6
对怪使用时,无视怪物的扩展属性 *monSpAbilList.txt*
7 1 machenhe
8 2 tejie
标签:命令定义^makePosion
9
10 1 machenhe
*格式*
11
|命令名		|参数1		|参数2		|参数3		|
12
|makePosion	|异常状态	|有效时长	|附加伤害值	|
13
14 2 tejie
*说明*
15
|^.参数1|异常状态
16
 0:绿毒
17
 1:红毒
18
 5:麻痹
19
 12:冰冻
20
 13:蛛网|
21
|参数2|有效时长,单位为秒,0代表解除状态|
22
|参数3|附加伤害值,仅绿毒有效|
23 1 machenhe
24 2 tejie
-
25
-
26 1 machenhe
27 2 tejie
h4. *%{color:deepskyblue}特戒引擎脚本示例%*
28 1 machenhe
29
bq. [<notextile>@</notextile>绿毒状态] 
30 2 tejie
#act
31
*{color:green}makePosion* 0 5 10
32 1 machenhe
33
bq. [<notextile>@</notextile>红毒状态] 
34 2 tejie
#act
35
*{color:green}makePosion* 1 5 
36 1 machenhe
37
bq. [<notextile>@</notextile>麻痹状态] 
38 2 tejie
#act
39
*{color:green}makePosion* 5 5 
40 1 machenhe
41
bq. [<notextile>@</notextile>冰冻状态] 
42 2 tejie
#act
43
*{color:green}makePosion* 12 5 
44 1 machenhe
45
bq. [<notextile>@</notextile>蛛网状态] 
46 2 tejie
#act
47
*{color:green}makePosion* 13 5