Mob health question

Started by buddy3315 on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 years ago
Joined Jan 2017
Points:
817

User statistics:

  • Modifications: 4
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 80
Mob health question
Sun, 02/05/2017 - 05:04 (edited)

Hello, I would like to know how to increase the health amount to a higher level. I would like the possibility of having a monster survive more than 20-30 attacks with a diamond sword.

Now there is a box where you can adjust the amount but I really don't notice any substantial change at all. Am I missing some other information.

 

oh btw someone finish the wiki ,,, jeez

 

Figured it out

Edited by buddy3315 on Sun, 02/05/2017 - 05:04
Active 3 years ago
Joined Jul 2016
Points:
1077

User statistics:

  • Modifications: 9
  • Forum topics: 21
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 359
Have you made the mob a BOSS?
Sat, 02/04/2017 - 01:26

Have you made the mob a BOSS?

Active 1 month ago
Joined Dec 2015
Points:
872

User statistics:

  • Modifications: 4
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 249
try doing edit code of
Sat, 02/04/2017 - 02:05

try doing edit code of selected element on your mod, then change and save the new mob health from there instead. I do that when ever the health doesn't change for me

Active 4 years ago
Joined Jun 2016
Points:
3743

User statistics:

  • Modifications: 10
  • Forum topics: 39
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5490
It can survive in 1.9+ in 20
Sat, 02/04/2017 - 07:20

It can survive in 1.9+ in 20-30 attacks an enderman if you spam (spamming makes the damage 1)...

You need to set 160 life and to don't set the AI of another mob but a Custom AI

Active 4 years ago
Joined Jan 2017
Points:
817

User statistics:

  • Modifications: 4
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 80
Thank you for the replies
Sat, 02/04/2017 - 19:39

Thank you for the replies everyone! Kinda new to Java coding, however did a bit of C++ coding back in the day nothing big. Ahig so editing code sounds a bit complex at the moment. I'll try and see if I can figure it out.

@thesloth Yes I did make it into a boss

@RaolTheBest Its a 1.10.2 mod and I set it to 999. I'll try and set it to 160 and see if that is a limit not set in the program.

Also been playing with the events section and noticed the event for the mob attacking only goes off when it dies Weird! I wonder if thats just a bug of a misreputation of the coding.

Active 4 years ago
Joined Jan 2017
Points:
817

User statistics:

  • Modifications: 4
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 80
ahig I have notced that the
Sat, 02/04/2017 - 20:01

ahig I have notced that the option to edit the code does not work in my MCreator. Am I doing it wrong? Nothing is searching or when i click the button on the workspace area to edit the code nothing happens other than it sends me to the coding section. Search and nothing happens.,,,,,,,

Active 3 years ago
Joined Jul 2016
Points:
1077

User statistics:

  • Modifications: 9
  • Forum topics: 21
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 359
I once gave a dalek mob 5010
Mon, 02/06/2017 - 12:49

I once gave a dalek mob 5010 health & I wasn't even able to kill it with the diamond sword perhaps you should make the mob have at least a thousand health. I hope that helps if not I don't know what's going on.

Active 4 years ago
Joined Jan 2017
Points:
817

User statistics:

  • Modifications: 4
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 80
RE:I once gave a dalek mob 5010
Tue, 02/07/2017 - 17:36

@#6 I did get it to work. The problem is where it has you select AI base that has to be [none] or else it sets the health to the default mob you select.

So a minecraft spider has a default amount of hp and the giant zombie has quite a bit more.

The setting of hp on the other page will have no effect

The MCreator needs to be better explained so these issues don't come up. Bad documentation.

Active 4 years ago
Joined Mar 2018
Points:
707

User statistics:

  • Modifications: 2
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 6
Try 1.7.8
Sat, 03/31/2018 - 10:58

Try 1.7.8

Active 4 years ago
Joined Jan 2017
Points:
817

User statistics:

  • Modifications: 4
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 80
I did and I noticed that I…
Sat, 03/31/2018 - 18:17

I did and I noticed that I don't get problems with the gradle locking up anymore. Can't wait for MC2.0 with all the new features. @XEModer

Active 4 years ago
Joined Mar 2018
Points:
681

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
IT does that to me too. I…
Thu, 04/12/2018 - 21:55

IT does that to me too. I think it is a bug

Active 4 years ago
Joined Jan 2017
Points:
817

User statistics:

  • Modifications: 4
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 80
If it gets stuck just go…
Fri, 04/13/2018 - 04:20

If it gets stuck just go into [tools] tab and under OtherTools section just select [Gradle Task:Build] - Thats what I do