06-14-2010, 09:23 PM
(This post was last modified: 09-02-2024, 05:34 PM by DerVVulfman.)
Extended Random Encounters
Version: 1.0 Initial release
Author: Kread-EX
Release Date: 14/06/2010
Introduction
For the random encounters lovers out there (bleh), here is a simple script to make them slightly more interesting. First, a colorful circle to know when the fight will start. More red the circle is, closer the battle is. Secondly, a Gust-ish system to allow a maximum number of battles for each area.
Instructions
By default, the maximum number of battles are 10. For all the game. Of course, you want to change this. There are two ways:
1. In the map name, put this: #EC[number]. The number represent the maximum allowed random encounters for an area. It is set until you change it, without another map for instance.
2. With a Call Script command: $game_system.set_encounter_ratio(number).
The most efficient way is to set a number for an entire area via map name.
You can hide the circle with this command: $game_system.display_encounter_dot = false.
Script
Just here.
Don't forget to import the pictures.
Compatibility
I don't foresee any compatibility problems, except the usual SDK one.
Terms and Conditions
You are free to adapt this work to suit your needs.
You can use it for both non-commercial and commercial purposes. Credit is appreciated.