Thought you were leaking Enhanced TP. Also, am I the only one whose very interested in Button Common Events? I wish I had your brain Yanfly.
[YEP] Yanfly Engine Plugins
● ARCHIVED · READ-ONLY
-
-
Wonderful!Enemies do have TP! :D Although they start with random amounts unless you define it. And yes, you can use the enemy's tp in the damage formula by using b.tp :D
I hope Enhanced TP will win and so it's possible to define enemies tp.
Anyway. I'm falling in love with you, Yanfly :D :D :D
Thanks for your work! ;) -
Map Gold Window
Features and How to Use:
Ever wanted to display the gold window and leave it on the map screen for a bit? This plugin will allow you to do that with just a few plugin commands.
Plugin: http://yanfly.moe/2015/12/03/yep-36-map-gold-window/
Instructions
SpoilerIntroduction
Ever wanted to display the gold window and leave it on the map screen for a bit? This plugin will allow you to do that with just a few plugin commands.
Plugin Commands
Use the following plugin commands to control the gold window.
Plugin Command:
OpenMapGoldWindow
Opens the map gold window.
CloseMapGoldWindow
Closes the map gold window.
MapGoldWindowPosition x
Changes the screen position of the map gold window to x. Refer to the NumPad for the screen position like below:
7 8 9
4 5 6
1 2 3
If you set the value to 0, it will maintain its current position but will automatically move itself to a different location if it intrudes on the message window.
Happy RPG Making! -
awsome :)
-
Now you can link mine to my blog so people know how to use it a little better My Blog for Plugins
-
Done! :DNow you can link mine to my blog so people know how to use it a little better My Blog for Plugins
-
Awsome thank youDone! :D
-
I didnt see this reply until now and !! Nice!It'll replicate my VX Ace Battle System look for the battle status window. :)
-
hey yanfly next time you playtest with your scripts active mind checking the FPS because for me every time it drops, test on blank project with all your scripts active and using default
-
Can you add a plugin command for change the window transparency? :(
Thank you!
EDIT: Gold Window. -
Here you go! http://yanfly.moe/plugins/en/YEP_MapGoldWindow.js :)Can you add a plugin command for change the window transparency? :(
Thank you!
EDIT: Gold Window. -
Oh~ It was really fast!Here you go! http://yanfly.moe/plugins/en/YEP_MapGoldWindow.js :)
Thank you :D -
Yanfly, the link for the updated Party System plugin still sends you to the 1.04 version.
-
i hope gab window will come soon. and if possible not just converting but improvement from ACE version :D .
-
yanfly' i would like your thoughts on This Plugin i Made
i also will be updating it with the new way i found to add things to commands windows, that doesnt clutter the plugin variables
updated but more updates will follow tomorrow, along with documentaion :) -
Currently, it's the most likely candidate winner for the most recent plugin poll: http://strawpoll.me/6133888/ri hope gab window will come soon. and if possible not just converting but improvement from ACE version :D .
So it'll be made soon. :)
Now that's really cool! Looks very flexible too! When do you plan on releasing it? :Dyanfly' i would like your thoughts on This Plugin i Made
i also will be updating it with the new way i found to add things to commands windows, that doesnt clutter the plugin variables
updated but more updates will follow tomorrow, along with documentaion :) -
Hey, is there any way to receive bonus Armor? I know we can just increase Def or M.Def, but i dont like to see my Def/M.Def being displayed too high compared to other stats just to get more damage reduction from Armor. Maybe a notetag that gives bonus fixed/percentage Armor/Magic Armor? :)
-
Unfortunately, it was made with the intention of just being a simplified stat used for the armor scaling formula so there wasn't much made for it. However, what you could do though, if you're willing to tweak a few things, is for the armor calculation formula in the database is to insert '+ $gameVariables.value(x)' and have that be a dynamic variable that changes throughout. You may need to do some tweaks in the Damage Core's damage steps to make checks for the game variable, but it's a very work-around-ish way to imitate armor.Hey, is there any way to receive bonus Armor? I know we can just increase Def or M.Def, but i dont like to see my Def/M.Def being displayed too high compared to other stats just to get more damage reduction from Armor. Maybe a notetag that gives bonus fixed/percentage Armor/Magic Armor? :)
-
Ah, yes. I think I know what you mean. I can work around that. Thanks for the idea! :)Unfortunately, it was made with the intention of just being a simplified stat used for the armor scaling formula so there wasn't much made for it. However, what you could do though, if you're willing to tweak a few things, is for the armor calculation formula in the database is to insert '+ $gameVariables.value(x)' and have that be a dynamic variable that changes throughout. You may need to do some tweaks in the Damage Core's damage steps to make checks for the game variable, but it's a very work-around-ish way to imitate armor.
-
Status Menu Core
Features and How to Use:
This plugin replaces the Status menu with a whole new layout. Including the function to display more information regarding the actor.
Plugin: http://yanfly.moe/2015/12/04/yep-37-status-menu-core/
Instructions:
SpoilerInstructions
You can add and remove commands from the Command Window by changing the ‘Command Order’ parameter. Here is a list of commands you may use:
General
– Displays the current current stats and EXP for the actor.
Parameters
– Displays a parameter gauge of the actor relative to other stats.
Elements
– Displays the listed elements and their elemental rates.
States
– Displays the listed states and their status infliction rates.
Attributes
– Displays the listed attributes and their rates.
Custom
– If you have any custom status window items to display, they will appear here.
Cancel
– Adds a cancel command for leaving the Status Menu.
Adding Icons to Elements and Attributes
You can use icons for elements and attributes by using text codes.
In the RPG Maker MV editor’s database, types tab, for the elements, name them as such:
\i[64]Fire
This will enable you to give the element an icon. You can also change the text color and such using any of the available text codes.
The same is applied for Attributes except you modify it within this plugin’s parameters. If you wish to display ‘HP Regen Rate’ with an icon, name it:
\i[72]HP Regen Rate
The icons will be drawn for the said attributes in addition to any other text code modifications used.
Happy RPG Making!