How to make a Sonic Boom! (Tutorial)

Started by KrebPleb on

Topic category: User side tutorials

Last seen on 20:53, 15. Jul 2024
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make a Sonic Boom! (Tutorial)
Sun, 01/28/2024 - 01:51 (edited)

Hello! I am going to show you all how to recreate a "Sonic-Boom" like attack originally from the Warden!

 

Instead of making this super long paragraph that nobody wants to read... I created an image of the produce that is fully customizable and there is edited text in the image to show what you need to do. Hopefuly it helps :D


 

Edited by KrebPleb on Sun, 01/28/2024 - 01:51
Last seen on 18:36, 16. Jul 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Uh, you definitely don't…
Sun, 01/28/2024 - 17:59

Uh, you definitely don't want to use a global variable for your positioning, a local variable works fine- if you use global, it shouldn't reset the position after each attack. Also the look x/y/z position should only return the correct position if the entity is looking at a solid block. Are you sure this works?

Last seen on 20:53, 15. Jul 2024
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
yes i tested it
Sun, 01/28/2024 - 20:52

yes i tested it

Last seen on 18:36, 16. Jul 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Okay, fair enough. Maybe I…
Mon, 01/29/2024 - 23:25

Okay, fair enough. Maybe I'll have to give it a try, this could be a pretty cool effect!

Last seen on 20:53, 15. Jul 2024
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ty :D If it dosnt work for…
Tue, 01/30/2024 - 18:24

Ty :D If it dosnt work for you, i can try and tweak. Idk why it wouldn't tho. Enjoy!

Last seen on 18:36, 16. Jul 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
While I haven't personally…
Tue, 01/30/2024 - 19:58

While I haven't personally tested it, I assume that if you're using a global variable that doesn't reset, the distance between particles will gradually increase, and will be altered whenever any player interacts with the entity, not just for each individual player. I get why you're using a global variable, but you could also make separate procedures for the damage/particle effects t that have the delay built into them, or used as a custom dependency- that way you could still use local variables without it being incompatible with the wait function. (Or you could just use an alternative method of timing, like an NBT tag) If you're resetting the global variable with a different procedure, it'll work fine as is, but if so you might wanna include it.

Last seen on 20:53, 15. Jul 2024
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thats a rlly good idea, ty :D
Wed, 01/31/2024 - 14:49

Thats a rlly good idea, ty :D