Home
Help
Search
Calendar
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Click here to join us on IRC (#charas on irc.freenode.net)!
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Changing the maximum level?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Changing the maximum level? (Read 2078 times)
Geocide
Initiate
Posts: 17
Changing the maximum level?
«
on:
May 31, 2009, 01:48:04 PM »
I'm sorry for all my recent questions. But I did search for this without results, and it's something I really want to do.
Aight, my game is split into chapters. And on chapter 1 I don't want the player to be able to go above level 10. I know that you can set "Maximum level" but at chapter 3 or so when you play that hero again I want it to be 10 - 20th level instead. Is there anyway to set some sort of a "limit" that can be changed?
~Geocide.
Logged
Prpl_Mage
Administrator
Sage
Posts: 7,645
The Administrator Mage
Re: Changing the maximum level?
«
Reply #1 on:
May 31, 2009, 07:50:37 PM »
Have an event check if the hero is beyond the set lvl(conditional branch). In that case: set the heroes' level to 10.
Continue the same proccess for every character.
Another way is to create doppelganger characters. Have thwe same character like 2-5 times or what you need.
One has max lvl 10, the second version have lvl10 set as minimum and lvl 20 as max.
Make sure to carry on skills and eqquipment though. Like:
conditional branch: hero1 have the skill: meteor chower - true. Hero1(2nd) add Meteor swarm.
Change character eqquipment:
Logged
Cool RPGM Project!
Sprite till you die
Oh my god, this was ...10 years ago...
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Changing the maximum level?