how to make boss with more than one attack

Started by caikean23 on

Topic category: Plugins and third-party tools

Last seen on 01:27, 13. Apr 2023
Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to make boss with more than one attack
I'm making a boss and putting animations with geckolib but in the geckolib tab there's only the option of an attack how do I make my mob cast spells for example?
Last seen on 00:42, 10. Oct 2023
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
maybe the mob casts a spell…
Fri, 04/21/2023 - 22:50

maybe the mob casts a spell set a number variable to something and in the mob element itself play returned animation put

if variable is 2:

  if entity element (mob name) is the event/target entity then play the animation (animation name)