能写,但是不是永久的buff好像是不行了
- TestSkill:
- Conditions:
- - wearing{s=HEAD;m=IRON_HELMET} true
- Skills:
- - aura{
- auraName=KangXing;
- d=20;
- rd=true;
- i=5;
- oS=[
- - message{m="Buff已增加"} @Self
- ];
- oT=[
- - potion{t=DAMAGE_RESISTANCE;d=20;l=0} @Self
- ];
- oE=[
- - message{m="Buff已移除"} @Self
- ]} @Self
败者食尘ジ 发表于 2023-5-7 00:07
触发器用~onTimer
不行,没有反应
小奇又来了 发表于 2023-5-10 15:23
不行,没有反应
配置发出来看看
败者食尘ジ 发表于 2023-5-10 18:26
配置发出来看看
- 装备:
- Test:
- Id: 352
- Data: 0
- Display: '&e&lTest'
- Lore:
- - '&c&lTest'
- Skills:
- - CancelEvent [url=home.php?mod=space&uid=1326953]@self[/url] ~onBlockPlace
- - skill{s=TestSkill} @Self ~onTimer:50
- 技能:
- TestSkill:
- Conditions:
- - wearing{s=HEAD;m=IRON_HELMET} true
- Skills:
- - aura{
- auraName=KangXing;
- d=20;
- rd=true;
- i=5;
- oS=[
- - message{m="Buff已增加"} @Self
- ];
- oT=[
- - potion{t=DAMAGE_RESISTANCE;d=20;l=0} @Self
- ];
- oE=[
- - message{m="Buff已移除"} @Self
- ]} @Self
这个"]}"在我这里还报红
想要装备使用mm的skills 你需要mma 但是貌似mma只支持4.5.9(也许)
本帖最后由 败者食尘ジ 于 2023-5-11 18:47 编辑
注:onTimer后面的指不要高于技能配置中d=后面的值,不然连不上。
复制代码
注:onTimer后面的指不要高于技能配置中d=后面的值,不然连不上。
- TestSkill:
- Conditions:
- - wearing{s=HEAD;m=AIR} false
- Skills:
- - aura{
- auraName=KangXing;
- d=60;
- rd=true;
- i=5;
- oS=[
- - message{m="Buff已增加"} @Self
- ];
- oT=[
- - potion{t=DAMAGE_RESISTANCE;d=40;l=0} @Self
- ];
- oE=[
- - message{m="Buff已移除"} @Self
- ]} @Self