- Joined
- Jan 28, 2013
- Messages
- 776
- Reaction score
- 487
- First Language
- English
- Primarily Uses
- RMMV
Ramza's Equip Optimization on Class Changev1.20 (that's a mouthful of a title isn't it?)
What is it?:
- Makes it so that when a class is changed using YEP_ClassChangeCore, equipment can be automatically optimized.
- Uses Iavra generic popup to pop a small notification window on screen to show that the optimization happened
- Adds an option to the in-game options menu to toggle the function on and off, at player preference.

(note that the popup notification will by default, show in the upper left hand corner of the screen)
If you are not using it already, you can change the screen position of the popup by modifying line 173. Below is what I have in mine:
Using the modified version of iavra generic popup I have attached to this post, this plugin will now allow you to set the x and y positions of the equipment optimization popup window independently from whatever other popup windows you might already be using.
Dependencies:
- YEP_ClassChangeCore
- Put this plugin below YEP_ClassChangeCore and YEP_X_SubClass (if you are using it).
- Iavra generic popup
V 1.20
- Added plugin parameters to adjust the x/y position of the popup window independent from the normal position of other popup windows you might be using. This requires an updated version of the Iavra Generic Popup script which is attached to this post.
- The popup is set so it will now only be visible on the class change scene, meaning if you change classes and then immediately back out to the main menu scene, the popup window won't remain in view for several seconds.
- Added parameter to disable the in-game popup window
- Added parameter to change the name of the option on the options menu
- Added parameter to adjust the text shown in the popup window
- Added parameter to adjust the width of the popup window
- Fixed compatibility with the YEP_X_Subclass plugin, optimization happens on subclass change as well as class change
- Backend changes to conform more closely with my other plugins
Terms of use:
- You may use this plugin in your commercial or non-commercial games, with credit to me, Ramza.
- You may make changes to the plugin, to add features, or compatibility with other plugins, for your own personal use.
- You may share these changes as their own plugin extension to this one.
- You may not directly share modified versions of this plugin publicly.
- You may not claim ownership of this plugin.
- You must also abide by the terms of use of all dependency plugins.
Special Thanks:
- Iavra + Yanfly for dependencies
- Bluebooth for reasons
- Maliki79 for assistance with the options menu
RamzaOptimizeOnJobChange.js
Attachments
-
2.8 KB Views: 54
-
8.3 KB Views: 6
-
12.6 KB Views: 7
Last edited:
