I need help with a ranged entity

Started by Mr. Cubist on

Topic category: Help with MCreator software

Last seen on 23:31, 19. Mar 2022
Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I need help with a ranged entity

So I have a ranged entity. But I don't want it to fire out retextured arrows. 

Is there a way to change properties of ranged attacks such as how much damage, how far it goes, play a specific sound, how long it takes to fire, etc... Similar to the way you are able to when creating a ranged weapon.

If not then this is definitely on my wishlist for the next MCreator update.

Last seen on 21:01, 7. Aug 2023
Joined May 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I dont think that stuff is…
Wed, 11/20/2019 - 13:58

I dont think that stuff is possible yet

Last seen on 01:34, 21. May 2020
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I have been working on this…
Thu, 02/06/2020 - 09:24

I have been working on this for a while. I am creating a block with projectile like movement and will try to keep an updated document on the code that I have used. If you are interested here is the link

 

https://docs.google.com/document/d/1qOUO8ZzYAe0G4_psvgVmwmluxtfdLTsii-n…

 

Thanks,

Shadow

 

Last seen on 01:34, 21. May 2020
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Also when and if you see the…
Thu, 02/06/2020 - 09:26

Also when and if you see the comment please post that you have so that I know if you've seen it. (I just want to know if there was any problems or if it worked or anything like that)

 

Thanks,

Shadow

Last seen on 01:10, 27. Sep 2020
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Where do you find the "set…
Sun, 03/01/2020 - 00:35

Where do you find the "set Global : Projectile Movement" in the procedures tab?

Last seen on 01:34, 21. May 2020
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
So that is a custom variable…
Sun, 03/01/2020 - 00:57

So that is a custom variable that I have made, looking back there is another way, if you copy code from a bow into the entity arrow code you can make it have certain effects, I got an entity to shoot explosive arrows but couldn't change it's power or speed, if this is something you would be more interested in please let me know

Last seen on 01:10, 27. Sep 2020
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm trying to make a…
Sun, 03/01/2020 - 01:05

I'm trying to make a projectile that acts more like a bullet, also how did you make the custom variables?

Last seen on 01:34, 21. May 2020
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The Custom variable is in…
Sun, 03/01/2020 - 01:09

The Custom variable is in the global variables tab on the left side, 3rd top

Last seen on 01:34, 21. May 2020
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I might actually update the…
Sun, 03/01/2020 - 01:10

I might actually update the document as I have done a bit of testing and have found a few bugs but don't worry

Last seen on 01:34, 21. May 2020
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The adjustments I made where…
Sun, 03/01/2020 - 01:19

The adjustments I made where to more accurately find that the entity is colliding with the block because I tested all of the angles to make them right, the "call Procedure: x " is found in the advanced tab and the procedure it calls upon can be made up by you, 

Last seen on 01:10, 27. Sep 2020
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Alrighty, thanks.
Sun, 03/01/2020 - 02:08

Alrighty, thanks.

Last seen on 01:10, 27. Sep 2020
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Do you know how to import…
Sun, 03/01/2020 - 02:14

Do you know how to import custom procedures?

Last seen on 01:10, 27. Sep 2020
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I mean make custom…
Sun, 03/01/2020 - 02:15

I mean make custom procedures, (like the PTPL files?)

Last seen on 01:34, 21. May 2020
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yea, it is part of the…
Sun, 03/01/2020 - 09:16

Yea, it is part of the settings of mcreator, when you make a new procedure in the top right corner of the block code screen, there is a button that says "import procedure template" click on that, import the procedure and then use that template. Why? do you want me to give you a .PTPL file?

 

Thanks,

Shadow