Chaos Project

RPG Maker => RPG Maker Scripts => RMXP Script Database => Topic started by: bigace on January 10, 2013, 01:07:29 am

Title: [XP] Row Changer
Post by: bigace on January 10, 2013, 01:07:29 am
Scene_RowChanger
Authors: Bigace360
Version: 1.5
Type: Battler Postions
Key Term: Player / Party / Troop Add-on



Introduction
This script allows the player during gameplay to change the battle position of the player in reference to their 'front, middle, and rear' positions normally set in the 'Class' database. With this system, the position can now be changed in-game with the value from the 'Class' database being the default.

Position values:

0 = Front position (most likely to be attacked)
1 = Middle position
2 = Rear position (least likely to be attacked)




Features




Screenshots

Spoiler: ShowHide
(http://bigaceworld.files.wordpress.com/2012/05/row-changer.png)




Script
(http://i781.photobucket.com/albums/yy94/Bigace360/DownloadBar.png) (http://bigaceworld.wordpress.com/rgss/custom-scenes/ace-scene_rowchanger-rmxp/)



Instructions
There in the script comment section in the beginning.



Compatibility
Requires Scene_Base (http://bigaceworld.wordpress.com/rgss/utility-scripts/ace-scene_basermxp/)

This rewrites the 'random_target_actor' method in Game_Party to utilize the newer 'position' value instead of accessing the $data_classes database.



Credits and Thanks




Author's Notes
This system can still grow, if anyone has any ideals to add to it don't hesitate to ask. However remember that your ideal might not make it.
Title: Re: [XP] Row Changer
Post by: bigace on January 31, 2013, 08:47:02 am
v1.5 (01.23.2013)
● Fixed Compatibility with ACE Status System