How to make a flying mob that can pick up and drop you (solved)

Started by Mon Dem on

Topic category: Help with modding (Java Edition)

Last seen on 14:40, 27. Aug 2022
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make a flying mob that can pick up and drop you (solved)
Thu, 08/18/2022 - 09:09 (edited)

So im making a flying mob that can pick you up and drop you like the Roc from Rl Craft,  i got it to pick me up but i can't get it to drop me.

https://www.mediafire.com/view/pf74pqhy61707fw/Procedure.png/file

https://www.mediafire.com/view/j0kbb8tgqzg1t7v/Trigger.png/file

If you are shifting it can't pick you up, I tried doing it with teleporting the player under the mob, but i couldn't find the blocks needed for it.

Edited by Mon Dem on Thu, 08/18/2022 - 09:09
Last seen on 13:56, 19. Dec 2022
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You should probably make the…
Tue, 08/16/2022 - 17:23

You should probably make the procedure make the player ride the mob. You can use the mount offset.

Last seen on 14:40, 27. Aug 2022
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This is just a question. Did…
Tue, 08/16/2022 - 18:32

This is just a question.

Did you see the images i sent with the message

Last seen on 19:01, 20. Apr 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Mon Dem on your pickup…
Tue, 08/16/2022 - 19:53

Mon Dem on your pickup procedure you should use the "Strike Lightning each 10-th time" Procedure and alter that to TP the player 1 Block higher, ie. X,Y+1, Z which should dismount the player, instead of striking lightning. I tested this on a pig since I don't have my creatures made yet and it works.

Last seen on 19:01, 20. Apr 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
 "Strike Lightning each 10…
Tue, 08/16/2022 - 19:53

 "Strike Lightning each 10-th time" Procedure Template*

Last seen on 19:01, 20. Apr 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Actually might work better…
Tue, 08/16/2022 - 19:58

Actually might work better if its a separate procedure. Just use the Advanced Sections "Call Procedure".

Last seen on 19:01, 20. Apr 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You are quite new to…
Tue, 08/16/2022 - 20:41

You are quite new to MCreator so I will make the procedures for this specific mechanic you want. I'll be about 10-20 minutes unless I just make it work rn.

Last seen on 19:01, 20. Apr 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Test 1 partially worked…
Tue, 08/16/2022 - 21:01

Test 1 partially worked. Just altering some stuff so it works as intended,

Last seen on 14:40, 27. Aug 2022
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok, tysm for helping me with…
Tue, 08/16/2022 - 21:44

Ok, tysm for helping me with this

Last seen on 19:01, 20. Apr 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Didn't realise how painful…
Tue, 08/16/2022 - 21:54

Didn't realise how painful trying to fix all the bugs is gonna be but I needed to do this at some point anyway for my own mod. I would keep working on your mod in the meantime and don't worry too much about this procedure.

Last seen on 14:40, 27. Aug 2022
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Okk
Tue, 08/16/2022 - 22:00

Okk

Last seen on 14:40, 27. Aug 2022
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I had bugs of my own but i…
Tue, 08/16/2022 - 22:04

I had bugs of my own but i fixed them all, and don't worry i don't need this like rn so get  all the time you need 

Last seen on 19:01, 20. Apr 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could easily make the…
Wed, 08/17/2022 - 09:59

You could easily make the procedure that you made smoother by increasing the repeat to 100 and changing -1.7 to -0.34 and the  0.15 to 0.03. See if that works out for you