Tips & Tricks

Tips & Tricks – Warmog’s Armor

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.

Warmog’s Armor is a piece of armor from the popular game, League of Legends. It provides MaxHP and HP regeneration. However, it has a unique regeneration effect that is only active if the user’s MaxHP is above 3,000 and the user hasn’t taken any damage for an amount of time. Let’s recreate this effect into RPG Maker MV!

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

Tips & Tricks – Second Chance (Kingdom Hearts)

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 Second Chance passive ability in Kingdom Hearts allows the user to survive a fatal blow with 1 HP left. This effect only triggers if the user had more than 1 HP prior to receiving the Fatal Blow. Here’s how to recreate that effect in RPG Maker MV!

You can get the copy and paste code here: Continue reading

Tips & Tricks – Freeze (Final Fantasy 9)

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.

Freeze from Final Fantasy 9 is a pretty brutal status effect. It stuns the battler. And to remove it, a fire skill has to be used on the battler to thaw it. If not and a physical hit is dealt instead, the battler instantly dies! Here’s how to create that nasty status effect in RPG Maker MV!

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

Tips & Tricks – Sacrificial Bolt

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.

From Dragon’s Dogma, the Sacrificial Bolt is a skill that kills off a random pawn to deal damage to a foe. If that were to be remade in RPG Maker MV, the skill effect would be to sacrifice a random ally to deal damage to a foe. The damage dealt and such would be based off of the sacrificed ally’s stats!

You can find the copy and paste version of the code here: Continue reading

Tips & Tricks – Thornmail

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 Thornmail is a unique piece of armor in League of Legends. It inflicts recoil damage to anyone who physically attacks its user. This kind of effect can be recreated in RPG Maker MV along with the bonus damage effect involving the wearer’s DEF value.

You can get the copy and paste code here:  Continue reading

Tips & Tricks – Enemy Thieves && Plugin Updates 115~

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.

Ever wanted to create an effect where enemy thieves can steal from the player party? Using this tips & tricks video tutorial, you can!

Copy and Paste version of the code along with explanations of what each line does~

Continue reading

Tutorial: Undertale Boss Spare System && Plugin Updates 102

Our friend SumRndmDde has made a neat little tutorial on how to do a Spare system. Seeing as how this is an extremely popularly requested “system” asked about across my website, my Youtube channel, and RPG Maker Web, a lot of people don’t realize that the entirity of Undertale’s spare system in RPG Maker would be based off of a series of common events. Do take a look and check out the video! 🙂


A couple of updates tonight, three of which are optimization updates to make the game run a bit smoother when using these plugins. As for the Skill Core, a bug fix was made to patch up an oversight where Immortal Actors at 0 HP couldn’t use skills because they couldn’t fulfill the HP cost requirement of 0. This was an oversight of mine because in order to use HP cost skills, a character must always have more than the said HP cost. Normally, users would rarely encounter this problem provided that not all of their battlers are immortal, but sometimes, it just happens to be the case. This latest update should get that fixed~

Plugin Updates as of Launch Date to 2016.02.04~

To download all available plugins, click here.

View the changelog here.

To download all available plugins, click here.

Tips & Tricks – Magic Guard

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.

Magic Guard is a status effect that reduces incoming damage by displacing 85% of it through MP. If MP reaches 0, then the Magic Guard effect will wear off.

Buffs and States Core

Here is the copy and paste version of the code: Continue reading

Tips & Tricks – Rod of Ages

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 Rod of Ages is a weapon from League of Legends whose stats grow as time progresses in battle. The effect is transferred over to RPG Maker MV where the item provides a bigger bonus stat as turns occur in each battle.

You can grab the copy and paste here:

Continue reading

Drifty’s Mining System Tutorial && Plugin Updates 85~

This is one of the most asked tutorials I’ve seen over the years in the RPG Maker community. So, for those who want a mining system, Drifty over at Driftwood Gaming made an awesome tutorial on how to create a mining system for your game! Be sure to check it out. 😀


 

A couple of updates today. Bug fixes and code structure changes. However, for those using the Item Synthesis system that was released today, a new update was made to it. Previously, the items you can craft completely depended on whatever recipes were in the player’s inventory. Now, a change was made to the OpenSynthesis command. If you add Item, Weapon, or Armor after the command along with an ID, the synthesis menu will only show the items listed on the recipe for Item x, Weapon x, or Armor x.

Plugin Updates as of Launch Date to 2016.01.15~

To download all available plugins, click here.

Message Core v1.08

Battle Engine Core v1.28d

Animated Sideview Enemies v1.05

Item Synthesis v1.01

View the changelog here.

To download all available plugins, click here.

If you want to leave a bug report, please do it in the most recent Plugin Update post by pressing Continue~  Continue reading

Tips & Tricks – Healing Link

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 Healing Link effect allows the caster to be healed whenever the target receives healing from a skill. You can recreate this effect in RPG Maker MV!

You can grab the copy and paste version of the Lunatic Mode code here:

Continue reading

Overwatch Skill!

Ph@ntom made a rather neat tutorial on how to create a counterattack skill where you can buff your allies and counter attack for them should they get attacked! Give it a watch!

 

Tips & Tricks – Phoenix Ring && Plugin Updates 76

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 Phoenix Ring is a ring that will protect its user from a one-time death by immediately reviving them with a percentage of their HP left and then breaking. This piece of equipment can be recreated in RPG Maker MV and this video will show you how!~

Copy and Paste Code here:

Continue reading

Tips & Tricks – Toxic (Pokémon) && Plugin Updates 69

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 Pokémon, the Toxic status effect increases its HP damage potency each time it takes effect. This Tips & Tricks video will show you how to do just that in RPG Maker MV!

Here is the Copy and Paste version of the code:

Continue reading

Tips & Tricks – Spirit Shackles

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.

Spirit Shackles is a unique skill from Guild Wars where the target affected by it will lose 5 MP each time they attack. Now, you can produce the same effect in RPG Maker!

Skill Core

Image Source

Here’s the copy and paste version of the code: Continue reading