Eli Jump System - Player jumps with a press of a button!

seruzen

Villager
Member
Joined
Sep 12, 2021
Messages
5
Reaction score
2
First Language
KOREAN
Primarily Uses
RMMZ
안녕하세요!
죄송하지만 질문을 이해하지 못했습니다.
점프를 하고 있는데 왠지 캐릭터가 지붕과 겹친다?
이 상황을 보여주는 비디오, 스크린샷 또는 gif를 보낼 수 있습니까?

--------------

버전 5.0.0은 5.0.0 버전보다 낮은 플러그인과 호환되지 않습니다.

버전 5.0.0 - 2022년 2월 5일

  • 업데이트된 이용약관.

체크.png
The electric pole in the photo is an event object.
When not jumping
electric poles are shown above the character
If you jump, it will be shown below the character.

Could it be possible to make the electric pole visible above the carrier while jumping?

i am sorry that i am not good at English
I love your plugins
 

Eliaquim

Hakuen Studio
Veteran
Joined
May 22, 2018
Messages
3,171
Reaction score
2,429
First Language
Portuguese - Br
Primarily Uses
RMMZ
View attachment 215902
The electric pole in the photo is an event object.
When not jumping
electric poles are shown above the character
If you jump, it will be shown below the character.

Could it be possible to make the electric pole visible above the carrier while jumping?

i am sorry that i am not good at English
I love your plugins
Thanks for the screenshot! Don't worry, English is not my native language too xD

So, I believe I understand your situation.
You can try letting the event priority above the player.
Or you can try using the note tag on the event note, so the player will not be able to jump over it.

Can you tell me what is the event priority?
And also, the pole is a single event, or is it a multiple events creating the pole?
 

seruzen

Villager
Member
Joined
Sep 12, 2021
Messages
5
Reaction score
2
First Language
KOREAN
Primarily Uses
RMMZ
Thanks for the screenshot! Don't worry, English is not my native language too xD

So, I believe I understand your situation.
You can try letting the event priority above the player.
Or you can try using the note tag on the event note, so the player will not be able to jump over it.

Can you tell me what is the event priority?
And also, the pole is a single event, or is it a multiple events creating the pole?

Oh thank you so much!
Event priority is 'SAME AS CHARACTERS'
The pole are a single event

If this is solved, I can express a lot of things :LZSexcite:
 

Roninator2

Gamer
Veteran
Joined
May 22, 2016
Messages
4,663
Reaction score
1,315
First Language
English
Primarily Uses
RMVXA
Event priority is 'SAME AS CHARACTERS'
The pole are a single event
That is the problem. If you were in front of the pole and jumped it looks normal.
If you changed the event to above player, then behind the event is fine, but in front would have it show on top of the player.
This becomes tricky.
If you even split the graphic in multiple events it still would cause an issue.
base of pole same as characters. Covers all directions.
one tile up set to above characters. Behind works fine, in front would show above the player when you jumped.
The solution is to have it change priority based on player position.
Player is below, set to same as characters. player behind set to above player.

I'm not familiar with MZ so I don't know if there in a plugin that can do that.
 

Eliaquim

Hakuen Studio
Veteran
Joined
May 22, 2018
Messages
3,171
Reaction score
2,429
First Language
Portuguese - Br
Primarily Uses
RMMZ
View attachment 215902
The electric pole in the photo is an event object.
When not jumping
electric poles are shown above the character
If you jump, it will be shown below the character.

Could it be possible to make the electric pole visible above the carrier while jumping?

i am sorry that i am not good at English
I love your plugins
Ok, I made some tests here.
For you to avoid this behavior, you will need to have the pole event as ABOVE PLAYER and with the note tag: <BlockJump>.

Although this will prevent the player to jump over it, this can also make the player walk under it, because it is an ABOVE PLAYER event.

So, you need to find a way to create a collision there, so the player can't walk under the pole.

One of the possible solutions is to put an invisible event below the pole, that must be SAME AS CHARACTERS. Since the engine doesn't let you create events in the same place, you have to create the collision event close to the pole and make it walk under the pole.
Example below(The pole event is the Crystal):

9vG8akn.png
 

Roninator2

Gamer
Veteran
Joined
May 22, 2016
Messages
4,663
Reaction score
1,315
First Language
English
Primarily Uses
RMVXA
One of the possible solutions is to put an invisible event below the pole, that must be SAME AS CHARACTERS.
Two other possibilities come to mind. Region restriction and creating an event then doing a set event location when entering the map.
 

Eliaquim

Hakuen Studio
Veteran
Joined
May 22, 2018
Messages
3,171
Reaction score
2,429
First Language
Portuguese - Br
Primarily Uses
RMMZ
Two other possibilities come to mind. Region restriction and creating an event then doing a set event location when entering the map.
Yes, region restriction can work, but he will need a plugin for that.
The set event location can also work! I think it is indeed easier than my first approach
 

seruzen

Villager
Member
Joined
Sep 12, 2021
Messages
5
Reaction score
2
First Language
KOREAN
Primarily Uses
RMMZ
체크.png
I solved it!

I put movement restrictions on the transparent map chip

When passing under a pole, it has to be visible behind the character.
I solved map Y of character and pole as event page condition

to set it up simply

I used Tsukihime's 'Custom Page Conditions' plugin and TheoAllen's 'Auto Variable Value' together


I'm just a user
I am happy to be able to express various things with such a good plugin
Thank you very much :)
 

Eliaquim

Hakuen Studio
Veteran
Joined
May 22, 2018
Messages
3,171
Reaction score
2,429
First Language
Portuguese - Br
Primarily Uses
RMMZ
View attachment 216001
I solved it!

I put movement restrictions on the transparent map chip

When passing under a pole, it has to be visible behind the character.
I solved map Y of character and pole as event page condition

to set it up simply

I used Tsukihime's 'Custom Page Conditions' plugin and TheoAllen's 'Auto Variable Value' together


I'm just a user
I am happy to be able to express various things with such a good plugin
Thank you very much :)
Nice!! Glad you made it!! ^^
 

Saliacoel

Villager
Member
Joined
Jul 28, 2021
Messages
27
Reaction score
7
First Language
English
Primarily Uses
RMMZ
Hi!
Great plugin, works nice.
Is there a way to add a custom script on triggering jump?
 

Eliaquim

Hakuen Studio
Veteran
Joined
May 22, 2018
Messages
3,171
Reaction score
2,429
First Language
Portuguese - Br
Primarily Uses
RMMZ
Hi!
Great plugin, works nice.
Is there a way to add a custom script on triggering jump?
Hi there! :)
Yes, there is. You have the plugin commands and the script calls on the help file.
So what do you need, what do you want to do?
 

Eliaquim

Hakuen Studio
Veteran
Joined
May 22, 2018
Messages
3,171
Reaction score
2,429
First Language
Portuguese - Br
Primarily Uses
RMMZ
Added compatibility patch files for MV and MZ version with the DotMoveSystem.js(Pixel Movement) plugin from unagi ootoro.

Version 5.1.0 - 02/19/2022
  • Now if an event has the note tag <BlockJump>, you can unblock it using a tag <UnblockJump> on a comment command.
  • Add a plugin command that lets you Block/Unblock jump over an event, regardless of the event note tags and comment commands.
 

Eliaquim

Hakuen Studio
Veteran
Joined
May 22, 2018
Messages
3,171
Reaction score
2,429
First Language
Portuguese - Br
Primarily Uses
RMMZ
Version 5.1.1 - 05/18/2022
  • [MZ] Fixed a bug on the coordinates argument of the plugin command “Jump to coordinates”. The type of the parameter was set to “Note” when it should be “text”. This was causing a problem when calculating the coordinates.
  • Fixed a bug that when an event is set to Block Jump, it was blocking even if the player has Through ON.
  • Fixed a bug where plugin commands to Jump were ignoring the Block Jump property on characters and tiles.
  • Need Eli Book 5.1.1 now.
 

MariuscoGames

Villager
Member
Joined
Jan 6, 2021
Messages
21
Reaction score
7
First Language
Español
Primarily Uses
RMMV
Hey, can you make different keys for each actor? Like Z for number one, X for number 2, etc
And also can I put if each character who can jump/not jump? Please can you see if you can add it?
 

Eliaquim

Hakuen Studio
Veteran
Joined
May 22, 2018
Messages
3,171
Reaction score
2,429
First Language
Portuguese - Br
Primarily Uses
RMMZ
Hey, can you make different keys for each actor? Like Z for number one, X for number 2, etc
And also can I put if each character who can jump/not jump? Please can you see if you can add it?
Hi there!

Sorry, but I will not add this to the plugin. Too specific. But perhaps I can help if you answer me these questions:

First, why do you need it that way? Why every actor needs a different button to jump?

When you mean each actor, do you mean when you change the party leader? Or do you mean if the player press Z the number one(party leader) on the party will jump; if the player presses X, the number two(First follower) on the party will jump; etc?

And also can I put if each character who can jump/not jump?
- About that, you can turn ON the switch that prevents the jump(On the plugin parameters) according to the party leader.
 

MariuscoGames

Villager
Member
Joined
Jan 6, 2021
Messages
21
Reaction score
7
First Language
Español
Primarily Uses
RMMV
Hi there!

Sorry, but I will not add this to the plugin. Too specific. But perhaps I can help if you answer me these questions:

First, why do you need it that way? Why every actor needs a different button to jump?

When you mean each actor, do you mean when you change the party leader? Or do you mean if the player press Z the number one(party leader) on the party will jump; if the player presses X, the number two(First follower) on the party will jump; etc?


- About that, you can turn ON the switch that prevents the jump(On the plugin parameters) according to the party leader.
In my game, there are two characters that have the ability to jump, but the other ones do not. And since they move one after the other, when one jumps by default they all jump to the same place together. I want partner 1 (the guide) to jump normally and partner 2 to move one square back. So that it is like this:

----12---- and when they jump --12------ that one is next to the other, not all huddled together.

The one in the back only jumps to decorate and activate some events (I'll take care of the events I just need help to jump)

I hope this answers the question... I have no idea how to program plugins so I hope you can help me!
I did an example game here https://turbowarp.org/706460856 so you can see how I want it to work
 
Last edited:

MariuscoGames

Villager
Member
Joined
Jan 6, 2021
Messages
21
Reaction score
7
First Language
Español
Primarily Uses
RMMV
(And I sent this message accidentally ignore it)
 

Eliaquim

Hakuen Studio
Veteran
Joined
May 22, 2018
Messages
3,171
Reaction score
2,429
First Language
Portuguese - Br
Primarily Uses
RMMZ
In my game, there are two characters that have the ability to jump, but the other ones do not. And since they move one after the other, when one jumps by default they all jump to the same place together. I want partner 1 (the guide) to jump normally and partner 2 to move one square back. So that it is like this:

----12---- and when they jump --12------ that one is next to the other, not all huddled together.

The one in the back only jumps to decorate and activate some events (I'll take care of the events I just need help to jump)

I hope this answers the question... I have no idea how to program plugins so I hope you can help me!
I did an example game here https://turbowarp.org/706460856 so you can see how I want it to work
Thanks for the explanation!
I did get what you want. But by default RPG Maker will make the followers, the other members, follow the player.

This will also need some modifications in other aspects regardless of how the engine treats the follower relation with the party leader.

I will try to think of a way when I had some time, but not sure if I'm willing to implement it in my plugin directly. Maybe there is an event way or I do a pach.
 

MariuscoGames

Villager
Member
Joined
Jan 6, 2021
Messages
21
Reaction score
7
First Language
Español
Primarily Uses
RMMV
Thanks for the explanation!
I did get what you want. But by default RPG Maker will make the followers, the other members, follow the player.

This will also need some modifications in other aspects regardless of how the engine treats the follower relation with the party leader.

I will try to think of a way when I had some time, but not sure if I'm willing to implement it in my plugin directly. Maybe there is an event way or I do a pach.
Thank you! Could you notify me when you do it?
 

Latest Threads

Latest Posts

Latest Profile Posts

I'm really sorry I haven't done any streams. I actually just got home from the hospital after a week and a half.
I'm not dead - I promise :stickytongue:

Anyway, some pokemon inspired art (dont ask me which one tho xD)
reali.png
Writing boss music for Pale Coins. This is the Goblin Mage's theme!

Caz
I've been trying to upload more video tutorials for RMMZ lately! Does anyone have a topic they'd like to see covered? :ehappy:

Forum statistics

Threads
129,714
Messages
1,204,544
Members
170,785
Latest member
arthor
Top