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 »
  • Tutorials »
  • Kirby powers
« previous next »
  • Print
Pages: [1]

Author Topic: Kirby powers  (Read 3539 times)

Offline elementalhero76

  • Your Ad here!
  • Zealot
  • *
  • Posts: 612
  • The Writer of Light
    • Official Esgardum Wiki (locked)
Kirby powers
« on: March 21, 2007, 12:54:10 AM »
Ok here's how I want to do it...

Kirby has item parasol. So he uses it in battle and he becomes parasol kirby. Now here's the gist about it, I can't change classes in battle so I change characters so I have two characters Kirby and P. Kirby now I got that straight, I now have this problem...

How do you make their levels equal since this is only for the battle?
Logged
Retired RM2k3 user. Using VS2015 Pro.
Discord:LightWriterOfLegend2016#5786

Esgardum Legends wiki:
Dead. Need to pay $100/yr to stay open and editable. Debating if I want to or not.

Esgardum Series status:
RPG: World building and planning stage
Books: Still on book 1: The Four Sinners

Offline Daetyrnis

  • Zealot
  • *
  • Posts: 616
    • Organization 13½
(No subject)
« Reply #1 on: March 21, 2007, 12:56:55 AM »
You can change classes in battle, just call a common event.
Logged

Offline Ben

  • Some dude
  • Staff
  • Royal
  • *
  • Posts: 4,844
  • butts
    • my portfolio
(No subject)
« Reply #2 on: March 21, 2007, 04:42:54 AM »
And as for levels, you are gonna want to have some sort of event that stores the current level into variable, and then an event of sorts to change parasol Kirby to have the same level.

But uh....that probably didnt make alot of sense. Id elboarte... but Im rushed right now. Perhaps later, if you still dont get it
Logged

Offline elementalhero76

  • Your Ad here!
  • Zealot
  • *
  • Posts: 612
  • The Writer of Light
    • Official Esgardum Wiki (locked)
(No subject)
« Reply #3 on: March 21, 2007, 08:29:15 PM »
Ok I started with the connon event to change the class that I can do but as for varibles, big humongo questionmarks!
Logged
Retired RM2k3 user. Using VS2015 Pro.
Discord:LightWriterOfLegend2016#5786

Esgardum Legends wiki:
Dead. Need to pay $100/yr to stay open and editable. Debating if I want to or not.

Esgardum Series status:
RPG: World building and planning stage
Books: Still on book 1: The Four Sinners

Offline Grandy

  • Zombie
  • Royal
  • *
  • Posts: 4,989
  • Not actually dead
(No subject)
« Reply #4 on: March 21, 2007, 08:39:13 PM »
 I... remember seing a tutorial somewhere about this long ago... though it was in portuguese. I'll have a look for you, if it's not too complicated I'll try and translate.
Logged
Quote from: Alex
I general I'd say I agree 98% with Grandy's post above.

Offline DragonBlaze

  • A Wild DB Appeared!
  • Royal
  • *
  • Posts: 3,329
(No subject)
« Reply #5 on: March 21, 2007, 09:19:18 PM »
For the  variables. Go to variable options, select a variable you want to store your value into (in this case, the value will be the heros level). click on the hero bubble/box, then select the hero you want from the pulldown box, then in the next pulldown box, select level.

This will set the variable to the heros level.

Now take that variable and subtract 1 from it (you'll see why later)

Next, you use a change character level command, select the new character, and set the level to 1. (subrtact 99 levels)

FInally, make another change character level command, this time, add levels, and choose the variables stored in the variable from before. Since the level will be at one, and you're adding one less than the current heros level, it'll be equal to the current heros level.
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 Moosetroop11

  • Sage
  • *
  • Posts: 7,398
(No subject)
« Reply #6 on: March 21, 2007, 09:49:59 PM »
As far as I remember, my problem was that the battlechar doesn't change in the middle of battle when the class changes. Or have you got a version that fixed that?
Logged
Maaaaaaaaaaaaaaaaaaaaaaaaaaan I missed this place.

Quote from: drenrin2120
Maaaaaaaaaaaaaaaaaaan I missed you.

Quote from: fruckert
Maaaaaaaaaaaaaaan I missed that welcome.

Offline Grandy

  • Zombie
  • Royal
  • *
  • Posts: 4,989
  • Not actually dead
(No subject)
« Reply #7 on: March 21, 2007, 10:20:51 PM »
Quote
Originally posted by DragonBlaze
For the  variables. Go to variable options, select a variable you want to store your value into (in this case, the value will be the heros level). click on the hero bubble/box, then select the hero you want from the pulldown box, then in the next pulldown box, select level.

This will set the variable to the heros level.

Now take that variable and subtract 1 from it (you'll see why later)

Next, you use a change character level command, select the new character, and set the level to 1. (subrtact 99 levels)

FInally, make another change character level command, this time, add levels, and choose the variables stored in the variable from before. Since the level will be at one, and you're adding one less than the current heros level, it'll be equal to the current heros level.


 How about the EXP? Will it be the same?
Logged
Quote from: Alex
I general I'd say I agree 98% with Grandy's post above.

Offline DragonBlaze

  • A Wild DB Appeared!
  • Royal
  • *
  • Posts: 3,329
(No subject)
« Reply #8 on: March 22, 2007, 01:37:34 PM »
Quote
Originally posted by Grandy
Quote
Originally posted by DragonBlaze
For the  variables. Go to variable options, select a variable you want to store your value into (in this case, the value will be the heros level). click on the hero bubble/box, then select the hero you want from the pulldown box, then in the next pulldown box, select level.

This will set the variable to the heros level.

Now take that variable and subtract 1 from it (you'll see why later)

Next, you use a change character level command, select the new character, and set the level to 1. (subrtact 99 levels)

FInally, make another change character level command, this time, add levels, and choose the variables stored in the variable from before. Since the level will be at one, and you're adding one less than the current heros level, it'll be equal to the current heros level.


 How about the EXP? Will it be the same?[/B]


No, but unless you plan to gain experaince mid battle, it shouldn't matter. I was under the assumption that the character would change back to normal at the end of the battle. IF NOT, just do the same thing, excpet with level, use exp.
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

  • Print
Pages: [1]
« previous next »
  • Charas-Project »
  • Game Creation »
  • Requests »
  • Tutorials »
  • Kirby powers
 

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