SkillLevel » 历史记录 » 修订 2
修订 1 (machenhe, 2022-05-06 13:30) → 修订 2/3 (yangdefeng, 2023-08-17 10:54)
h4. _*%{color:green}skillLevel%*_ 修改指定技能等级 标签:命令定义|skillLevel *格式* |命令名 |参数1 |参数2 |参数3 |参数4 | |skillLevel |技能名称 |操作符(+,-,=) |数值 |级别类型 | 说明: * 参数1 技能名称 * 参数2 操作符(+,-,=) ** +:增加相应数值 ** -:减小相应数值 ** =:赋值相应数值 * 参数3 数值 * 参数4 级别类型 ** 1:技能强化 ** 0:技能等级 h4. *%{color:deepskyblue}特戒引擎脚本示例:%* *%{color:deepskyblue}脚本示例:%* bq. [<notextile>@</notextile>技能等级1] #if #IF #act #ACT *{color:green}skillLevel* skillLevel 十步一杀 = 2 [[sendMsg]] sendmsg 5 十步一杀等级2 bq. [<notextile>@</notextile>技能等级2] #if #IF #act #ACT *{color:green}skillLevel* skillLevel 十步一杀 + 1 [[sendMsg]] sendmsg 5 十步一杀等级+1 bq. [<notextile>@</notextile>技能等级2] #if #IF #act #ACT *{color:green}skillLevel* skillLevel 十步一杀 - 1 [[sendMsg]] sendmsg 5 十步一杀等级-1 bq. [<notextile>@</notextile>技能强化1] #if #ACT #act *{color:green}skillLevel* skillLevel 冰咆哮 = 2 1 [[sendMsg]] sendmsg 5 技能强化至2 bq. [<notextile>@</notextile>技能强化2] #if #ACT #act *{color:green}skillLevel* skillLevel 冰咆哮 + 1 1 [[sendMsg]] sendmsg 5 技能强化+1 bq. [<notextile>@</notextile>技能强化3] #if #ACT #act *{color:green}skillLevel* skillLevel 冰咆哮 - 1 1 [[sendMsg]] sendmsg 5 技能强化-1