- Joined
- Mar 17, 2012
- Messages
- 1,149
- Reaction score
- 374
- First Language
- Sarcasm
- Primarily Uses
Grade Victory Screen Script V2.1
Created by Neon Black
What is it?
This script adds a fancy little information screen at the end of all battles that displays a certain amount of information. This script will also record the amount of damage you do during battle, the amount of damage you take during battle, the number of turns taken, and other information to grade the player at the end of battle. The user can then define increases an decreases in the amount of gold, exp, and loot gained at the end of battle! As an added bonus, you can also define additional drop items per monster.
How can I use it?
Simply place this script above main and below the default scripts. This script works automatically. There are two interesting things to note that you can do with this script.
Line 122 by default defines a switch that causes the system to skip music changes in and after battle. While this switch is on, the battle music and victory musics will not play, and instead the map music or whatever music is currently playing will play into battle and into the victory screen.
The script also have a few notebox tags that can be added for numerous effects. They are as follows:
What does it look like?
What does it work with?
It's likely that this script will not work with systems that modify the BattleManager too much. If you would like to use this script with any battle system and find any compatibility issues, post them here and I will gladly add compatibility to it.
When using Mog ATB script, place this script ABOVE the other one.
This script also has an issue with Yanfly's JP Manager scripts. This script will fix the compatibility issues. Instructions on ordering are in the script itself.
How can I get the code?
Version 2.1 (base script, 11.16.2012) is available from my pastebin account here.
I would like to use this code.

This work is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.
Permissions beyond the scope of this license may be available at http://cphouseset.wo...d-terms-of-use/.
Author's Disclaimer:
Sorry, had a lot to do yesterday so couldn't release this script that day, but I'll release both of the last scripts today. Anyway, here's day 6 of my week of scripts. I always like being able to view all the info at the end of battle, and I like rewarding the player for doing better in battle, so I started working on a victory screen that would show all the normal info at the end of battle while recording information and increasing rewards if the player does well in the battle. You can pretty easily define the increases to exp, gold, and drops based on the rank at the end of battle, and you can define the points you get for certain things done in battle. This victory screen was inspired by the victory screen in Ar Tonelico II, to be quite honest.
I would LOVE to add other ways to add points, so if you have any ideas for other ways to get or lose points in battle, please just ask. Also, I do plan to add a bit more information for leveled up battlers, I just haven't had too much time to do that yet.
This script has an option to use graphics for the grades. If you choose to use this, Slaq has provided me with several images that work great for the system and has allowed me to share them here. Select the ones you want and follow the instructions in the script to use them. Enjoy!
Created by Neon Black
What is it?
This script adds a fancy little information screen at the end of all battles that displays a certain amount of information. This script will also record the amount of damage you do during battle, the amount of damage you take during battle, the number of turns taken, and other information to grade the player at the end of battle. The user can then define increases an decreases in the amount of gold, exp, and loot gained at the end of battle! As an added bonus, you can also define additional drop items per monster.
How can I use it?
Simply place this script above main and below the default scripts. This script works automatically. There are two interesting things to note that you can do with this script.
Line 122 by default defines a switch that causes the system to skip music changes in and after battle. While this switch is on, the battle music and victory musics will not play, and instead the map music or whatever music is currently playing will play into battle and into the victory screen.
The script also have a few notebox tags that can be added for numerous effects. They are as follows:
- drop[w:1:2] -or- drop[w:1:2:100] - This tag adds a drop to the monster. All three options must be defined and are used in the following order: The first option, "w" in this case, is the type of item to drop, either "w" for weapon, "a" for armour, or "i" for item. The next option, 1 in this case, is the database id of the item to drop, for example, in this case the item would be a hand axe. The third option, 2 in this case, is the odds for the item to drop, in this case 1:2. And the final option is the grade required to even allow the item to be dropped. In this case if the final grade in battle is 100 or higher, the item will drop.
- score[x] - Place this in a monster's notebox and your score will increase by "x" when the monster is killed.
- onehit[x] - Place this in a monster's notebox and your score will increase by "x" when the monster is one hit killed.
- score[+x] - Place this in a skill or item's notebox and your score will increase or decrease by "x" when the skill or item is used. Both "+x" and "-x" are acceptable.
It's likely that this script will not work with systems that modify the BattleManager too much. If you would like to use this script with any battle system and find any compatibility issues, post them here and I will gladly add compatibility to it.
When using Mog ATB script, place this script ABOVE the other one.
This script also has an issue with Yanfly's JP Manager scripts. This script will fix the compatibility issues. Instructions on ordering are in the script itself.
How can I get the code?
Version 2.1 (base script, 11.16.2012) is available from my pastebin account here.
I would like to use this code.

This work is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.
Permissions beyond the scope of this license may be available at http://cphouseset.wo...d-terms-of-use/.
Author's Disclaimer:
Sorry, had a lot to do yesterday so couldn't release this script that day, but I'll release both of the last scripts today. Anyway, here's day 6 of my week of scripts. I always like being able to view all the info at the end of battle, and I like rewarding the player for doing better in battle, so I started working on a victory screen that would show all the normal info at the end of battle while recording information and increasing rewards if the player does well in the battle. You can pretty easily define the increases to exp, gold, and drops based on the rank at the end of battle, and you can define the points you get for certain things done in battle. This victory screen was inspired by the victory screen in Ar Tonelico II, to be quite honest.
I would LOVE to add other ways to add points, so if you have any ideas for other ways to get or lose points in battle, please just ask. Also, I do plan to add a bit more information for leveled up battlers, I just haven't had too much time to do that yet.
This script has an option to use graphics for the grades. If you choose to use this, Slaq has provided me with several images that work great for the system and has allowed me to share them here. Select the ones you want and follow the instructions in the script to use them. Enjoy!
Last edited by a moderator:

