What I'm trying to make:
A zombie that chases people, and when it hits them, it does no damage, feeds them, and also changes targets to someone else.
The problem:
I'm having trouble trying to figure out how to make it change targets, can someone help me?
[SOLVED] Help w/first mob: A zombie that targets a random player in a X block radius after attack
A zombie that chases people, and when it hits them, it does no damage, feeds them, and also changes targets to someone else.
The problem:
I'm having trouble trying to figure out how to make it change targets, can someone help me?
Code:
HealingZombie: Type: ZOMBIE Display: '&4Healing Zombie' Health: 9999 Damage: 0 Options: MovementSpeed: 0.4 AttackSpeed: 5.0 Collidable: false NoDamageTicks: 0 PreventMobKillDrops: true...