Yanfly Engine Plugins

Tips & Tricks – Plague Touch (Guild Wars) – RPG Maker MV

Yanfly Engine Plugins is a plugin library made for RPG Maker MV, a wonderful piece of software to help you make that role playing game of your dreams. You can find out more about RPG Maker MV here.

Plague Touch is a skill from Guild Wars used by the Necromancer class. When used, the user transfers status ailments from the user to the target foe and its remaining turns!

You can get the copy/paste version of the code here:  Continue reading

YEP.106 – Equip Battle Skills – Allowed Types – RPG Maker MV

Yanfly Engine Plugins is a plugin library made for RPG Maker MV, a wonderful piece of software to help you make that role playing game of your dreams. You can find out more about RPG Maker MV here.

You can grab the plugin here:

English Mirror

For those who are using the Equip Battle Skills plugin, you may have noticed that the ‘Skills’ command replaces all skill types in the battle command window. For those who’d like to have certain skill types continue working, you can use this plugin to create an exception for it. The skill types found listed in the plugin parameters will be given an exception and will be shown in battle. Any skill that contains the skill type also cannot be equipped in a battle skill slot.

Continue reading

Tips & Tricks – Cagnazzo’s Tsunami (Final Fantasy 4) – RPG Maker MV

Yanfly Engine Plugins is a plugin library made for RPG Maker MV, a wonderful piece of software to help you make that role playing game of your dreams. You can find out more about RPG Maker MV here.

Cagnazzo, a boss from Final Fantasy 4, has an interesting skill. Tsunami takes a couple of turns to charge up. But while it charges up, if the boss is struck by a lightning attack, it will cancel out the charging effect.

You can grab the copy/paste version of the code here:  Continue reading

YEP.105 – Event Encounter Aid – RPG Maker MV

Yanfly Engine Plugins is a plugin library made for RPG Maker MV, a wonderful piece of software to help you make that role playing game of your dreams. You can find out more about RPG Maker MV here.

You can grab the plugin here:

English Mirror

For those who have on-screen encounters, you may have discovered that making touch encounters in RPG Maker MV to be rather difficult when it comes to performing a sneak attack upon an event or such. This plugin makes the event encounter checking process easier by providing six conditional script calls for you to utilize when checking event vs player positions.

Continue reading

Tips & Tricks – Siphoning Strike (League of Legends) – RPG Maker MV

Yanfly Engine Plugins is a plugin library made for RPG Maker MV, a wonderful piece of software to help you make that role playing game of your dreams. You can find out more about RPG Maker MV here.

In League of Legends, the champion Nasus has an ability called Siphoning Strike. Once used, his next attack deals bonus damage. If he kills an enemy with this attack, Siphoning Strike permanently gains bonus damage on subsequent uses. Now, you can recreate this ability in RPG Maker MV!

You can get the copy/paste version of the code here:  Continue reading

Ækashics Librarium – RTP Alter XII

Ækashics is creating unique battlers for RPG Maker MV, a wonderful piece of software to help you make that role playing game of your dreams. You can find out more about RPG Maker MV here: http://www.rpgmakerweb.com/products/programs/rpg-maker-mv

You can grab the megapack here:
akashics.moe

Support Ækashics

Follow Ækashics

Ækashics is back with some more battlers for us all to use! Quite a variety this time, too!

Tips & Tricks – Auto-Life – RPG Maker MV

Yanfly Engine Plugins is a plugin library made for RPG Maker MV, a wonderful piece of software to help you make that role playing game of your dreams. You can find out more about RPG Maker MV here.

Auto-Life, also known as Reraise, is a status effect in many Final Fantasy games. It will revive a battler the moment the battler dies. This Tips & Tricks video will show you how to accomplish this using Yanfly Engine Plugins and RPG Maker MV!

Get the copy/paste version of the code here:  Continue reading

YEP.104 – New Game+ – RPG Maker MV

Yanfly Engine Plugins is a plugin library made for RPG Maker MV, a wonderful piece of software to help you make that role playing game of your dreams. You can find out more about RPG Maker MV here.

You can grab the plugin here:

English Mirror

New Game+ is a great way to provide replay value for your game. It lets the player re-experience the game in a different way with either carried over items, to carried over party members, to carried over skills, switches, and variables even. There exists many options to change how New Game+ will work for your game.

Continue reading

Tips & Tricks – Animation Augments – RPG Maker MV

Yanfly Engine Plugins is a plugin library made for RPG Maker MV, a wonderful piece of software to help you make that role playing game of your dreams. You can find out more about RPG Maker MV here.

For those using the Attachable Augments plugin and Weapon Animation plugin, you may be wondering if it’s possible to change the weapon image associated with different augments. The answer, of course, is obviously Lunatic Mode!

Check here for the copy/paste code:  Continue reading

YEP.103 – Animated Tile Option – RPG Maker MV

Yanfly Engine Plugins is a plugin library made for RPG Maker MV, a wonderful piece of software to help you make that role playing game of your dreams. You can find out more about RPG Maker MV here.

You can grab the plugin here:

English Mirror

Some players may experience lag when walking near animated tiles. This is due to the fact that animated tiles constantly draw, delete, and redraw the tiles every few frames. Unfortunately, due to Pixi2’s drawing method, there exists some memory leaks when this kind of drawing occurs. On mobile devices or weak computers with little memory to spare, this can potentially cause some games to crash. The option to enable/disable animated tiles is now in the options menu for players to toggle.

For those who decide to make the default settings for the plugin to ‘auto’, any player who is playing on mobile or browser will default to having the setting off while local players will have the setting default to on.

Continue reading

Tips & Tricks – Flare Gun (Team Fortress 2) – RPG Maker MV

Yanfly Engine Plugins is a plugin library made for RPG Maker MV, a wonderful piece of software to help you make that role playing game of your dreams. You can find out more about RPG Maker MV here.

The Flare Gun is a weapon from Team Fortress 2 that sets people on fire. Setting people on fire can be fun. But if a target is already on fire, attacking it with the Flare Gun will inflict a critical hit in addition! Now, you can recreate this effect in RPG Maker MV!

You can grab the copy/paste code here:  Continue reading

YEP.102 – Auto Switches – RPG Maker MV

Yanfly Engine Plugins is a plugin library made for RPG Maker MV, a wonderful piece of software to help you make that role playing game of your dreams. You can find out more about RPG Maker MV here.

You can grab the plugin here:

English Mirror

This plugin allows you to set switches that are either always enabled or always disabled based on a various conditions. These conditions are here to help enable easier access to determining the lesser frequently seen flags set by the game such as determining if the game is running via debug mode or on a certain type of browser.

Continue reading

Plugin Updates 173~

A couple of plugins have been updated. The Class Change Core and Row Formation plugins have gained a new plugin parameter. The ‘Auto Add Menu’ parameter allows you to decide if you wish for the plugin itself to handle adding the command to the main menu itself. This is for Main Menu Manager users who wish to add the commands themselves without the plugin interfering.

The Counter Control plugin gets a couple of bugfixes. The Eval condition didn’t work previously. Now it should. The default MV counter used to also trigger upon magical attacks. Now it will be physical only.

The Equip Battle Skills get a crash fixed when no skill would exist.

The Steal & Snatch plugin gets a new Lunatic Mode notetag that triggers upon successfully stealing any item unique to that skill.

Plugin Updates as of Launch Date to 2016.05.19~

To download all available plugins, click here.

View the changelog here.

To download all available plugins, click here.

Tips & Tricks – Statikk Shiv (League of Legends) – RPG Maker MV

Yanfly Engine Plugins is a plugin library made for RPG Maker MV, a wonderful piece of software to help you make that role playing game of your dreams. You can find out more about RPG Maker MV here.

The Statikk Shiv is a weapon from League of Legends. As time passes, it increases in charge counter. From basic attacks, the charge counter also increases. Once the weapon reaches 100 statikk charge, the next basic attack will proc a statikk shock across 5 random enemies!

You can grab the copy/paste code here!  Continue reading

YEP.101 – Battle Select Cursor

Yanfly Engine Plugins is a plugin library made for RPG Maker MV, a wonderful piece of software to help you make that role playing game of your dreams. You can find out more about RPG Maker MV here.

You can grab the plugin here:

English Mirror

This plugin allows you to set custom cursors when selecting allies and/or enemies for targeting while in battle. This is to help with better visual cues when picking a target if the flashing battler isn’t enough.

Continue reading