The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Tutorials and Eventing => Topic started by: iormungand on November 28, 2012, 11:50:23 PM

Title: Changing char's general caracteristics
Post by: iormungand on November 28, 2012, 11:50:23 PM
Hi everyone !

I've a question that found no answer for now...
How can I change / replace the char's general caracteristics ? I mean changing "HP", "MAX HP", "AGILTY", "LUCK", etc by whatever I want in game AND in the editor.
If you still don't understand me, I mean that in the database editor, into "classes" mark, under "Parameter Growth Curves" I want to replace, for example, "Max HP" by "carac_01/08", "Max MP" by "carca_02/08" etc...

If any of you still don't understand me, that's 'cause I'm french...
Title: Re: Changing char's general caracteristics
Post by: &&&&&&&&&&&&& on December 01, 2012, 05:10:20 AM
I ran your post through a translator, and I've come to the conclusion that you need script, not events.
Title: Re: Changing char's general caracteristics
Post by: Arturo-Sagahon on December 01, 2012, 06:48:41 AM
Well, if you use RMXP you can change all the status in a NEW EVENT (in a map event). In the third sheet you can see the option of (1) CHANGE PARAMETERS, click.
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi956.photobucket.com%2Falbums%2Fae49%2FASG331%2FSintiacutetulo1111.png&hash=d621c2250e68091a685f1d7e8c4f64d678cece43)
And that opens a CHANGE PARAMETERS when you can chose (2) the character, and (3) who parameter you want to change “HP*MP*STR*DEX*AGI*INT”.

And below you could see 2 options increase or decrease, and the constant that you going to less or more.

If you use VX/ACE it’s possible that have the same options in events.

Nos vemos Ajuuah! 8)
Title: Re: Changing char's general caracteristics
Post by: &&&&&&&&&&&&& on December 01, 2012, 05:41:41 PM
I don't think he wants to change the amount of the stats, but what the stats are called. It also looks like he wants to call them some strange bit of code, that's why I told him script... because I have no clue why he would want to change "Max Hp" into "carac_01/08".
Title: Re: Changing char's general caracteristics
Post by: Arturo-Sagahon on December 01, 2012, 07:05:19 PM
...because I have no clue why he would want to change "Max Hp" into "carac_01/08".

Whoaah, I paid no attention to that “carac_01/08”. Then I don’t have idea of what he wants.

@ iormungand, Maybe if you could explain with more detail what is “carac_01/08” besides what Maker you use :).
Maybe we can help you.

Nos vemos.  8)
Title: Re: Changing char's general caracteristics
Post by: iormungand on December 01, 2012, 10:54:49 PM
I mean smething like "Aura points" or "dodging points" or whatever. I want to change the name of the carcateristics like instead of "maxHP" having "Life"
And I actually think that I need to change script or add one
Title: Re: Changing char's general caracteristics
Post by: Mangomight on December 03, 2012, 08:11:58 PM
You haven't said what maker you're using yet.. if it is VX, you could just go to Database>Terms, there under Parameters you change all those things to whatever you now want. No need for a script.