Skeleton or zombie with armor

Started by scorpion981 on

Topic category: Help with modding (Java Edition)

Last seen on 01:42, 12. Feb 2024
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Skeleton or zombie with armor

Hello,

i want to make a procedure that spawn a skeleton or a zombie with a armor. I already do a procedure:

execute command / : 

summon zombie ~ ~1 ~ {HandItems:[{Count:1,id:diamond_sword},{Count:1,id:shield}],ArmorItems:[{Count:1,id:diamond_boots},{Count:1,id:diamond_leggings},{Count:1,id:diamond_chestplate},{Count:1,id:diamond_helmet}],HandDropChances:[1.0f,1.0f],ArmorDropChances:[1.0f,1.0f,1.0f,1.0f]}

That dont work. Pls help me

 

 

Where i take the command:  https://www.digminecraft.com/command_blocks/zombie_diamond_armor.php

Last seen on 17:49, 25. Mar 2021
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don't think you should use…
Wed, 07/10/2019 - 05:45

I don't think you should use commands in procedures, unless you are making a mod for server admins. They can't be used if cheats aren't enabled.

You could make a new mob that looks similarly to a zombie/skeleton and that has armor and spawns using a regular procedure, so you also add more variety :)

Last seen on 01:42, 12. Feb 2024
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think to that but skeleton…
Wed, 07/10/2019 - 15:03

I think to that but skeleton model dont exist in mcreator, i make by myself one but i cant add armor.

Last seen on 01:42, 12. Feb 2024
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can someone answer?
Wed, 07/10/2019 - 20:44

Can someone answer?