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

Started by Mon Dem on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Jul 2022
Points:
404

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 8
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
Active 2 years ago
Joined Feb 2022
Points:
631

User statistics:

  • Modifications: 0
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 158
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.

Active 2 years ago
Joined Jul 2022
Points:
404

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 8
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

Active 10 hours ago
Joined Oct 2020
Points:
679

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 135
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.

Active 10 hours ago
Joined Oct 2020
Points:
679

User statistics:

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

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

Active 10 hours ago
Joined Oct 2020
Points:
679

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 135
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".

Active 10 hours ago
Joined Oct 2020
Points:
679

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 135
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.

Active 10 hours ago
Joined Oct 2020
Points:
679

User statistics:

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

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

Active 2 years ago
Joined Jul 2022
Points:
404

User statistics:

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

Ok, tysm for helping me with this

Active 10 hours ago
Joined Oct 2020
Points:
679

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 135
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.

Active 2 years ago
Joined Jul 2022
Points:
404

User statistics:

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

Okk

Active 2 years ago
Joined Jul 2022
Points:
404

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 8
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 

Active 10 hours ago
Joined Oct 2020
Points:
679

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 135
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