I don't suppose there is a way to make certain skills ignore the skill-equip system with Equip Battle Skills (and Equip Skill Tiers if applicable), is there? I want to make it so only passive skills have to be equipped, while all others are available whenever during battle. Think Bravely Default style, where certain passives could be equipped and more powerful ones could use up more than one available slot.
My current work around is to give a copious amount of skill slots for active skills which allows for them all to be used and then assign passive skills to their own tier which is much more limited. However, having to equip each and every skill for a class is a step I'd like to be able to skip, if possible.
In the past, I've been using the Equip Skill System by Moogle_X along side his Passive Skill plugins but I'd like to consolidate to using just Yanfly's plugins mainly for compatibility's sake. Already there have been a few compatibility issues that I've implemented crude work-arounds for.
Plugin Name: YEP_SpecialParamFormula.js
Error Message: "Undefined is not a Function"Screenshot - Error
How to Replicate Bug: Not a clue.... I turned off the only plugin I can find that would conflict with this one and the error still comes up. All I did was place the plugins in order into my game and try to walk over a Floor Damage tile. The error happens when I try to do this, but not when I turn off the plugin in question. If I turn it off, the Floor Damage works as intended.
Hey, I hope this is the correct section to write this down.
Plugin Name: YEP_X_CounterControl
Error Message: None.
How to Replicate Bug: I dont exactly know if my problem is intended to be so by your plugin or not. My problem is the following:
I have set the default Counter Total in the plugin default section to 1. I set the Counter Rate of the actor and the enemy to 100%. The problem occurs when my actor and an enemy start counter attacking each other. Its not the counter attacking sequence itself, which doesn't go as i thought, but the fact, that after those counter attacks, my actor wont execute his own normal attack (or any other abilities). Here is exactly whats happening:
0. The battle begins.
1. I select the *Normal Attack* attack with my actor and target the enemy.
2. The enemy strikes with a normal attack (because he has more agility/dexterity and begins with his attack).
3. My actor responds with a counter attack.
4. The enemy responds with a counter attack aswell.
5. The turn is over and I have to chose my next action for the next turn.
As you can see, my actor and the enemy responds with their counter attacks as intendet. But then my Actor does not perform his action at all.
Here are some information:
- I have the newest Yanfly's plugins installed (done on 20.04.16). I don't use any non-Yanfly plugins. I turned of all not related Plugins (active plugins: CoreEngine, BattlleEngineCore and CounterControl). I haven't changed the default settings of any of those plugins, other than the default Counter Total option (to 1). The plugins are installed exactly in order shown on your website. I did not rename any of the plugins.
- It doesn't matter who attacks first. If my actor attacks first, then the enemy ends up not performing his action.
- The attacks both are using are the default *Normal attacks*.
- I don't use ANY notetags.
- Important: While trying to figure out whats wrong I temporaryly activated your BattleStatusWindow plugin. Whilest doing that I also changed default Counter Total to 2. This gave me following intel: While attacking and counterattacking, the next action my actor will perform is shown in the top left corner of the actors profile picture. After the fight begins, the attacking symbol is displayed as intendet. The sybol suddenly changes to nothing (the next action symbol becomes gray) right after the enemy countered my counterattack. This would be the moment between 4. and 5. in my example. (In case of Counter Total = 2 my example would have counter attack by the actor as the 5. point and counter attak by the enemy as the 6. point.) It doesn't matter how many counter attacks are set, the action always cancles exactly after a character recieves a "counter-counterattack".
- It doesn't matter what action the actor or enemy is performing (it seems).
- Testing this plugin is pretty much the first thing I did after creating the project yesterday.
Since I didn't do almost any fancy stuff yet, I'm especially unsure if I didn't understand something properly.
I hope this post isn't to long and I hope you can help me out aswell.
Romepizza
Hi Yanfly, I tested again by removing the all the classes in the Plugin parameters. This helped but there is still a problem. Upon further testing, it is confirmed that once you have switched to a class, that class seems to be "marked" and cannot be deleted with RemoveClassAll. But as stated previously, the class is only selected once at the beginning of the game during character creation so the class really isn't picked, but simply clicked on to see what stat it looks like. It would be great if this can be fixed.Remove class 2, 3, 4 from the unlocked classes in the Plugin Parameters. The unlocked classes there will always be available.
Hi Yanfly, I tested again by removing the all the classes in the Plugin parameters. This helped but there is still a problem. Upon further testing, it is confirmed that once you have switched to a class, that class seems to be "marked" and cannot be deleted with RemoveClassAll. But as stated previously, the class is only selected once at the beginning of the game during character creation so the class really isn't picked, but simply clicked on to see what stat it looks like. It would be great if this can be fixed.![]()
Yes I did.This shouldn't be occurring, did you follow ALL of the basic trouble shooting steps from the bug page?
Yes I did.
1. I downloaded the newest versions of the plugins.
2. I did not rename anything.
3. The order is: Core Engine
BattleEngineCore
CounterControl
4. I didn't update the plugins, but redownloaded them and put the correct ones in the js/plugins folder.
5. No non-Yanfly plugins installed.
6. I always save the project after editing the plugin manager.
I just created a new Project and downloaded and installed CoreEngine, BattleEngineCore and CounterControl. The only thing I changed was setting the Counter Rate of both, actor and enemy, to 100%. The same happened again. I am using the german version of RPG Maker MV.
Do I do something wrong or am I missing something? Are there any notetags I HAVE to set?
@Yanfly The RemoveClass is working but RemoveClassAll does not appear to work. I've created another demo which you can take a look at the original link:
http://watermarkrpg.weebly.com/download-area.html
Base Parameter Control >> Class Base Parameters
Features and How to Use
For those who don’t like the way base parameters are determined by the editor, you can use your own formulas to determine the parameter growth for each class using this plugin. This plugin also allows you to adjust the exp needed for each level per class.
Plugin Download and Instructions: http://yanfly.moe/2016/04/24/yep-95-class-base-parameters/
KWEH!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! this is the attribute plug in i was waiting for *_*
one question can i use lunatic mode to make an X for the fomula so that i can have it grow stats on RNG?
Hi,
I would like to know if your new plugin accept advanced math formula ?
Example from the help thread of damage formula :
Math.min(a.atk, a.atk*(a.atk/(b.def*2)))
It's just and example to know if the plugin can handle heavy math or not.