By: Rafidelis - Version: 1.0
Introduction
This script creates an album of monsters, or one where bestiario are presented
characteristics of the monsters of the game.
As soon as you battle in the game, all the monster battles are added to the Bestiary, but you can also add monsters without the need to fight to see that the instuctions in the script.
Features
(*) Display a background image for each Monster
(*) Displays a default background image for the monsters who do not receive a background image separate action.
(*) If you do not use images, is used the option "Crop Battler", which creates a sort of frame with the edges of the battlers monsters.
(*) Window with Data Bestiary, such as percent complete.
(*) Easy creation of the description of the monsters Bestiary (See Instructions)
(*) Fast and easy customization.
Using Background Image:

Without the option to use background image, it creates a 'framework' in the monster battler.




Instructions
Well, all instructions are in the script, but the main one I'll post here for everyone to understand.
1st Paste the script above the Main, right in the following section, edit the constants in Module Rafidelis::Bestiary_System if you wish.
2st Creating the outline of a monster, using the 'History' tab in 'Enemies' Database.
Note: If you already use a script that uses the command 'History', and want another way to describe the creation of monsters, please contact me.
1st With the RMVX opened, press the F9 key or open the Database icon in the toolbar RPGMakerVX, select the tab Enemies.
2st In the lower right corner, the command 'History' type a description of the monster of the following ways:
(1) -
Code:
"This and the description of a monster, with only 1 line."
(2)
Code:
d = [] # Never forget to add this line
d [0] = "This is the first line of the monster"
d [1] = "This is the second line of the description of the monster"
d # never forget this line also
Thus the description of the monster can contain up to 2 lines, note that the first and last line should always be write.The # are ignored.
Terms and Conditions
- If you use this script, you do not have to include my name in credits, but I'd like you to give the deserved credits; D
- You can use this script on non-commercial games, if you want to use in some commercial game, please get in touch with me and we entered into an agreement.
- You can distribute / modify / edit this script, but can not withdraw the name of the author and not the link to the forum ReinoRpg.
- Enjoy D;