The RPG Maker Resource Kit

RMRK RPG Maker Creation => XP => Topic started by: Cactuar on August 14, 2011, 01:07:37 AM

Title: [RESOLVED] (XP) Need help making quest.
Post by: Cactuar on August 14, 2011, 01:07:37 AM
OK. So I'm making quest where i go to the town then the towns major asks me if i can get rid of some pirates and bring him "the druid's horn", they live in cave near the town. And if i go that cave before i have talked with major there shouldn't be any pirates, but i dont know how i do it. And the second problem is when the pirates are in that cave and i have defeated them how i can make them dissapear permanently.


I'm using RPG maker XP
Title: Re: Need help making quest.
Post by: Mushu on August 14, 2011, 01:13:09 AM
You can do all of this with switches and control self-switch
Title: Re: Need help making quest.
Post by: Acolyte on August 14, 2011, 01:16:55 AM
Make a switch. In your pirate events, make it so the event is only activated when that switch is on by checking the box in the top left of the event and setting it to the switch you chose.
In your mayor event, turn the switch on after the player accepts the quest.
Back in your pirate event, after the battle command, turn self switch A on. Then, make another blank event page in your pirate events with the "control self switch A ON" box in the upper left checked.

I hope this was explained well. I'm not the best explainer sometimes ^^;
Title: Re: Need help making quest.
Post by: Cactuar on August 14, 2011, 01:27:02 AM
Make a switch. In your pirate events, make it so the event is only activated when that switch is on by checking the box in the top left of the event and setting it to the switch you chose.
In your mayor event, turn the switch on after the player accepts the quest.
Back in your pirate event, after the battle command, turn self switch A on. Then, make another blank event page in your pirate events with the "control self switch A ON" box in the upper left checked.

I hope this was explained well. I'm not the best explainer sometimes ^^;

OK. Thanks :) I think i got it now.