(05-16-2012, 06:49 AM)DerVVulfman Wrote: Kitsune isn't very plug-and-play. Whoever uses it plans to create a whole new parameter that RMXP doesn't have in any part of the default scripts. For current scripts, it's not something that can be 'patched'.Now that i've solved the compatibility problems, how can I use it? Charisma could be very useful if i couldmanage to link it to a variable, but it isn't obvious or explained a way to do it. Same problem with the STAT_DISTRIBUTION_SYSTEM: I don't know how to assign the points to the new parameters. I know now how to display it in my game, because i can manage nicely the windows_ base, but not how to do something more or less useful without extensive script abilities.
However (and as an example), let's assume you have a constitution parameter (or Const), and you wish to add it along with Jobs. You have this in your JobStatModCFG module:
add p_const and m_const values to this codeCode:p_max = p_maxsp = p_str = p_dex = p_agi = p_int =
.... .... = 1.0
case id
And then, with case blocks like this...
p_maxhp = 0Code:when 1 # ClassID[1] - Warrior
p_maxsp = 0
...... and etc[/code] It is here you would also add
... adding your static and dynamic multipliers.Code:m_int = 0.7
p_const = 0
m_const = 1.2
Then, you add your
in with the code you'd make for the Constitution parameters.Code:JobStatModCFG.job_stat_mod(@class...
Kitsune's Extra Statistics
|
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
Kitsune's Extra Statistics - by DerVVulfman - 04-09-2012, 02:52 AM
RE: Kitsune's Extra Statistics - by Kain Nobel - 04-13-2012, 12:25 PM
RE: Kitsune's Extra Statistics - by LilyKnight - 04-14-2012, 09:21 PM
RE: Kitsune's Extra Statistics - by buddysievers - 05-15-2012, 02:08 PM
RE: Kitsune's Extra Statistics - by DerVVulfman - 05-16-2012, 06:49 AM
RE: Kitsune's Extra Statistics - by Erechel - 06-26-2012, 03:09 AM
RE: Kitsune's Extra Statistics - by buddysievers - 05-16-2012, 10:16 AM
RE: Kitsune's Extra Statistics - by Erechel - 06-25-2012, 09:11 PM
RE: Kitsune's Extra Statistics - by DerVVulfman - 06-26-2012, 03:20 AM
RE: Kitsune's Extra Statistics - by DerVVulfman - 02-26-2014, 05:08 AM
RE: Kitsune's Extra Statistics - by DerVVulfman - 07-21-2020, 03:45 AM
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Extra Gold XP & ACE | kyonides | 0 | 2,166 |
09-09-2021, 08:32 PM Last Post: kyonides |
|
Extra ITEM for MOG Scene Item Laura | DerVVulfman | 0 | 5,211 |
06-29-2017, 03:44 AM Last Post: DerVVulfman |
|
Extra Terrain Tags | DerVVulfman | 2 | 6,931 |
12-21-2014, 04:25 AM Last Post: DerVVulfman |
|
Extra Autotiles | DerVVulfman | 0 | 4,688 |
04-13-2014, 04:07 AM Last Post: DerVVulfman |
|
Yin's Extra Troops | DerVVulfman | 4 | 8,600 |
12-22-2011, 05:45 AM Last Post: Yin |
Users browsing this thread: 3 Guest(s)