Minecraft Tutorial Part 037 - Testfor mob health (create boss battles)

9 years ago
6

Tutorial topic - testfor mob health
Also Includes - boss battle, boss mob, summon, execute

Minecraft is a video game by Mojang/Microsoft. http://www.minecraft.net

The skin I modified - http://www.planetminecraft.com/skin/red-hoodie-2741564/

The Minecraft maps I made - http://www.planetminecraft.com/member/bongotezz/

My Best Friends donation page - https://secure.bestfriends.org/page/outreach/view/personalFR/Bongo
Best Friends website - http://bestfriends.org/
Charity watch's rating for Best Friends - http://www.charitywatch.org/toprated.html#animal

Theme song from - http://www.freesfx.co.uk

/summon Zombie ~ ~1 ~ {Equipment:[{},{},{},{},{Damage:3,id:minecraft:skull,tag:{SkullOwner:Jadelf}}],CustomName:Zombie
Queen,CustomNameVisible:1,Attributes:[{Name:generic.maxHealth,Base:100},{Name:generic.movementSpeed,Base:0.001}]}

/testfor @e[type=Zombie] {CustomName:"Zombie Queen",Health:100s}

/execute @e[type=Player] ~ ~ ~ summon LightningBolt ~ ~ ~

/scoreboard objectives add Test dummy

/scoreboard players set @e[type=Zombie] Test 1 {CustomName:"Zombie Queen"}

/execute @e[type=Zombie,score_Test_min=1] ~ ~ ~ /summon Zombie ~ ~1 ~ {Equipment:[{id:minecraft:diamond_sword,tag:{ench:[{id:19,lvl:10}]}},{id:minecraft:diamond_boots},{id:minecraft:diamond_leggings},{id:diamond_chestplate},
{id:diamond_helmet}],CustomName:Zombie King,CustomNameVisible:1,Attributes:[{Name:generic.maxHealth,Base:200}]}

Loading comments...