Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Cloudghost on July 30, 2009, 12:06:30 AM
-
I need help making jobs on RPG Maker 2003.
What I want is to walk up to this guy.
He says you need a job.
I say yes.
Maybe give you a list of jobs.
Then he gives me a job.
Jobs I would like to do.
"Beat this monster at this loaction."
"Find this person."
"Find this item."
"Get here before this time."
I would also like you to show me what it would look like in the "Event Commands" by screen picture or you can type it out.
Thanks. =)
-
Do you know about switches, variables, and conditional branches?
Yes.
Still learning.
And Yes.
-
Okay, do this.
(http://img204.imageshack.us/img204/3964/75707059.png)
(http://img505.imageshack.us/img505/6333/33537773.png)
For each of the choices (beat monster, find person, etc), just add messages telling him how to finish the quest. If you want him to only be able to do one of them, just make another page with a switch along the lines of "Monster Quest ON", or if you want to save switch, use a variable, 1 being the monster quest, 2 for finding person, etc. And use a switch for "Quest Completed", on a third page.
I think it works... This is the first time this year that I opened RPG Maker. Been a while since I used it.
I tried it like that.
It's when you take the quest. I beat the mosnter and I come back to the guy and try to get the money for it. It's doesn't work.
-
Did you remember to set the switch "On" when you beat the monster?
Show me the code for the monster.
Oh, ok. I got it to work.
Thanks.
-
Oh, ok. I got it to work.
Thanks.
Can you show me what it would looks like for the others?
I havn't tried them yet.
-
I'll give it a try.
Now I need help thinking up of more jobs. Lol.