DoubleX RMMV Unison Item - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Material Development (https://www.save-point.org/forum-8.html) +--- Forum: Plugins and Mods (https://www.save-point.org/forum-74.html) +---- Forum: RPGMaker MV/MZ Engines (https://www.save-point.org/forum-120.html) +---- Thread: DoubleX RMMV Unison Item (/thread-5688.html) Pages:
1
2
|
DoubleX RMMV Unison Item - DoubleX - 12-25-2015 DoubleX RMMV Unison Item
Version: v1.03a
Introduction * Lets you set some skills/items needing mutiple battlers to use Prerequisites * Some Javascript coding proficiency to fully utilize this plugin Compatibility Fix * DoubleX RMMV Unison Item Compatibility Script DoubleX RMMV Unison Item Config DoubleX RMMV Unison Item Default DoubleX RMMV Unison Item YEP_X_BattleSysCTB DoubleX RMMV Unison Item YEP_X_BattleSysATB Video (Synchronous unison skills/items) (Asynchronous unison skills/items) FAQ * None so far Credits and Thanks * None Author's Notes * None so far Terms and Conditions * You shall keep this plugin's Plugin Info part's contents intact * You shalln't claim that this plugin's written by anyone other than DoubleX or his aliases * None of the above applies to DoubleX or his aliases Changelog DoubleX RMMV Unison Item YEP_X_BattleSysATB: v1.00a(GMT 0600 21-5-2016): 1. 1st version of this plugin finished DoubleX RMMV Unison Item YEP_X_BattleSysCTB: v1.00c(GMT 0600 21-5-2016): 1. Fixed BattleManager.asyncUnisonItems not using unique key 2. Fixed not clearing actors in BattleManager.asyncUnisonItems v1.00b(GMT 1300 14-5-2016): 1. In sync with the latest version of DoubleX RMMV Unison Item Config v1.00a(GMT 1500 28-2-2016): 1. 1st version of this plugin finished 2. Unison skills/items needing charging might be executed immediately and/or cause the action order queue to be incorrect and/or outdated DoubleX RMMV Unison Item Default: v1.00g(GMT 0300 5-6-2016): 1. Fixed a bug where game crashes when accessing equips in item menu v1.00f(GMT 1300 14-5-2016): 1. Fixed a bug where unison items can have unison invokees with no empty action slots 2. In sync with the latest version of this plugin v1.00e(GMT 1500 30-1-2016): 1. Fixed not passing this to canUseUnisonSkill and canUseUnisonItem 2. Fixed not checking if item exist first in canUse bug 3. Fixed unison invoker might not have the smallest party member index v1.00d(GMT 1100 4-1-2016): 1. Fixed all unison item being unusable due to typo bug 2. Added plugin description and author name in the plugin manager v1.00c(GMT 0100 1-1-2016): 1. Fixed undefined SceneManager.scene by using $gameParty.inBattle() v1.00b(GMT 0300 26-12-2015): 1. Fixed unison skills/items not usable outside battles bug 2. Simplified the unison skill usability checks v1.00a(GMT 1400 25-12-2015): 1. 1st version of this plugin finished This plugin: v1.03a(GMT 0500 23-7-2016): 1. Added <unison item actor function drain: weights> v1.02a(GMT 1300 14-5-2016): 1. Added <unison item actor learn: flags> and <async unison item> v1.01b(GMT 1300 17-3-2016): 1. Fixed undefined uIFAs[RegExp.$1] in DM.loadItemNotes bug 2. Fixed incorrect unison battler stat when using unison rules bug v1.01a(GMT 1400 15-3-2016): 1. Added <unison item actor mp cost: ids> and <unison item actor tp cost: ids> v1.00f(GMT 1000 28-2-2016): 1. Fixed unison invokees not stepping forward when executing actions v1.00e(GMT 1500 30-1-2016): 1. Fixed not returning value in makeDamageValue bug 2. Fixed not showing unison item names in the battle log window bug 3. Fixed enemy using actor unison item showing unison actor names bug v1.00d(GMT 0200 3-1-2016): 1. FUNCTIONS now store all battler functions instead of merely getters v1.00c(GMT 1300 31-12-2015): 1. Fixed writing getter contents directly instead of using String bug v1.00b(GMT 0900 30-12-2015): 1. Fixed failed to extend battler property name descriptors bug 2. Fixed using new Function and class instead of eval and prototype 3. Fixed unintentionally declaring global variable in strict mode bug 4. Fixed calling push for an Object instead of its Array values bug 5. Fixed using 1 single variable to store all old getter functions bug v1.00a(GMT 1400 25-12-2015): 1. 1st version of this plugin finished RE: DoubleX RMMV Unison Item - DoubleX - 12-29-2015 Updates DoubleX RMMV Unison Item Default: v1.00b(GMT 0300 26-12-2015): 1. Fixed unison skills/items not usable outside battles bug 2. Simplified the unison skill usability checks This plugin: v1.00b(GMT 0900 30-12-2015): 1. Fixed failed to extend battler property name descriptors bug 2. Fixed using new Function and class instead of eval and prototype 3. Fixed unintentionally declaring global variable in strict mode bug 4. Fixed calling push for an Object instead of its Array values bug 5. Fixed using 1 single variable to store all old getter functions bug RE: DoubleX RMMV Unison Item - DoubleX - 12-31-2015 Updates DoubleX RMMV Unison Item Default: v1.00c(GMT 0100 1-1-2016): 1. Fixed undefined SceneManager.scene by using $gameParty.inBattle() This plugin: v1.00c(GMT 1300 31-12-2015): 1. Fixed writing getter contents directly instead of using String bug RE: DoubleX RMMV Unison Item - DoubleX - 01-04-2016 Updates DoubleX RMMV Unison Item Default: v1.00d(GMT 1100 4-1-2016): 1. Fixed all unison item being unusable due to typo bug 2. Added plugin description and author name in the plugin manager This plugin: v1.00d(GMT 0200 3-1-2016): 1. FUNCTIONS now store all battler functions instead of merely getters RE: DoubleX RMMV Unison Item - DoubleX - 01-30-2016 Updates Added this video: DoubleX RMMV Unison Item Default - DoubleX RMMV Unison Item Default: v1.00e(GMT 1500 30-1-2016): 1. Fixed not passing this to canUseUnisonSkill and canUseUnisonItem 2. Fixed not checking if item exist first in canUse bug 3. Fixed unison invoker might not have the smallest party member index This plugin: v1.00e(GMT 1500 30-1-2016): 1. Fixed not returning value in makeDamageValue bug 2. Fixed not showing unison item names in the battle log window bug 3. Fixed enemy using actor unison item showing unison actor names bug RE: DoubleX RMMV Unison Item - DoubleX - 02-28-2016 Updates Added this video: DoubleX RMMV Unison Item YEP_X_BattleSysCTB: v1.00a(GMT 1500 28-2-2016): 1. 1st version of this plugin finished 2. Unison skills/items needing charging might be executed immediately and/or cause the action order queue to be incorrect and/or outdated This plugin: v1.00f(GMT 1000 28-2-2016): 1. Fixed unison invokees not stepping forward when executing actions RE: DoubleX RMMV Unison Item - DoubleX - 03-15-2016 Updates This plugin: v1.01a(GMT 1400 15-3-2016): 1. Added <unison item actor mp cost: ids> and <unison item actor tp cost: ids> RE: DoubleX RMMV Unison Item - DoubleX - 03-20-2016 Updates This plugin: v1.01b(GMT 1300 17-3-2016): 1. Fixed undefined uIFAs[RegExp.$1] in DM.loadItemNotes bug 2. Fixed incorrect unison battler stat when using unison rules bug RE: DoubleX RMMV Unison Item - DoubleX - 05-14-2016 Updates Added this video: DoubleX RMMV Unison Item YEP_X_BattleSysCTB: v1.00b(GMT 1300 14-5-2016): 1. In sync with the latest version of DoubleX RMMV Unison Item Config DoubleX RMMV Unison Item Default: v1.00f(GMT 1300 14-5-2016): 1. Fixed a bug where unison items can have unison invokees with no empty action slots 2. In sync with the latest version of this plugin This plugin: v1.02a(GMT 1300 14-5-2016): 1. Added <unison item actor learn: flags> and <async unison item> RE: DoubleX RMMV Unison Item - DoubleX - 05-21-2016 Updates Added this video: DoubleX RMMV Unison Item YEP_X_BattleSysATB: v1.00a(GMT 0600 21-5-2016): 1. 1st version of this plugin finished DoubleX RMMV Unison Item YEP_X_BattleSysCTB: v1.00c(GMT 0600 21-5-2016): 1. Fixed BattleManager.asyncUnisonItems not using unique key 2. Fixed not clearing actors in BattleManager.asyncUnisonItems Note that the rar attachment has been updated. |