Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 ACBS - Atoa Custom Battle System 3.2
(08-15-2013, 09:55 PM)penguwin Wrote:
(08-15-2013, 09:19 PM)gerronix12 Wrote:
(08-15-2013, 08:14 PM)penguwin Wrote:
(08-15-2013, 08:02 PM)gerronix12 Wrote: I wanted to add an additional Pose when the "Overdrive" is activated on the characters, Can anyone tell me how? Btw, this script is amazing!
You have to add the movement to the skill, if your using the default database and script go to: ACBS | Config 2 - Advanced

Then under SKILL SETTINGS you must create the skill ID, which is 108 for Overdrive

Skill_Settings[108] = ["MOVETYPE/NOMOVE", "ANIME/INSERT HERE THE # OF BATTLE POSE/ANIMATION YOU'D LIKE TO USE"]


You could also add "MIRAGEADVANCE/nil" to make it looks all fancy, just play with the command list, you can see them in the instructions of the script.

(02-13-2013, 04:57 PM)daylights Wrote: If I use a summonning add on and the camera mouvement include in the script the game crash and I got the error
????? 'Add | Battle Camera' 231 ??? SystemStackError ????????
stack level too deep
anyone know why it crashes?
Haven't figured this out yet, but I can't seem to figure out how to get most original "Individual Battle Commands" to work with it either...
The problem is, I dunno how to change the battlers from 11 poses to 12.. (Since the overdrive pose I'll be using will be none of the poses from 1-11)
Go to ACBS | Config 2 - Advanced, you must edit the poses for the specific battler/actor set manually.. its kind of a bitch but get example from the other ones there. Depending on the kind of battle your using they already have default poses set, up to 15 even.


FOR EXAMPLE
Code:
Pose_Sprite['Lloyd'] = {'Base' =>[10,15,200,false], 'Adjust' => [0,6],    1 =>[6,6,true], 2 =>[1,4,true], 3 =>[1,4,true], 4 =>[1,4,true], 5 =>[6,4,true],    6 =>[6,4,true], 7 =>[7,2,false], 8 =>[1,4,true], 9 =>[2,4,false], 10 =>[10,4,false],    11 =>[1,4,true], 12 =>[6,2,false], 13 =>[5,2,false], 14 =>[7,2,false], 15 =>[7,2,false]}


The instructions are right above at # CUSTOM GRAPHICS POSES CONFIG


Thanks.. I'll be trying that tommorow since that's a bit too much work..

btw, I get an error during the battle when I lose.. It doesn't happen everytime (Infact, it rarely happens which is weird).. I can't figure out what's going on..

Here's the error..

[Image: 2dqjynr.png]

here's what it says on the line..
return true if target.invisible

which is a section of this..
#--------------------------------------------------------------------------
# * Don't allow action if target invisible
#--------------------------------------------------------------------------
def cant_target_invisible
return false if @action_battlers.empty?
return false if @action_battlers.first.target_battlers.empty?
set_targets(@action_battlers.first)
for target in @action_battlers.first.target_battlers
return true if target.invisible
end
return false
end
Reply }


Messages In This Thread
RE: ACBS - Atoa Custom Battle System 3.2 - by Ace - 11-01-2012, 02:44 PM
RE: ACBS - Atoa Custom Battle System 3.2 - by gerronix12 - 08-15-2013, 10:17 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Battle Item Count kyonides 4 925 02-04-2024, 05:49 AM
Last Post: kyonides
   Super Simple Vehicle System - Enhanced DerVVulfman 65 83,526 06-02-2023, 06:16 PM
Last Post: Sujabes467
   Dalissa's Battle Cry DerVVulfman 2 6,690 05-09-2023, 03:07 AM
Last Post: DerVVulfman
   Zenith Tactical Battle System Plus (ZTBS+) DerVVulfman 0 2,051 05-10-2022, 10:42 PM
Last Post: DerVVulfman
   Actor Battle Items DerVVulfman 4 4,982 11-08-2020, 12:36 PM
Last Post: Melana
   Battle Report Raziel 1 6,260 05-29-2020, 02:27 AM
Last Post: Whisper
   Commercial System Package DerVVulfman 11 12,178 01-04-2020, 12:37 AM
Last Post: Pelip
   ZLSL's Battle Portraits DerVVulfman 4 6,520 11-12-2019, 04:10 AM
Last Post: DerVVulfman
   ACBS FIX SCRIPT #2: Advanced Cry Correction DerVVulfman 1 4,021 08-09-2019, 03:42 PM
Last Post: aeliath
   ACBS FIX SCRIPT #1: Victory Cries Patch DerVVulfman 1 3,986 08-08-2019, 02:53 PM
Last Post: aeliath



Users browsing this thread: