Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 DoubleX RMMV Unison Item
#1
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
My RMVXA/RMMV/RMMZ scripts/plugins:
http://rpgmaker.net/users/DoubleX/scripts/
Reply }
#2
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
My RMVXA/RMMV/RMMZ scripts/plugins:
http://rpgmaker.net/users/DoubleX/scripts/
Reply }
#3
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
My RMVXA/RMMV/RMMZ scripts/plugins:
http://rpgmaker.net/users/DoubleX/scripts/
Reply }
#4
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
My RMVXA/RMMV/RMMZ scripts/plugins:
http://rpgmaker.net/users/DoubleX/scripts/
Reply }
#5
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
My RMVXA/RMMV/RMMZ scripts/plugins:
http://rpgmaker.net/users/DoubleX/scripts/
Reply }
#6
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
My RMVXA/RMMV/RMMZ scripts/plugins:
http://rpgmaker.net/users/DoubleX/scripts/
Reply }
#7
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>
My RMVXA/RMMV/RMMZ scripts/plugins:
http://rpgmaker.net/users/DoubleX/scripts/
Reply }
#8
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
My RMVXA/RMMV/RMMZ scripts/plugins:
http://rpgmaker.net/users/DoubleX/scripts/
Reply }
#9
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>
My RMVXA/RMMV/RMMZ scripts/plugins:
http://rpgmaker.net/users/DoubleX/scripts/
Reply }
#10
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.
My RMVXA/RMMV/RMMZ scripts/plugins:
http://rpgmaker.net/users/DoubleX/scripts/
Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
   Select Key Item ACE kyonides 0 161 03-22-2024, 05:49 PM
Last Post: kyonides
   Battle Item Count kyonides 4 797 02-04-2024, 05:49 AM
Last Post: kyonides
   Skill Item Kost ACE kyonides 0 324 01-03-2024, 12:07 AM
Last Post: kyonides
   Fast Item Grouping DerVVulfman 1 2,436 06-12-2023, 05:28 PM
Last Post: DerVVulfman
   DoubleX RMMV Popularized ATB Compatibility DoubleX 16 20,159 12-26-2022, 06:17 AM
Last Post: DoubleX
   DoubleX RMMV Confusion Edit DoubleX 3 6,669 09-09-2022, 11:12 AM
Last Post: DoubleX
   DoubleX RMMV Popularized ATB Clock DoubleX 2 5,590 03-25-2022, 01:04 PM
Last Post: DoubleX
   DoubleX RMMV Status Bars Compatibility DoubleX 0 1,503 02-06-2022, 07:56 AM
Last Post: DoubleX
   DoubleX RMMV Popularized ATB Bar DoubleX 3 7,632 05-19-2021, 06:10 AM
Last Post: DoubleX
   DoubleX RMMV Skill Hotkeys DoubleX 2 5,124 02-13-2021, 04:59 AM
Last Post: DoubleX



Users browsing this thread: