Status
Not open for further replies.

Biestmann

Studio Biest
Veteran
Joined
May 18, 2015
Messages
465
Reaction score
752
First Language
German
Primarily Uses
RMMV
Dear Yanfly,


I noticed that the status effects in the In-Battle Status are sorted by time inflicted. Is there any way to have them be sorted by priority instead? I work with your Row Formation plugin and use icons for the rows and other various stances, and would like some consistency on that end.


Thank you very much!
 
Last edited by a moderator:

_8Z_

Warper
Member
Joined
Dec 22, 2015
Messages
2
Reaction score
0
First Language
Chinese
Hi all, I have encountered a problem with the plugin "Item Synthesis".


After setting up basic item recipes, the Synthesis menu only has the "Finish" options and data shown.


Here is the project. I apologize for the foreign language (I translated the important parts).
 

AlohaJo

Villager
Member
Joined
Mar 9, 2016
Messages
8
Reaction score
0
First Language
English
Primarily Uses
Bug Report for: Change Battle Equip


Bug Explanation: After accessing the "Equip" menu in-battle, a "TypeError" notice appears while attempting to return to the battle screen. 


Error Report: TypeError: undefined is not a function
    at Function.BattleManager.startBattle (/C:/Users/Jo/Documents/RPGMakerMV/DebugStage/js/plugins/YEP_X_ChangeBattleEquip.js:129)
    at Scene_Battle.start (rpg_scenes.js:2036)
    at Function.SceneManager.updateScene (rpg_managers.js:1824)
    at Function.SceneManager.updateMain (rpg_managers.js:1790)
    at Function.SceneManager.update (rpg_managers.js:1714)


Exact Steps on How to Replicate Bug: While in battle, select "Equip" menu. Upon attempting to exit menu, bug will occur.


Sample Project: http://www.mediafire.com/download/bb6aabiw48rho23/DebugStage.zip 
 
Last edited by a moderator:

Mikaeru

Warper
Member
Joined
Apr 22, 2015
Messages
3
Reaction score
3
First Language
German
Primarily Uses
@Miacuro


In the plug-in manager, go to the settings of row formation and scroll down to Row X Home Y (with the X being the numbers of rows you want to configure, in your case 1 and 2). The default should be 'centerY + ((rowSize / -2 + 0.5) + rowIndex) * 32'.


Here, change the rowIndex to $gameParty.members().indexOf(this._actor) for every row you want to be affected. With this, the will have the right height (maybe adjust the * 32 at the end to 64 or whatever fits your taste.


For them to be exactly under each other, go to Home X for each row you want to adjust and delete the end part (' + rowIndex * 32').


To change the distance between rows, adjust the '112' in Home X (for example, something around '50' will make the second row much closer to the first row).
 
Last edited by a moderator:

desukarhu

Veteran
Veteran
Joined
Nov 1, 2013
Messages
49
Reaction score
6
Primarily Uses
Hey,


Is it possible to show ex and sp parameters in the item/equip scene somehow? Or atleast a select few of them. I have a game where HP regen, hit and crit are important and lots of equipment increase those values but the only place to see them is in character status and that seems a bit weird. Would this require modifying the code?


Edit: Additional bonus question: with auto passive states is it possible to check what armor type the character has equipped? I want to make a state that gets applied if a character has heavy type armor in every slot.
 
Last edited by a moderator:

Yanfly

Veteran
Joined
Mar 15, 2012
Messages
1,743
Reaction score
2,638
Bug Report for: Change Battle Equip


Bug Explanation: After accessing the "Equip" menu in-battle, a "TypeError" notice appears while attempting to return to the battle screen. 


Error Report: TypeError: undefined is not a function
    at Function.BattleManager.startBattle (/C:/Users/Jo/Documents/RPGMakerMV/DebugStage/js/plugins/YEP_X_ChangeBattleEquip.js:129)
    at Scene_Battle.start (rpg_scenes.js:2036)
    at Function.SceneManager.updateScene (rpg_managers.js:1824)
    at Function.SceneManager.updateMain (rpg_managers.js:1790)
    at Function.SceneManager.update (rpg_managers.js:1714)


Exact Steps on How to Replicate Bug: While in battle, select "Equip" menu. Upon attempting to exit menu, bug will occur.


Sample Project: http://www.mediafire.com/download/bb6aabiw48rho23/DebugStage.zip 


Thanks for actually providing the sample project and the bug report in the proper format! As for that error, that's because the Change Battle Equip was updated with a function that requires you to have Battle Engine Core 1.39 or higher. If you visit Yanfly.moe, you can get that updated. http://yanfly.moe/plugins/en/YEP_BattleEngineCore.js


---


That said, with how lawless this thread is becoming, I feel like I'm going to miss potential bug reports because people simply aren't reading the instructions for posting and misunderstanding what this thread is for. -.-
 

desukarhu

Veteran
Veteran
Joined
Nov 1, 2013
Messages
49
Reaction score
6
Primarily Uses
That said, with how lawless this thread is becoming, I feel like I'm going to miss potential bug reports because people simply aren't reading the instructions for posting and misunderstanding what this thread is for. -.-
Oh, do you mean questions are not allowed either? I did misunderstand then, my apologies.
 

Yanfly

Veteran
Joined
Mar 15, 2012
Messages
1,743
Reaction score
2,638
Oh, do you mean questions are not allowed either? I did misunderstand then, my apologies.


Is that supposed to be a jab?


Part of the reason why I don't answer a lot of the questions here is because a lot of them are things I've already provided answers to in the help file, videos, etc. As for features that plugins do and do not have, if I'm to include it, then it would be documented. If I didn't include it, then it wouldn't be documented.


The answer for things like your auto-passive states would be Lunatic Mode, of which, I do not provide assistance for in this thread. In fact, that kind of question is for an entirely different forum altogether: http://forums.rpgmakerweb.com/index.php?/forum/128-javascriptplugin-support/
 

desukarhu

Veteran
Veteran
Joined
Nov 1, 2013
Messages
49
Reaction score
6
Primarily Uses
Is that supposed to be a jab?


Part of the reason why I don't answer a lot of the questions here is because a lot of them are things I've already provided answers to in the help file, videos, etc. As for features that plugins do and do not have, if I'm to include it, then it would be documented. If I didn't include it, then it wouldn't be documented.


The answer for things like your auto-passive states would be Lunatic Mode, of which, I do not provide assistance for in this thread. In fact, that kind of question is for an entirely different forum altogether: http://forums.rpgmakerweb.com/index.php?/forum/128-javascriptplugin-support/
No, I honestly didn't know. :) Thank you, I'll ask there.
 

Saneterre

Veteran
Veteran
Joined
Jul 5, 2015
Messages
223
Reaction score
68
First Language
French
Primarily Uses
Hi all, I have encountered a problem with the plugin "Item Synthesis".


After setting up basic item recipes, the Synthesis menu only has the "Finish" options and data shown.


Here is the project. I apologize for the foreign language (I translated the important parts).
Go to your potion notebox and instead of putting "8:3" like you did, put instead "item 8: 3"   (beware the spaces).


Now it works ! Next time, watch the videos more thoroughly and read the help file carefully. You could have found this yourself by testing more. It's also very logical, because when you just put "8:3" how does the game know if it's item number 8, weapon number 8 or armor number 8 ? It is logical that you should specify which one it is. You can also directly put the name of your material, it works very well "Mana: 3" if your material is called Mana (I'm not sure I remember correctly.


Good luck with your game ;)
 
Last edited by a moderator:

AlohaJo

Villager
Member
Joined
Mar 9, 2016
Messages
8
Reaction score
0
First Language
English
Primarily Uses
Thanks for actually providing the sample project and the bug report in the proper format! As for that error, that's because the Change Battle Equip was updated with a function that requires you to have Battle Engine Core 1.39 or higher.


Always the smallest thing. That being said, the Battle Engine Core I have is from the "Download all available plugins" option from the latest update, so just a small heads-up there.


And thank you for taking time to check it out!


EDIT: After quickly double-checking, I've noticed that Limited Skill UsesSlippery Tiles, and the aforementioned Battle Engine Core are all older versions in the "Download all" option.
 
Last edited by a moderator:

Yanfly

Veteran
Joined
Mar 15, 2012
Messages
1,743
Reaction score
2,638
Always the smallest thing. That being said, the Battle Engine Core I have is from the "Download all available plugins" option from the latest update, so just a small heads-up there.


And thank you for taking time to check it out!


EDIT: After quickly double-checking, I've noticed that Limited Skill UsesSlippery Tiles, and the aforementioned Battle Engine Core are all older versions in the "Download all" option.


Hmm. That sounds like a caching problem. I'll get that updated. Thanks for letting me know. 
 
  • Like
Reactions: Val

Val

Veteran
Veteran
Joined
Oct 12, 2015
Messages
281
Reaction score
168
First Language
Français
Primarily Uses
Hello @Yanfly,


Sorry this time I have followed all the step for bug report.


Plugin Name: YEP_RowFormation


Bug Explanation: When I used  <Custom Row Condition> in a state to be active in a certain row with certain condition, the state stay on the actor even if he don't respond anymore to the condition. You need to change of row and then return in the original to see the state dropped. I would assume that the passive state would drop automatically if you down respond to the Custom Row Condition.  


Error Report: I don't have any message error when the bug occured.


Exact Steps on How to Replicate Bug: Just start the demo I sent you and a battle will start, after some turn the state should drop from the actor in Row 1 but stay.


Sample Project (REQUIRED): Demo Debug Yanfly Plugin Row Formation.


If you need any more info, just let me know, sorry to bother you.


Thanks in advance!
 

_8Z_

Warper
Member
Joined
Dec 22, 2015
Messages
2
Reaction score
0
First Language
Chinese
Go to your potion notebox and instead of putting "8:3" like you did, put instead "item 8: 3"   (beware the spaces).


Now it works ! Next time, watch the videos more thoroughly and read the help file carefully. You could have found this yourself by testing more. It's also very logical, because when you just put "8:3" how does the game know if it's item number 8, weapon number 8 or armor number 8 ? It is logical that you should specify which one it is. You can also directly put the name of your material, it works very well "Mana: 3" if your material is called Mana (I'm not sure I remember correctly.


Good luck with your game ;)


Ahh, that is embarassing! Thank you for helping!
 
Joined
Sep 6, 2016
Messages
1
Reaction score
0
First Language
English
Primarily Uses
Hi there i was wondering if anyone had any good ideas for a Character who did damage based on his defense?
 
Last edited by a moderator:

GeminiGamer

Warper
Member
Joined
Mar 5, 2016
Messages
3
Reaction score
2
First Language
English
Primarily Uses
Plugin Name: Grid Free Doodads


Bug Explanation: Not working in browser builds (html5) output. Please fix it.
 

Saneterre

Veteran
Veteran
Joined
Jul 5, 2015
Messages
223
Reaction score
68
First Language
French
Primarily Uses
Hi there i was wondering if anyone had any good ideas for a Character who did damage based on his defense?
Sorry, I see this is your first post so I don't want to be unpleasant, but you can't come on a topic about the bugs in yanfly's plugins and then ask a question that has absolutely nothing to do with it. Your question is very vague too. Just add "def" as a part of your damage formulas instead of "atk" would be my first answer but this has to be a discussion so here is absolutely not the place to do it.


Really, try to find the part of the forum that offers that kind of support, open a new topic there, and then many people will certainly help you. Don't hijack a thread just because it's popular.
 

nerochepiace

Veteran
Veteran
Joined
Dec 1, 2015
Messages
48
Reaction score
2
First Language
italian
Primarily Uses
Plugin Name: YEP.83 – Change Battle Equip


Bug Explanation: Game crash when you exit from the Equip command in battle.


Error Report: TypeError: undefined is not a function
    at Function.BattleManager.startBattle (/C:/Users/Matteo/Desktop/Debug/js/plugins/YEP_X_ChangeBattleEquip.js:129)
    at Scene_Battle.start (rpg_scenes.js:2036)
    at Function.SceneManager.updateScene (rpg_managers.js:1824)
    at Function.SceneManager.updateMain (rpg_managers.js:1790)
    at Function.SceneManager.update (rpg_managers.js:1714)


Exact Steps on How to Replicate Bug: When in battle, use the Equip command. DONT touch anything. Exit from the menu (with Finish or X).


Sample Project (REQUIRED): http://www.mediafire.com/download/r03gd530b3lo4k9/Debug.zip


N.B. I was using  the "Download all available plugins" option. I have read the problem of  AlohaJo up there. Maybe same things?
 
Last edited by a moderator:

Skurge

" (GASP) What's going on!? "
Veteran
Joined
Jul 12, 2015
Messages
1,197
Reaction score
274
First Language
English
Primarily Uses
N/A
Really awkward how RPG Maker MV decides to randomly allow plugins to work at a random point in time, I wish there was an explanation as to why this happens forcing me into thinking that I am doing something wrong- but otherwise I believe the problem is fixed that I was mentioning earlier.


It seems the animated enemies plugin allows you to customize weapons and motions but is there a way to formulate a weapon to assign a graphic to a specified battler? Reason being- If I wanted my party member to hold an Uzi, instead of having that Uzi as a weapon graphic positioned onto a character I would prefer to actually see him hold it properly.


My intention is to have the battlers motion graphic itself hold it's own individual weapon to the party member, rather than them having a floating weapon positioned on them.


This might involve me having to make an extra sheet with the weapon poses- which I can handle. But how I can do this I am not certain what methods to use- if that isn't an option with the plugin, it would make a brilliant extension.
 
Last edited by a moderator:

Saneterre

Veteran
Veteran
Joined
Jul 5, 2015
Messages
223
Reaction score
68
First Language
French
Primarily Uses
Really awkward how RPG Maker MV decides to randomly allow plugins to work at a random point in time, I wish there was an explanation as to why this happens forcing me into thinking that I am doing something wrong- but otherwise I believe the problem is fixed that I was mentioning earlier.
Just because you don't know why it's working or not working at certains points in time doesn't mean that it is "randomly" working. You probably have compatibility issues that would explain this erratic attitude. You are using plugins from other people than Yanfly, I imagine ? It's not always fully compatible.
 
Status
Not open for further replies.

Users Who Are Viewing This Thread (Users: 0, Guests: 2)

Latest Threads

Latest Profile Posts

Our latest feature is an interview with... me?!

People4_2 (Capelet off and on) added!

Just beat the last of us 2 last night and starting jedi: fallen order right now, both use unreal engine & when I say i knew 80% of jedi's buttons right away because they were the same buttons as TLOU2 its ridiculous, even the same narrow hallway crawl and barely-made-it jump they do. Unreal Engine is just big budget RPG Maker the way they make games nearly identical at its core lol.
Can someone recommend some fun story-heavy RPGs to me? Coming up with good gameplay is a nightmare! I was thinking of making some gameplay platforming-based, but that doesn't work well in RPG form*. I also was thinking of removing battles, but that would be too much like OneShot. I don't even know how to make good puzzles!
one bad plugin combo later and one of my followers is moonwalking off the screen on his own... I didn't even more yet on the new map lol.

Forum statistics

Threads
106,033
Messages
1,018,441
Members
137,820
Latest member
georg09byron
Top