Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Kitsune's Extra Statistics
#8
(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'.

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:

Code:
p_max = p_maxsp = p_str = p_dex = p_agi = p_int =
.... .... = 1.0
case id
add p_const and m_const values to this code

And then, with case blocks like this...
Code:
when 1 # ClassID[1] - Warrior
p_maxhp = 0
p_maxsp = 0
...... and etc[/code] It is here you would also add
Code:
m_int = 0.7
  p_const = 0
m_const = 1.2
... adding your static and dynamic multipliers.

Then, you add your
Code:
JobStatModCFG.job_stat_mod(@class...
in with the code you'd make for the Constitution parameters.
Very cheery 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.
Reply }


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 1,703 09-09-2021, 08:32 PM
Last Post: kyonides
   Extra ITEM for MOG Scene Item Laura DerVVulfman 0 4,563 06-29-2017, 03:44 AM
Last Post: DerVVulfman
   Extra Terrain Tags DerVVulfman 2 6,214 12-21-2014, 04:25 AM
Last Post: DerVVulfman
   Extra Autotiles DerVVulfman 0 4,182 04-13-2014, 04:07 AM
Last Post: DerVVulfman
   Yin's Extra Troops DerVVulfman 4 7,577 12-22-2011, 05:45 AM
Last Post: Yin
   Extra Movement Frames Stone 0 5,115 03-08-2008, 05:02 AM
Last Post: Stone



Users browsing this thread: