Tips & Tricks

Echo’s Tips and Tricks && Plugin Updates 58

Echo607 makes another video on some wonderful tips and tricks for RPG Maker MV! If you haven’t seen the first one, watch it here~ These are some general tips and don’t require plugins. Overall, very very useful stuff and worth the 8:30 minutes of your time!


 

Some updates today! It’s geared towards the newer plugins mostly to add a bit more functionality. 😀 The Gab Window now has the option of turning on a switch after a gab has finished playing in the queue. The Extra Enemy Drops plugin didn’t really get a big update but did gain a small part of the help file that will explain some new functions added for JavaScript users. The Battle AI Core fixes a calculation error for MP%. Happy RPG Making everybody!

Plugin Updates as of Launch Date to 2015.12.19~

To download all available plugins, click here.

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 – Mejai’s Soulstealer && Plugin Updates 55~

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.

Mejai’s Soulstealer is an item from League of Legends that increases stats based on the kill and assist count of the user while decreases stats based on the user’s deathcount. All the more, if the glory count is above 15, the user gets a 10% bonus to AGI.

This plugin requires
Equip Core
Battle Statistics

For those who want the copy and paste version:

Continue reading

Tips & Tricks – Blue Magic && Plugin Updates 48~

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 find the copy and paste version of the code here:

<Post-Damage Eval>
if (target.isActor() && target._classId === 20) {
  if (!target.isLearnedSkill(item.id)) {
    target.learnSkill(item.id);
    var text = target.name() + ' has learned '
    text = text + item.name + '!';
    $gameMessage.add(text);
  }
}
</Post-Damage Eval>

Ever wanted to recreate the Blue Magic system found in Final Fantasy? It’s a system where characters are able to learn enemy skills once they are struck by them! Well, now you can using the aid of the Skill Core plugin!

Skill Core. Continue reading

Step Sounds Tutorial && Plugin Updates 32!

Here’s a neat tutorial made by Echo607 to let your characters make steps sound effects using the Region Events plugin! It’s very clear and easy to understand and can give your game quite a bit of life!


 

Also, I’ve started up a Twitter account to post updates for new videos and new plugin updates! You can check it out here!~


 

And onward with our nightly plugin updates!

Plugin Updates as of Launch Date to 2015.11.23~

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 – Annie’s Disintegrate && Plugin Updates 27

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.

Annie, from League of Legends, has a nifty skill that would translate well (and in a useful way) to RPG Maker! Her Disintegrate skill functions as a “finisher” that gives the user a bonus when it kills and enemy with it! This tips & tricks video will show you how to create something just like that!

Skill Core

Continue reading

Dynamic Battle Intro Scene Tutorial && Plugin Updates Round 26!

The ever so funny and adorable Echo607 makes a great tutorial on how to do dynamic battle intro scenes? What are dynamic battle intro scenes? Ever played Final Fantasy 3/6 and noticed the characters all had something unique to do whenever a battle started? Well, that’s it! This video by Echo607 will show you how to do just that using Yanfly Engine Plugins!


A couple of plugins got updated tonight!

To view the changelog, click 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 – Runic Blade && Plugin Updates Round 20!

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 remake Celes’ Runic ability from Final Fantasy 6 for your RPG Maker MV game? Well, now you can if you follow the above tips & tricks video.

PLEASE VISIT THIS UPDATED VERSION OF THE TIPS & TRICKS FOR RUNIC BLADE Continue reading

Tips & Tricks – On Map Encounters

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.

As random encounters tend to have a negative stigma with most players, it’s not a bad idea to learn how to create on-map encounters where the enemy touches the player and forces the player into a battle. Using the Event Chase Player plugin, you can do this in RPG Maker MV, too! Continue reading

Tips & Tricks – Parallax Mapping

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.

Let the Region Restrictions plugin make your parallax mapping life a lot easier by making visible boundaries that you can actually see! Continue reading

Tips & Tricks – Tonberry Shop

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 Final Fantasy 8, there was the ability to call forth a shop from the main menu. Now, you can do the same with RPG Maker MV through the use of the Main Menu Manager plugin.

Continue reading

Tips & Tricks – Chicken Knife

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.

Recreate that hilarious, yet, deep knife from Final Fantasy V: the Chicken Knife! Its strength increases based on the number of times your party ran away from battle and now, you can make something like that in RPG Maker MV, too, using the Equip Core plugin!

Continue reading