- Joined
- May 7, 2013
- Messages
- 1
- Reaction score
- 0
- First Language
- English
- Primarily Uses
How to use the Class Gain Parameter? I already put some parameter block in the class gain parameter and it still using the default.
#-------------------------------------------------------------------------- # * Class Parameter Settings #-------------------------------------------------------------------------- CLASS_GAIN_PARAMETER = [] # <- Do not delete or change! # This section allows you to define distributable parameters for # specific classes. # # CLASS_GAIN_PARAMETER[class_id] = [ settings ] # # class_id is a Class ID number from your database. # # settings follow same syntax and format rules as explained in the # Default Parameter Settings and the Actor Personal Parameter # Settings sections above. # # Parameter Settings priority order is: Class > Actor > Default # - - - - - - - - You can create class parameters here - - - - - - - - - #-------------------------------------------------------------------------- # * RP Vocab #-------------------------------------------------------------------------- VOCAB_RP = "RP" #-------------------------------------------------------------------------- # * RP Vocab Abbreviation #-------------------------------------------------------------------------- VOCAB_RP_A = "R"
This is a great script, but I can't figure this part out either. Neither PERSONAL_GAIN_PARAMETER or CLASS_GAIN_PARAMETER have any effect; all characters still use the default.How to use the Class Gain Parameter? I already put some parameter block in the class gain parameter and it still using the default.
Strangly enough, commenting out that very line made the Weapon ID 147 stop spawning in my inventoryAll right,
I checked all the scripts that I had that aliased
extract_save_contentsbut removing them all didn't have the desired effect...(the game still wouldn't load)
so I looked at something else:
I found that if I removed this line
#==============================================================================
# ■ DataManager
#==============================================================================
module DataManager
# module_function #<====== removed this one
the game would load fine.....
Archeia's lost script repository in the directory for the upload I gaveThe link is dead, does anyone still have this script?
it's not thereArcheia's lost script repository in the directory for the upload I gave
![]()
Archeia/RMVXA-Script-Repository
Script Repository Backup of Various VXAce Scripts. Contribute to Archeia/RMVXA-Script-Repository development by creating an account on GitHub.github.com