ChangeState » 历史记录 » 版本 1
tejie, 2024-07-23 13:49
1 | 1 | tejie | h4. _*{color:green}changeState*_ |
---|---|---|---|
2 | |||
3 | 改变角色当前模式(加buff) |
||
4 | |||
5 | 标签:命令定义|changeState>changeState |
||
6 | |||
7 | *格式:* |
||
8 | |命令名|参数1|参数2|参数3|参数4| |
||
9 | |changeState|效果类型|时间|效果配置1|效果配置2| |
||
10 | |||
11 | *说明:* |
||
12 | |/2^.参数1|\2.效果类型 |
||
13 | 1.麻痹 2.冰冻 3.蛛网效果 4.红毒 5.绿毒 6.定身 7.瘫痪 8.禁锢别人 9.防禁锢 |
||
14 | 10.吸血 11.吸蓝 12.禁锢自己 13.间隔掉血(类似绿毒) 14.禁止使用技能| |
||
15 | |\2.禁用技能可在string.ini配置提示信息,DisableSkill=XXXXX| |
||
16 | |^.参数2|\2.时间 单位秒 时间未结束再次执行,会按新时间参数计时| |
||
17 | |/4^.参数3|当参数1为1-5时|参数3表示是否检查对应的防止属性 |
||
18 | 0或缺省:无视装备(及套装)上的防止属性; |
||
19 | 1:检查装备上的防止属性 |
||
20 | changeModeEx命令加的防止属性不受影响| |
||
21 | |当参数1为8、12时|参数3表示范围| |
||
22 | |当参数1为10-11时|参数3表示吸血、吸蓝成功几率(%)| |
||
23 | |当参数1为13时|参数3表示单次掉血值| |
||
24 | |/2^.参数4|当参数1为10-11时|参数4表示吸血量、吸蓝量比例(%) |
||
25 | 比如攻击伤害值是10000,50%的吸血比例,可以吸血5000 |
||
26 | 比如攻击伤害值是10000,50%的吸蓝比例,可以吸蓝5000| |
||
27 | |当参数1为13时|参数4表示间隔时间 单位秒| |
||
28 | |||
29 | *相关命令* |
||
30 | "changeModeEx":http://112.124.36.36/redmine/projects/tejie/wiki/ChangeModeEx |
||
31 | |||
32 | |||
33 | - |
||
34 | - |
||
35 | |||
36 | h4. *%{color:deepskyblue}特戒引擎脚本示例:%* |
||
37 | |||
38 | bq. [@示例] |
||
39 | #act |
||
40 | %{color:lightGrey};麻痹10秒% |
||
41 | *{color:green}changeState* 1 10 |
||
42 | %{color:lightGrey};解除麻痹% |
||
43 | *{color:green}changeState* 1 0 |
||
44 | <notextile></notextile> |
||
45 | %{color:lightGrey};冰冻10秒几率被装备上的防抵消% |
||
46 | *{color:green}changeState* 2 10 1 |
||
47 | <notextile></notextile> |
||
48 | %{color:lightGrey};蛛网10秒% |
||
49 | *{color:green}changeState* 3 10 |
||
50 | <notextile></notextile> |
||
51 | %{color:lightGrey};红毒10秒% |
||
52 | *{color:green}changeState* 4 10 |
||
53 | <notextile></notextile> |
||
54 | %{color:lightGrey};绿毒10秒% |
||
55 | *{color:green}changeState* 5 10 |
||
56 | <notextile></notextile> |
||
57 | %{color:lightGrey};定身10秒% |
||
58 | *{color:green}changeState* 6 10 |
||
59 | <notextile></notextile> |
||
60 | %{color:lightGrey};瘫痪10秒% |
||
61 | *{color:green}changeState* 7 10 |
||
62 | <notextile></notextile> |
||
63 | %{color:lightGrey};禁锢别人10秒% |
||
64 | *{color:green}changeState* 8 10 3 |
||
65 | <notextile></notextile> |
||
66 | %{color:lightGrey};防禁锢10秒% |
||
67 | *{color:green}changeState* 9 10 |
||
68 | <notextile></notextile> |
||
69 | %{color:lightGrey};10秒内5%的几率吸血6<notextile>%</notextile>% |
||
70 | *{color:green}changeState* 10 10 5 6 |
||
71 | <notextile></notextile> |
||
72 | %{color:lightGrey};10秒内5%的几率吸蓝6<notextile>%</notextile>% |
||
73 | *{color:green}changeState* 11 10 5 6 |
||
74 | <notextile></notextile> |
||
75 | %{color:lightGrey};禁锢自己30秒% |
||
76 | *{color:green}changeState* 12 10 3 |
||
77 | <notextile></notextile> |
||
78 | %{color:lightGrey};间隔掉血30秒内每6秒掉血5点% |
||
79 | *{color:green}changeState* 13 30 5 6 |
||
80 | <notextile></notextile> |
||
81 | %{color:lightGrey};禁用技能10秒% |
||
82 | *{color:green}changeState* 14 10 |