Hi,
I don't understand why, but my npc only use his skills when he attack or when he get damaged.
I use this code:
Triggers don't work
I don't understand why, but my npc only use his skills when he attack or when he get damaged.
I use this code:
Code:
Magus: Mobtype: Stray Display: 'Magus' Faction: Bandits Health: 50 Damage: 1 Skills: - sound{s=entity.Vindication_illager.ambient} @self ~onTimer:75 - sound{s=entity.Vindication_illager.death} @self ~onDeath - sound{s=entity.Vindication_illager.hurt} @self ~onDamaged - Skill{s=Lavageyser} @Target ~OnTimer:35 - Skill{s=Meteor} @NearestPlayer...