本帖最后由 mc_yushi 于 2019-9-13 12:19 编辑
怪物是这样的mob01:
Type: Zombie
Display: "&9&l[精英]&c闪电魔法使"
Health: 100
Damage: 1
Options:
MovementSpeed: 0.3
PreventMobKillDrops: true
PreventOtherDrops: true
Skills:
- skill{s=群体闪电} @PIR{r=20} ~onTimer:400
技能如下
群体闪电:
Skills:
- lightning @PIR{r=20}
- damage{amount=10} @PIRs{r=20}
但是为什么怪物用不了这个技能 图片是MM重载之后后台的显示
怪物是这样的mob01:
Type: Zombie
Display: "&9&l[精英]&c闪电魔法使"
Health: 100
Damage: 1
Options:
MovementSpeed: 0.3
PreventMobKillDrops: true
PreventOtherDrops: true
Skills:
- skill{s=群体闪电} @PIR{r=20} ~onTimer:400
技能如下
群体闪电:
Skills:
- lightning @PIR{r=20}
- damage{amount=10} @PIRs{r=20}
但是为什么怪物用不了这个技能 图片是MM重载之后后台的显示
- 魔王技能1:
- Cooldown: 150
- Skills:
- - sendtitle{title="&c&l技能发动";subtitle="&6&l神兽天威";d=20}
- - delay 10
- - potion{type=levitation;duration=20;level=1} @Self
- - potion{type=glowing;duration=50;level=1} @Self
- - delay 10
- - lightning @Ring{radius=20;points=15}
- - damage{amount=20;i=false}
- - skill{s=魔王技能1} @PlayersInRadius{r=30} <90%
试试?