Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Dynamic Database Note - DynamicDatabaseNote.js
Plugin desc : Database memo field dynamic setting plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/DynamicDatabaseNote.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/DynamicDatabaseNote.js
File name : DynamicDatabaseNote.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/DynamicDatabaseNote.js @plugindesc Database memo field dynamic setting plugin @author Triacontane @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/triacontane-MZ-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- DynamicDatabaseNote.js Overwrites database memo fields during gameplay. Specify the data to be changed and the IDs before and after the change. Specifying a non-existent ID or database will result in an error. Note: Depending on how the memo field of the plugin you are using is used, this plugin’s changes may not be reflected. In such cases, it will be difficult to address this issue with this plugin. This plugin requires the base plugin ”PluginCommonBase.js.” ”PluginCommonBase.js” is located in the following folder under the RPG Maker MZ installation folder: dlc/BasicResources/plugins/official Terms of Use: You may modify and redistribute this plugin without permission, and there are no restrictions on its use (commercial, R18+, etc.). This plugin is now yours. @command CHANGE_NOTE_ACTOR @text Actor memo field changes @desc Overwrites the memo field of the specified data with other data. @arg destId @text Overwrite destination ID @desc The ID of the data to be overwritten. @type actor @default 0 @arg srcId @text Overwrite source ID @desc The ID of the original data to be overwritten. @type actor @default 0 @command CHANGE_NOTE_CLASS @text Occupation memo field change @desc Overwrites the memo field of the specified data with other data. @arg destId @text Overwrite destination ID @desc The ID of the data to be overwritten. @type class @default 0 @arg srcId @text Overwrite source ID @desc The ID of the original data to be overwritten. @type class @default 0 @command CHANGE_NOTE_ITEM @text Item memo field changes @desc Overwrites the memo field of the specified data with other data. @arg destId @text Overwrite destination ID @desc The ID of the data to be overwritten. @type item @default 0 @arg srcId @text Overwrite source ID @desc The ID of the original data to be overwritten. @type item @default 0 @command CHANGE_NOTE_SKILL @text Skill memo field changes @desc Overwrites the memo field of the specified data with other data. @arg destId @text Overwrite destination ID @desc The ID of the data to be overwritten. @type skill @default 0 @arg srcId @text Overwrite source ID @desc The ID of the original data to be overwritten. @type skill @default 0 @command CHANGE_NOTE_WEAPON @text Weapon memo field change @desc Overwrites the memo field of the specified data with other data. @arg destId @text Overwrite destination ID @desc The ID of the data to be overwritten. @type weapon @default 0 @arg srcId @text Overwrite source ID @desc The ID of the original data to be overwritten. @type weapon @default 0 @command CHANGE_NOTE_ARMOR @text Armor memo field changes @desc Overwrites the memo field of the specified data with other data. @arg destId @text Overwrite destination ID @desc The ID of the data to be overwritten. @type armor @default 0 @arg srcId @text Overwrite source ID @desc The ID of the original data to be overwritten. @type armor @default 0 @command CHANGE_NOTE_STATE @text State memo field changes @desc Overwrites the memo field of the specified data with other data. @arg destId @text Overwrite destination ID @desc The ID of the data to be overwritten. @type state @default 0 @arg srcId @text Overwrite source ID @desc The ID of the original data to be overwritten. @type state @default 0 @command CHANGE_NOTE_ENEMY @text Enemy character memo column change @desc Overwrites the memo field of the specified data with other data. @arg destId @text Overwrite destination ID @desc The ID of the data to be overwritten. @type enemy @default 0 @arg srcId @text Overwrite source ID @desc The ID of the original data to be overwritten. @type enemy @default 0