How do i make a quest like you have to get somthing for somone and then you get somthing in return?
Announcement
Collapse
No announcement yet.
How do i make a quest.
Collapse
X
-
LinkTags: None
-
Re: How do i make a quest.
Here's a sample generic quest: the world will end if a good wizard isn't brought a magic globe that will save the land from evil.
Go into the Character Editor, and create a wizard. On the 5th page of the char editor, there's a button called "To the mode editor". Go into that. Have the wizard say, "The world will end without you giving me the Great Crystal." (or something like that).
Exit out of that screen, and go back to the 5th page of the char editor. Go to the right-hand side, under the moon icon, and copy the day mode into the night mode, so that he'll say this whether it's day or night (unless you only want him to say that ONLY during the day).
Now You'll see four small buttons <- -> + and -. Go into the plus button, which will add a mode. In that mode, go to the Mode editor. Have him say "You have finished the quest!" Exit out of that screen and go back to the previous page. Copy the day mode into the night mode, so he'll say this whether it's day or night.
Place your item (the crystal) in an area (dungeon, whatever) using the layout editor. Directly in front of the item, very, very close to it, place an invisible event. Set it to 'touch' (second screen). Go down to 'event code', click 'New', 'property control', 'add mode', then click the name of thie wizard. Then exit out.
This will make it so that when your character walks up to the item, the code causes the wizard to go to the next mode. He will 'realize' you have the item. When you bring it to him, he'll now say "You have finished the quest!"
This is only a stripped-down, simple example, and it sounds complex, but it's really actually very easy. It's six steps. You can also add things to this example: you could have him give the PC a reward, such as gold, or whatever. Or you could have a decision branch where the PC decides not to pursue the quest at all. Play around. Experiment. Look at all the screens, and you'll be surprised by how many ideas you'll get.
-
Link
Re: How do i make a quest.
thank you so much i might not of lived if you hadn't told me that.
Thx again
Comment

Is your quest made now?
Comment