Charas-Project

  • Home
  • Help
  • Search
  • Calendar
  • Login
  • Register
*
Please login or register.

Login with username, password and session length
 

News:

New forum theme up and running!



  • Charas-Project »
  • Game Creation »
  • Requests »
  • RPG Maker Programming »
  • How to....
« previous next »
  • Print
Pages: [1] 2

Author Topic: How to....  (Read 4187 times)

Offline Roten910

  • Zombie Hunter
  • Initiate
  • *
  • Posts: 27
How to....
« on: August 02, 2006, 09:35:13 PM »
Ok, everyone, whats up.  Anyway, I need to know how to do a certain event in my game.  It shouldn't be to hard, but I'm still learning RM2k3 and I need some help.  :yell:

This is what I want to do:
My main hero wakes up in a bed.  Then someone in the room, a hero named jack, walks over.  Then a few chat lines between the two.  

Ok, heres the part I dont know how to do

Then after they chat a while, Jack joins your party.  Jack is now gone from the room, as he is in your party.  And he wont return even if you exit the room and come back in again or what not.  Because he is in your party.


I hope I was descriptive enough.  And if someone can answer please try to make it as simple as possible.  

Thankz in advance.

-Roten
Logged
RESISTANCE FACTOR: UNDEAD WORLD
Story: 18%
Maps:  6%
Sprites: 6%
Sound: 2%

Offline Prpl_Mage

  • Administrator
  • Sage
  • *
  • Posts: 7,645
  • The Administrator Mage
    • Check out our itch website
(No subject)
« Reply #1 on: August 02, 2006, 09:39:39 PM »
Juat activate a switch, and if that swith is on the event will not start.(Create a new event page and add it as a requirement, and then leave the page empty.)
Logged
Cool RPGM Project!
Sprite till you die

Oh my god, this was ...10 years ago...

Offline Roten910

  • Zombie Hunter
  • Initiate
  • *
  • Posts: 27
(No subject)
« Reply #2 on: August 02, 2006, 10:03:19 PM »
but won't the character Jack still be in the room, because thats where I had the even placed?

EDIT: I basically need to know how to make it so when jack is added to the party, he dissapears from all maps as well as his event.
Logged
RESISTANCE FACTOR: UNDEAD WORLD
Story: 18%
Maps:  6%
Sprites: 6%
Sound: 2%

Offline I Have a Sandwich

  • I'm Not ZKX. Quit it, I'm tired of it
  • Exemplar
  • *
  • Posts: 1,498
(No subject)
« Reply #3 on: August 02, 2006, 10:16:12 PM »
Make a switch named "Jack joins" or whatever. Now, make it so after he joins, in the event, that switch is turned on. Then make it a second page, set it to auto-start, and make it so that if that switch is on, nothing happens and the graphic is blank.
Logged

Offline Roten910

  • Zombie Hunter
  • Initiate
  • *
  • Posts: 27
(No subject)
« Reply #4 on: August 03, 2006, 12:06:45 AM »
thank you all, I'll try it when I get a chance.
Logged
RESISTANCE FACTOR: UNDEAD WORLD
Story: 18%
Maps:  6%
Sprites: 6%
Sound: 2%

Offline DragonBlaze

  • A Wild DB Appeared!
  • Royal
  • *
  • Posts: 3,329
(No subject)
« Reply #5 on: August 03, 2006, 02:23:47 AM »
Listen to what he said. You don't have to make the event auto-start though. It doesn't really matter for you now, but if you're making a big map with a lot of 'blank' events that have autostart triggers, it might lag, even if there are no commands in the events running.
Logged
Hell Yeah! Just recovered all my old rm2k/3 games from my 10 year old, broken laptop hard drive that had been formatted and had a new OS installed on it. Oh, and I did all of this from my phone. WIN

Offline Roten910

  • Zombie Hunter
  • Initiate
  • *
  • Posts: 27
(No subject)
« Reply #6 on: August 03, 2006, 05:00:05 AM »
Ok I have ran into trouble.  I cant seem to make him dissapear.  This may be because I had to call a common event.  I had the event in a one map.  And The helicopter was suppose to fly him to another one.  And then he was suppose to wake up in a new map.  But Since I cannot deal with the events one the second map when the original event was on the first one, I had to use the call common event command.  And then I had the chat in that.  Afterwards, I then went back in the original and event and added jack to the party.  Then I turned a switch on and made a pge 2 and such.  But the event didnt go off I'm gussing because jack was in my party, yet still standing next to me
Logged
RESISTANCE FACTOR: UNDEAD WORLD
Story: 18%
Maps:  6%
Sprites: 6%
Sound: 2%

Offline DragonBlaze

  • A Wild DB Appeared!
  • Royal
  • *
  • Posts: 3,329
(No subject)
« Reply #7 on: August 03, 2006, 05:25:32 AM »
Quote
Originally posted by Roten910
Ok I have ran into trouble.  I cant seem to make him dissapear.  This may be because I had to call a common event.  I had the event in a one map.  And The helicopter was suppose to fly him to another one.  And then he was suppose to wake up in a new map.  But Since I cannot deal with the events one the second map when the original event was on the first one, I had to use the call common event command.  And then I had the chat in that.  Afterwards, I then went back in the original and event and added jack to the party.  Then I turned a switch on and made a pge 2 and such.  But the event didnt go off I'm gussing because jack was in my party, yet still standing next to me


Umm, dude, just make new events for the next map. If you want the events to pick up where the events from the last map left, make a parallel process event and turn it off with switch when your done. Characters are the same way, if you want to move them from map to map, make a new event on each map that you want that character on, you can choose when they show up by turning switches on and off. If you want the character to show up, then have the right switch on, if you don't want them to show up, have the switch off.

I suggest that you just play around with switches, new pages, and parallel process events. Once you know how to use them a little better, all this stuff will get very easyer for you.

And about common events. They're basically events that you'll use a lot on various maps, or events that you want constantly running. There are some people who have day and night systems, the common events can be used to keep track of what time it is and such. I use common events for custom systems that pop up in a lot of places.
Logged
Hell Yeah! Just recovered all my old rm2k/3 games from my 10 year old, broken laptop hard drive that had been formatted and had a new OS installed on it. Oh, and I did all of this from my phone. WIN

Offline Roten910

  • Zombie Hunter
  • Initiate
  • *
  • Posts: 27
OK IM NOW OFFICIALY COMPLETELY LOST....
« Reply #8 on: August 03, 2006, 03:08:24 PM »
lol..... I'm sooo confused.  I hate a being a noob.

This is what I have:

Im in Map1, I walk onto a touch by hero triggered event.  I get a battle encounter, then a chat sequence.  Then the screen tints black in 10 seconds.  I then teleport to Map2 while the screen is black.  That a chat message of Z z Z z..., then the screen tints normal in 10 seconds.
The thing is, when that screen tints normal I need to have a new event on Map2.  But I do not know how to make 1 event go to another event.  
So then I just made an action button event under theneath the teleport on map2, so when you teleported onto the bed you would just have to press enter.  ( I don't want to have to do that)  And then I have it so theres a guy named jack who walks over to you, then you talk for a while, then he joins your party, you get 100 coins, and full party heal.  THen I used the command switch properties and turned the switch called jack joins on.  on page 2 of that event I made the switch called jack joins, and left the rest blank.  However the event didnt stop, I'm guessing, because jack was still standing there yet again.

Sooooo..... Now that you read that.
This is what I need to do:

Link the event on map1 to the event on map2 so 1 flows into 2, without any disturbance or having to press enter.

Make a switch at the end of the event on map 2 that clears the event and deletes jack's sprite.  

Someone please help me.  And I need this to be super super simple, because I am very very new to this and I'm confused on what to do.

Please help, and thanks to anyone that will.

P.S. dragon blaze I really don't understand anything your telling me. :[ _veryangry_  :dry:
Logged
RESISTANCE FACTOR: UNDEAD WORLD
Story: 18%
Maps:  6%
Sprites: 6%
Sound: 2%

Offline Meiscool-2

  • Sage
  • *
  • Posts: 7,030
  • If you support n00bs, you support communism.
(No subject)
« Reply #9 on: August 03, 2006, 03:59:39 PM »
You put new events on map 2.

Duh.
Logged
Most Recent:

________________________
Old Stuff:

Offline Roten910

  • Zombie Hunter
  • Initiate
  • *
  • Posts: 27
(No subject)
« Reply #10 on: August 03, 2006, 05:45:36 PM »
yo jerk wad thats what I did... but the new one doesnt activate...

Logged
RESISTANCE FACTOR: UNDEAD WORLD
Story: 18%
Maps:  6%
Sprites: 6%
Sound: 2%

Offline Moosetroop11

  • Sage
  • *
  • Posts: 7,398
(No subject)
« Reply #11 on: August 03, 2006, 05:55:58 PM »
Roten, shut up and calm down, insulting meiscool will get you nowhere no matter how badly you do it.

Here is a screenshot. note it.
Logged
Maaaaaaaaaaaaaaaaaaaaaaaaaaan I missed this place.

Quote from: drenrin2120
Maaaaaaaaaaaaaaaaaaan I missed you.

Quote from: fruckert
Maaaaaaaaaaaaaaan I missed that welcome.

Offline Roten910

  • Zombie Hunter
  • Initiate
  • *
  • Posts: 27
(No subject)
« Reply #12 on: August 03, 2006, 06:58:53 PM »
um yeah..... I did that.. didnt work, that's what I'm telling you
Logged
RESISTANCE FACTOR: UNDEAD WORLD
Story: 18%
Maps:  6%
Sprites: 6%
Sound: 2%

Offline DragonBlaze

  • A Wild DB Appeared!
  • Royal
  • *
  • Posts: 3,329
(No subject)
« Reply #13 on: August 03, 2006, 07:04:23 PM »
Well unless you have a bugged version of rm2k3 that doesn't work at all (which you don't) then it will work. Did you turn the switch on at the end of the first page? If you turn the switch on, the event will turn off and stay off forever (as long as that switch remains on).

Take a screenshot of your events and show them to us. To take a screenshot, press the prt sc button right of the F12 button. Open up paint, then go to edit - paste. Save the file as a png or jpg.
Logged
Hell Yeah! Just recovered all my old rm2k/3 games from my 10 year old, broken laptop hard drive that had been formatted and had a new OS installed on it. Oh, and I did all of this from my phone. WIN

Offline Roten910

  • Zombie Hunter
  • Initiate
  • *
  • Posts: 27
(No subject)
« Reply #14 on: August 03, 2006, 07:18:15 PM »
Ok I know the problem.... wow... But I still dont know a good fix.
See, the event doest happen when I talk to Jack it happens when I walk over a tile on map 2.  Then he walks over and stuff and chats with you.

But heres the problem, Jack is its own event with nothing but a sprite.  And the event which I walk over tells the event Jack to move near me, and then I have the chat.  And since I put the switch to turn off in the command, it did but since jack is its own event, he didnt turn off.

The only thing is I do not know how to fix this to work.  

Any ideas?
Logged
RESISTANCE FACTOR: UNDEAD WORLD
Story: 18%
Maps:  6%
Sprites: 6%
Sound: 2%

  • Print
Pages: [1] 2
« previous next »
  • Charas-Project »
  • Game Creation »
  • Requests »
  • RPG Maker Programming »
  • How to....
 

  • SMF 2.0.10 | SMF © 2015, Simple Machines
  • XHTML
  • 2O11
  • RSS
  • WAP2
  • Simple Machines Forum