Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 CTB - A Final Fantasy X-like Battle System, Version 3.2
Questions ftw! xD

Alright, so I wrote out the enemy IDs like so:
Code:
DEFAULT_ENEMY_ID = [1,2,3]   # Ids of enemies using default battlers
Yet the enemy's don't show up right...it acts as though the battlers are animated...Really annoying...
Help, please. :D

[edit]
And the battle options for "Skills" doesn't show up during a fight...what's up with that?
Reply }
xXEvirusXx Wrote:Questions ftw! xD

Alright, so I wrote out the enemy IDs like so:
Code:
DEFAULT_ENEMY_ID = [1,2,3]   # Ids of enemies using default battlers
Yet the enemy's don't show up right...it acts as though the battlers are animated...Really annoying...
Help, please. :D

Everything that concerns the configuration of the script Animated Battlers is a job for DerVVulfman, ask him here: http://rmvxp.com/thread-510.html
(I know that you love me for doing this, DerVV)

xXEvirusXx Wrote:[edit]
And the battle options for "Skills" doesn't show up during a fight...what's up with that?

This is when I ask myself why did I write an instructions manual that nobody reads...
Read the section "Configuration of Individual Battle Commands".
Reply }
Charlie Fleed Wrote:The code you need to change the first actor's superart type is
Code:
$game_party.actors[0].super_arts_type=3

About the animation thing, maybe you have something in the configuration of Animated Battlers that's causing it. You could ask DerVVulfman in this thread http://rmvxp.com/thread-510.html

Thanks a ton! Just asked DerWulfman about it. Keep up the good work!
Charlie Fleed Wrote:The code you need to change the first actor's superart type is
Code:
$game_party.actors[0].super_arts_type=3

About the animation thing, maybe you have something in the configuration of Animated Battlers that's causing it. You could ask DerVVulfman in this thread http://rmvxp.com/thread-510.html

Thanks a ton! Just asked DerWulfman about it. Keep up the good work!
Reply }
Hey... Nice script, i love it :cheery:. But there's a problem... Confused The actors (characters) are too much at the upper of the screen (Sorry about the english, i'm spanish). Is there a way to fix that? I mean, something in the script that let you edit the position where the characters will be in the battle (Upper, lower, mid...)

[Image: xangj.jpg]

Is there a way to do that? Cry
Reply }
Yes, there's a way, and this is the last frequently asked question (FAQ), read the first post.
Reply }
The current version of Animated Battlers used in Charlie's CTB uses a 'Formations' system where you can adjust in-script and in-game the vertical height of the battlers as well as spacing them across the screen horizontally.

But, you MAY be able to use the 'formations' script in my Animated Battlers thread >HERE< to make script-defined locations for your battlers. I am not sure it will work with the older version of AnimBat, but it could. It's pretty basic and compliant with the 'sideview mirror' system.
Reply }
Thanks for the quick reply to my PM Charlie. I do still get an error though. It keeps poping up with
[Image: Error.jpg]

Not to sure why.

This is what I've got for the script in the event.
[Image: Script.jpg]

Thanks again for all your help.
Reply }
Ok, this is easy. You can't break a line of code the way you did.
Write:
Code:
$game_party.actors[10].
super_arts_type=1
Reply }
Charlie Fleed Wrote:Ok, this is easy. You can't break a line of code the way you did.
Write:
Code:
$game_party.actors[10].
super_arts_type=1

Still giving me the same error. When I put it in the script box, it would break to the next line. Think because it was to long length wise.
Reply }
:O Wow, this script is simply amazing, everything I was looking for and more, this is making me seriously consider restarting my project on XP.
But, it'll be kind of sad to leave behind everything I've already done on VX. So, I was wondering....while from your posts, it seems obvious you're not going to convert this to VX. Would it be okay if I asked around to see if anybody would be interested in doing it? (Of course giving you full credits for this) Or you do not allow that? :(
Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
   Battle Item Count kyonides 4 913 02-04-2024, 05:49 AM
Last Post: kyonides
   Super Simple Vehicle System - Enhanced DerVVulfman 65 83,291 06-02-2023, 06:16 PM
Last Post: Sujabes467
   Dalissa's Battle Cry DerVVulfman 2 6,683 05-09-2023, 03:07 AM
Last Post: DerVVulfman
   Zenith Tactical Battle System Plus (ZTBS+) DerVVulfman 0 2,047 05-10-2022, 10:42 PM
Last Post: DerVVulfman
   Actor Battle Items DerVVulfman 4 4,967 11-08-2020, 12:36 PM
Last Post: Melana
   Battle Report Raziel 1 6,250 05-29-2020, 02:27 AM
Last Post: Whisper
   Commercial System Package DerVVulfman 11 12,159 01-04-2020, 12:37 AM
Last Post: Pelip
   KItemDesc XP & VX Zilsel Version kyonides 4 6,576 12-01-2019, 06:11 AM
Last Post: kyonides
   ZLSL's Battle Portraits DerVVulfman 4 6,513 11-12-2019, 04:10 AM
Last Post: DerVVulfman
   ACBS - Atoa Custom Battle System 3.2 Victor Sant 150 225,388 03-02-2019, 04:47 AM
Last Post: dragonprincess44



Users browsing this thread: