PGSetMagicDamageAdd » 历史记录 » 版本 1
machenhe, 2022-04-29 17:29
| 1 | 1 | machenhe | _*%{color:green}PGSetMagicDamageAdd%*_ |
|---|---|---|---|
| 2 | |||
| 3 | 设置魔法伤害加成 |
||
| 4 | |||
| 5 | 标签:命令定义|PGSetMagicDamageAdd |
||
| 6 | |||
| 7 | *格式* |
||
| 8 | |命令名 |参数1 |参数2 |参数3 | |
||
| 9 | |PGSetMagicDamageAdd |目标类型 |百分比值 |有效时间 | |
||
| 10 | |||
| 11 | 说明: |
||
| 12 | * 参数1:目标类型 |
||
| 13 | ** 1:所有目标 |
||
| 14 | ** 2:人物 |
||
| 15 | ** 3:怪物 |
||
| 16 | |||
| 17 | * 参数2:百分比值 |
||
| 18 | |||
| 19 | * 参数3:有效时间,单位为秒 |
||
| 20 | ** 空或0:在线有效 |
||
| 21 | |||
| 22 | *注意* |
||
| 23 | * 伤害加成结束时触发 %{color:green}..\\Mir200\\Envir\\Market_Def\\QFunction-0.txt% 中的 %{color:orange}[@PGMagDamageAddTimeoutX]% ,X对应参数1的类型 |
||
| 24 | |||
| 25 | |||
| 26 | *%{color:deepskyblue}特戒引擎脚本示例:%*: |
||
| 27 | |||
| 28 | bq. [<notextile>@</notextile>法伤加成] |
||
| 29 | #act |
||
| 30 | PGSetMagicDamageAdd 1 100 10 |
||
| 31 | |||
| 32 | bq. [<notextile>@</notextile>对怪加成] |
||
| 33 | #act |
||
| 34 | PGSetMagicDamageAdd 3 100 10 |
||
| 35 | |||
| 36 | bq. [<notextile>@</notextile>对人加成] |
||
| 37 | #act |
||
| 38 | PGSetMagicDamageAdd 2 100 10 |
||
| 39 | |||
| 40 | bq. %{color:green}QFunction配置% : |
||
| 41 | [<notextile>@</notextile>PGMagDamageAddTimeout1] |
||
| 42 | #act |
||
| 43 | sendmsg 6 你的法伤加成结束 |