Tutorial: How to make mobs debuff enemies

Started by FreddyFoxGam3r on

Topic category: User side tutorials

Last seen on 15:45, 10. Apr 2024
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Tutorial: How to make mobs debuff enemies

example mob is ghost that causes wither when it hits you.

STEP BY STEP GUIDE

Make a procedure and call it something along the lines of mobeffects.

put if source entity is type (mob) for example

inside the if/else block put effect event/target entity with (effect) for (duration)

 

RESULTS

I made my boss set you on fire with a 10% chance and for testing i made it angry at ravagers for some reason. After a few times the boss hit the ravager, the ravager set ablaze!

 

Last seen on 17:39, 15. Jan 2024
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think you forgot to say…
Sun, 08/23/2020 - 01:19

I think you forgot to say that we have to make it for "Entity attacked" goblal procedure, very good job btw :D

Last seen on 18:54, 23. Aug 2023
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Not a bad tutorial at all!…
Sun, 08/23/2020 - 03:12

Not a bad tutorial at all! But for future reference, it may be easier to screenshot the procedure for us all to see, then explain how it works below. Also, like Trehmor said, don't forget the most important part...the triggers.

Last seen on 15:45, 10. Apr 2024
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok
Sun, 08/23/2020 - 05:05

Ok