Started by
Sanyok
on
Topic category: Help with MCreator software
I'm trying to make it so that when you press the right mouse button with a weapon in your hand, a leap forward is made, the mob is pushed off and damage is done, but I can't find a procedure that pushes the mob away
You will need to manually override the velocity of the player and the mob, using the 'override motion delta' function, which is found in the entity actions tab. This sort of dash attack would look something like this:
That's probably kinda confusing, but hopefully helpful?
Can we discuss this theme in discord please, but i dont speak english well. I really dont understand how to do this
Or can you screenshot this blocktheme please. I very excited about the idea of doing this.
There are more complicated ways to do this, but this is a simpler procedure that should sort of do the same thing. You can change the '4's to determine how far to launch things, and the '0.5's to determine how high. (You can also change the '6' to increase the radius of the attack.) The first part swings the player's hand and launches them forwards; the second part damages and launches all nearby entities forwards.
THANK YOU VERY MUCH, i tried to do this already one week, really your help was so important for me, thanks one more time.