Help With Boss Mob

Started by braelin777 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help With Boss Mob

Hey guys! Hope everyone is having a good night or day! I'm having a lil problem with my mob. So he's a flying boss mob, with a blaze mob base. Long story short I want to make him shoot faster, and maybe make the fireballs explode on impact. I did some tests, and blazes shoot 3 fireballs at once every 8-9 seconds, and I want my mob to fire one per 2 seconds or something like that. I've been tryna mess around with procedures and events for 4 hours now, to no avail. Anyone wanna help? Thanks in advance.

Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thanks bro ill try it out
Sat, 04/09/2022 - 15:25

thanks bro ill try it out

Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
nice start it looks like it…
Mon, 04/18/2022 - 14:50

nice start

it looks like it's firing arrows way too often

i don't think you should use variables as a timer because in my experience variables update instantly

there is a procedure block in the "Flow control" section, at the very bottom, for waiting

if you want to make it wait 2 seconds between each shot, set it to 40 ticks

add this procedure to when the boss is spawned, then it would go something like, while boss is alive, wait 40 ticks on server side, then shoot fireball

it should work if you use the watch closest entity of type player thing

Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i dont have access to that…
Mon, 04/18/2022 - 14:56

i dont have access to that block, as i am in 2020.5. i domt want to update either

Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
why don't you wanna update…
Mon, 04/18/2022 - 15:09

why don't you wanna update

also did you test the mod to see if it works with the target entity thing

Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
bc when i update to a newer…
Mon, 04/18/2022 - 15:13

bc when i update to a newer version, it messed up my dimensions. it spawns only one island, and spawns the same island for every new world i make. look at my post about my dimension terrain and you’ll see sorta what it looks like. even if i create a brand new world, it still spawns the same exact island every single time, and there’s only one island. 

and im gonna test that out and work on it inna little bit and i’ll lyk how it goes

Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Just try the variable one or…
Sat, 04/30/2022 - 22:42

Just try the variable one or the randomized one, see if that works and if it doesn't then try using the method to fix the same dimension terrian, and otherwise, you might have to update Mcreator. Good luck tho!