hey yanfly, i was looking and i do see anywhere where you tell game that subclass is imported, need it for an extention to your JP system
[YEP] Yanfly Engine Plugins
● ARCHIVED · READ-ONLY
-
-
You mean the import code?
Imported.YEP_X_Subclass
That should do it. -
-
Hello again!
Quick question, is the % armor penetration tag values additive or do they multiply?
Let's say I have an armor with <Physical Armor Penetration: 10%> and two states with <Physical Armor Penetration: 15%> and <Physical Armor Penetration: 20%>. What will be the resulting Physical Armor Penetration % value? -
It's multiplicative. The resulting percentage would be 151.18%.Hello again!
Quick question, is the % armor penetration tag values additive or do they multiply?
Let's say I have an armor with <Physical Armor Penetration: 10%> and two states with <Physical Armor Penetration: 15%> and <Physical Armor Penetration: 20%>. What will be the resulting Physical Armor Penetration % value?
Can you reproduce this error in an empty project with just the Victory Aftermath plugin, and upload the project online (do not deploy it), and then link it here? -
awsome thank yaYou mean the import code?
Imported.YEP_X_Subclass
That should do it.
here is what i was working on MUE_JobPointsExtention.js Download -
Hey so with the YEP_PartySystem enabled, $gameParty.swapOrder breaks (no longer affects which actors are active, it still swaps the order, but order no longer does anything on the field or in battle), any way around this?
-
hmm after further inspecting it seems to be a compatibility issue with the new victory plugin and liquid's enmity plugin. Only one or the other can be on at the same time. Otherwise when changing weapons on the main menu, will cause the game to crash. Sorry for the confusion, I will see if he will make a new patch to make them both compatible again. :)It's multiplicative. The resulting percentage would be 151.18%.
Can you reproduce this error in an empty project with just the Victory Aftermath plugin, and upload the project online (do not deploy it), and then link it here? -
Nice work! Do you have a thread with this, or would it be okay for me to link this from the Job Points page? :D
Ooh, I'll have to check this out later when I get off work. Thanks for bringing it to my attention.Hey so with the YEP_PartySystem enabled, $gameParty.swapOrder breaks (no longer affects which actors are active, it still swaps the order, but order no longer does anything on the field or in battle), any way around this?
Sure!hmm after further inspecting it seems to be a compatibility issue with the new victory plugin and liquid's enmity plugin. Only one or the other can be on at the same time. Otherwise when changing weapons on the main menu, will cause the game to crash. Sorry for the confusion, I will see if he will make a new patch to make them both compatible again. :) -
Awesome, I'm working on a in battle party switcher that will just swap whoever is the active battler. I want to make it stand-alone/an extension but so far just finding a way arround that is being a pain lol
-
Hey Yanfly, I was wondering if there was a way to use your <Sideview Weapon: nothing> or something similar in a state. Seeing a bat swinging a sword or an axe is a little weird xD0
-
feel free to expand it, link it as you please i mostly made it because i know FFT had a jp trickle system and i wanted to make one for yaNice work! Do you have a thread with this, or would it be okay for me to link this from the Job Points page? :D
Ooh, I'll have to check this out later when I get off work. Thanks for bringing it to my attention.
Sure! -
See i knew I was missing something with my job level extension. I haven't played fft in forever but I did remember job levels lolfeel free to expand it, link it as you please i mostly made it because i know FFT had a jp trickle system and i wanted to make one for ya
-
i was planning on adding the mastered system as well but maybe you might do it firstSee i knew I was missing something with my job level extension. I haven't played fft in forever but I did remember job levels lol
-
Sure, I can add something like that in. :)Hey Yanfly, I was wondering if there was a way to use your <Sideview Weapon: nothing> or something similar in a state. Seeing a bat swinging a sword or an axe is a little weird xD0
Done! :Dfeel free to expand it, link it as you please i mostly made it because i know FFT had a jp trickle system and i wanted to make one for ya
http://forums.rpgmakerweb.com/index.php?/topic/48860-yep-yanfly-engine-plugins-newest-stop-map-movement-plugin-count-35/?p=499041
http://yanfly.moe/2015/11/13/yep-27-job-points/ -
ill be making more extentions ones i have planned atm are a job master system and a update for subclass to allow us to give a character a class that they can unequip as a third classSure, I can add something like that in. :)
Done! :D
http://forums.rpgmakerweb.com/index.php?/topic/48860-yep-yanfly-engine-plugins-newest-stop-map-movement-plugin-count-35/?p=499041
http://yanfly.moe/2015/11/13/yep-27-job-points/ -
A quick few questions about the Item Upgrade Slots plugin... Is it possible to make it so an item STARTS with particular upgrades in a slot(s)? Like... say you open a chest and you find a Mighty Sword, which has Atk +5 in the first upgrade slot. I'm not sure if that's counter-intuitive to the idea of the plugin, but the idea of certain items having starting upgrades which the player has to work around (or reset) seems interesting, at least to me.
Coupled with that, I don't think there's a way to lock an upgrade or upgrade slot so an item will always have that upgrade even when you reset it. Is this something you'd be interested in adding to the plugin?
And finally, I'm pretty sure with eval one could make an element one of the upgrade slots - like a player adds a "Flame Scroll" to a "Short Sword" which gives it the Fire element and takes up a slot. But is there any simpler way that doesn't including using eval that I'm missing to do something like this, like adding elements or sp/ex-params?
Thanks for writing such awesome stuff. It's hard to not just load up a game with all the stuff you put out. :) -
Here you go yanfly
MUE_JobMastery
Any chance you are going to update victory aftermath to look better with your party system, right now it causes bug when set to more then 4 members -
Tips & Tricks - Libra
Want to make an ability to scan your enemy and reveal its HP? Now you can! This tips & tricks utilizes two plugins:
Skill Core
Visual HP Gauge -
Hmmm, it's not impossible, but the setup would be rather tedious on the user end. As for adding an element, it's easier to do this using this technique.A quick few questions about the Item Upgrade Slots plugin... Is it possible to make it so an item STARTS with particular upgrades in a slot(s)? Like... say you open a chest and you find a Mighty Sword, which has Atk +5 in the first upgrade slot. I'm not sure if that's counter-intuitive to the idea of the plugin, but the idea of certain items having starting upgrades which the player has to work around (or reset) seems interesting, at least to me.
Coupled with that, I don't think there's a way to lock an upgrade or upgrade slot so an item will always have that upgrade even when you reset it. Is this something you'd be interested in adding to the plugin?
And finally, I'm pretty sure with eval one could make an element one of the upgrade slots - like a player adds a "Flame Scroll" to a "Short Sword" which gives it the Fire element and takes up a slot. But is there any simpler way that doesn't including using eval that I'm missing to do something like this, like adding elements or sp/ex-params?
Thanks for writing such awesome stuff. It's hard to not just load up a game with all the stuff you put out. :)
I'll add it~ As for the Victory Aftermath, it should automatically resize according to the maximum party size. Though, I suppose when there's too many for an item rect to contain, it just ends up looking weird.Here you go yanfly
MUE_JobMastery
Any chance you are going to update victory aftermath to look better with your party system, right now it causes bug when set to more then 4 members
