Status
Not open for further replies.

omeg

Veteran
Veteran
Joined
Jul 13, 2019
Messages
72
Reaction score
10
First Language
french
Primarily Uses
RMMV
Hello boys and girls !

Today i want to try a system discovered on suikoden2 long time ago :

In this game you can recruit some characters if you meet the condition and when recruted they are in your base and not in the initial map anymore ^^
I want to do the same and i was wondering if its possible to do in rpg maker MV .
For battler i will figure it out but for NPC im struggling a little^^ Is there a wy to recruit a NPC (already in a shop,selling some stuff) and after this recruitment make this npc disapear from this first shop and teleport him in the new one in the player base(other map and position?)?

thaks you for your help =)
 

Kes

Veteran
Veteran
Joined
Aug 3, 2012
Messages
23,606
Reaction score
13,402
First Language
English
Primarily Uses
RMMZ
JS Plugin Releases is where people who have written a completed plugin which they want to share with the community can post it.

[move]RPG Maker MV[/move]
 

gstv87

Veteran
Veteran
Joined
Oct 20, 2015
Messages
3,144
Reaction score
2,273
First Language
Spanish
Primarily Uses
RMVXA
quickest, cheapest way to do it without plugins: make as many switches as NPC are there to be recruited, and make those events in both maps they're supposed to appear in.... check both events for switch ON, one with the character page first, and one with a blank page first.
when the switch is OFF, they'll both spawn with the opposite page, and either appear or not.
 

MushroomCake28

KAMO Studio
Global Mod
Joined
Nov 18, 2015
Messages
4,242
Reaction score
5,114
First Language
EN, FR
Primarily Uses
RMMZ
The best way would be to have a plugin to do this. Anything that dramatically changes the engine's functionalities always require a plugin. This is a harder thing to do, and I suspect there won't be many people willing to code that for free for you. There might be a free to use plugin that does something similar to what you're asking, but I'm not aware of one.

The second option is to mimic that system via complex eventing and conditionals with switches/variables. It is most likely doable, but will require some work on your part. You can have like a switch for when the NPC joins you, and when ON it will make the NPC disappear from its original location and it will make it appear in your player base. Anyways, my point is that it is doable.
 

Ebanyle

what
Veteran
Joined
Sep 2, 2016
Messages
377
Reaction score
241
First Language
Portuguese
Primarily Uses
RMVXA
Activate a switch after recruiting them, and make a blank page of the event with that switch. In the base, make the event only appear when said switch is on.
 

Andar

Veteran
Veteran
Joined
Mar 5, 2013
Messages
38,503
Reaction score
10,920
First Language
German
Primarily Uses
RMMV
neither switches nor plugins.

the simplest way is to use the event condition "actor exists".

All the events pretending to be NPCs get a new event page, the one with the highest page number, and set that to "actor exist" as well as "above character priority" and NO SPRITE.

as soon as the actor is in the party (which will be when the NPC is hired) the event pretending to be the NPC will vanish - and return if you release the actor from the party at a later time.
 

Thefirelion

TheFireLion Game Studio
Veteran
Joined
Mar 25, 2017
Messages
150
Reaction score
48
First Language
Spanish
Primarily Uses
RMVXA
In the condition part of the event, check box "actor" if "x" actor exists in you party then "delete" the NPC or create the NPC.

For the npc that activates recruitment, 2 pages:

In the first for the character recruitment sequence.
On the second page, check the "actor" box in the conditional configuration of the event to "delete" the event or continue with other events that you want to create from that.

To activate the events that depend on the recruitment of that character, do the same with the check of the "actor" box as a condition.
 

omeg

Veteran
Veteran
Joined
Jul 13, 2019
Messages
72
Reaction score
10
First Language
french
Primarily Uses
RMMV
yep but i dont want this NPC in my party because player could use it in the formation and will crash only sprite is set on this "actor"

What i need is close to a teleportation of that NPC from a A point to an B point transfering the event(the shop) or copying this event(npc+shop) to the point b ,deleting the one in A point .

I don't know if i am clear enough^^
 
Last edited:

Thefirelion

TheFireLion Game Studio
Veteran
Joined
Mar 25, 2017
Messages
150
Reaction score
48
First Language
Spanish
Primarily Uses
RMVXA
yep but i dont want this NPC in my party because player could use it in the formation and will crash only sprite on this "actor"

What i need is close to a teleportation of that NPC from a A point to an B point transfering the event(the shop) or copying this event(npc+shop) to the point b ,deleting the one in A point .

I don't know if i am clear enough^^

Well, then use the switch and seft switches method.
 

omeg

Veteran
Veteran
Joined
Jul 13, 2019
Messages
72
Reaction score
10
First Language
french
Primarily Uses
RMMV
I tried something just to see what happens :
The first page is completely ignored ,when i talk to this npc only the page 2 occur... =s
 

Wavelength

MSD Strong
Global Mod
Joined
Jul 22, 2014
Messages
6,114
Reaction score
5,901
First Language
English
Primarily Uses
RMVXA
When you have an Event with several pages, the highest number page whose Page Conditions are met will be the active page and its event contents will run when you interact with it. (Page Conditions are the checkboxes at the top-left.)

If no Page Conditions are set, then all of them are met! So, since you have no Page Conditions for Page 2 (your highest-numbered page), it will always be the active page and Page 1 will always be ignored.

What you need to do is make it so that Page 2 has a Condition which is only met when you no longer want to use Page 1. Usually, you will do this by adding a "Switch X is ON" Page Requirement to Page 2, and something in the event contents of Page 1 will turn that on.
 

omeg

Veteran
Veteran
Joined
Jul 13, 2019
Messages
72
Reaction score
10
First Language
french
Primarily Uses
RMMV
aahhhh yes ,didn't know that thing ^^And it works perfectly ,thank you all for your advices ,this forum is awsome =)
 

jaja

Veteran
Veteran
Joined
Jan 2, 2023
Messages
52
Reaction score
6
First Language
English
Primarily Uses
RMMV
Hello boys and girls !

Today i want to try a system discovered on suikoden2 long time ago :

In this game you can recruit some characters if you meet the condition and when recruted they are in your base and not in the initial map anymore ^^
I want to do the same and i was wondering if its possible to do in rpg maker MV .
For battler i will figure it out but for NPC im struggling a little^^ Is there a wy to recruit a NPC (already in a shop,selling some stuff) and after this recruitment make this npc disapear from this first shop and teleport him in the new one in the player base(other map and position?)?

thaks you for your help =)
Ok question about rpg maker mv Nintendo switch how do I make a npc recruitable and is there a number limit of how many characters I can recruit ?
 

Shaz

Keeper of the Nuts
Global Mod
Joined
Mar 2, 2012
Messages
46,045
Reaction score
16,852
First Language
English
Primarily Uses
RMMV

@jaja, please refrain from necro-posting in a thread. Necro-posting is posting in a thread that has not had posting activity in over 30 days. You can review our forum rules here. Thank you.



As I said in your other thread, we do not provide support here for console versions.

Please do not post the same question in multiple places.
 
Status
Not open for further replies.

Latest Threads

Latest Posts

Latest Profile Posts

Ok. I am seriously going to make efforts to stop double-posting because I got suspended for two days because of doing it too much. Lmao; am I the only one who got a suspension for this? Probably not, but I'd still like to know LOL.
I always hated when the an NPC disappears for the night they just blink out. Finally got around to making a fade out/in for any NPCs that leave/comeback for the night or day.
LmHbTL.png


Continuing our countdown with Capsule Monster #10 Curl Shot! A powerful ranged attacker, you're better off double teaming him with magic users to defeat!!
TSR
Taking a break from mapping, I've been working on the shop scene lately.Capture d’écran, le 2023-06-09 à 17.18.41.png


The project is going well, it's just I rarely share clips and stuff 'round here

Forum statistics

Threads
131,777
Messages
1,223,258
Members
173,547
Latest member
KamiPawa
Top