How to create a mob?

Started by Dept on

Topic category: Help with MCreator software

Active 8 years ago
Joined Jun 2017
Points:
704

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
How to create a mob?
Who can help with the creation of an aggressive mob? I tried many times to create, but they are all created passive. They do not beat me even when I hit them, they just stand. Explain what values ​​should be set when creating? 
Active 8 years ago
Joined Jun 2017
Points:
704

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
Help :c
Mon, 06/05/2017 - 13:41

Help :c

Active 6 years ago
Joined Apr 2016
Points:
995

User statistics:

  • Modifications: 4
  • Forum topics: 22
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 273
You need to add two custom AI
Mon, 06/05/2017 - 21:22

You need to add two custom AI tasks to the default walk, swim, wander, etc. 

1- Act aggressively against- Set this to "Player" and give it maximum priority

2-Attack on collide-Set this to "Player" and give it maximum priority.

It does not matter which order you add these tasks, so long as you have both of them.

Active 8 years ago
Joined Jun 2017
Points:
704

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
RE:You need to add two custom AI
Tue, 06/06/2017 - 11:12

@#2

Does not work, dude. I did everything as you said, and when I hit them now, they start to run after me, but do not beat

Active 8 years ago
Joined Jun 2017
Points:
704

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
RE:You need to add two custom AI
Tue, 06/06/2017 - 11:31

@#2 @#2

I understand everything. Thank you so much

Active 6 years ago
Joined Apr 2016
Points:
995

User statistics:

  • Modifications: 4
  • Forum topics: 22
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 273
RE:RE:You need to add two custom AI
Tue, 06/06/2017 - 20:40

@#2.2

glad I could be of help