Hi,
I want to make zombies to spawn randomly on the map day and night with custom loots, health and damage using world scaling.
Here is my zombie code :
And my spawn code
Make zombies spawning day
I want to make zombies to spawn randomly on the map day and night with custom loots, health and damage using world scaling.
Here is my zombie code :
Code:
Zombie: Type: Zombie Display: '&2Zombie - Niveau <mob.level>' Health: 4 Damage: 1 Drops: - BONE 1 1 - EMERALD 1 0.1 DropsPerLevel: - BONE 1 0.5 - EMERALD 0 0.1 LevelModifiers: Health: 2 Damage: 1
Code:
Zombie: Mobname: Zombie Worlds: world Chance: 1 Priority: 1...