Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 CTB - A Final Fantasy X-like Battle System, Version 3.2
#64
@Jimmyly

Yes, I could reproduce the problem on transformations, the management of sprites is one of the trickiest things in the system, I will work on it.

EDIT: it seems to me that the problem can be fixed by adding the line "appear if @battler_visible" after "self.bitmap = RPG::Cache.battler(@battler_name, @battler_hue)" in Sprite_Battler, around line 49. Still investigating.
EDIT2: "MNK_FADE_IN = false" seems to work too.

The problem on the animation seems a little weird to me though. You say that the status is there, but non the animation? I suppose that the common event has been regularly executed then...
I tried the same thing: a skill calls a common event, that activates a switch, that triggers a battle event. And I can see the animation. Double check yor setup.

@Yin

I made a typo at the lines 52-53 of CTB by Charlie - Windows
They should be

Code:
@indicators[i].x=TURNS_WINDOW_H_X+i*@turn_width+16
        @indicators[i].y=TURNS_WINDOW_H_Y-4

instead of

Code:
@indicators[i].x=TURNS_WINDOW_X+i*@turn_width+16
        @indicators[i].y=TURNS_WINDOW_Y-4

Anyway, if you don't want them you can just put @indicators[i].y=800 and they won't be visible because out of the screen.
Reply }


Messages In This Thread
CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - by Charlie Fleed - 04-12-2009, 03:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Battle Item Count kyonides 4 855 02-04-2024, 05:49 AM
Last Post: kyonides
   Super Simple Vehicle System - Enhanced DerVVulfman 65 82,996 06-02-2023, 06:16 PM
Last Post: Sujabes467
   Dalissa's Battle Cry DerVVulfman 2 6,637 05-09-2023, 03:07 AM
Last Post: DerVVulfman
   Zenith Tactical Battle System Plus (ZTBS+) DerVVulfman 0 2,021 05-10-2022, 10:42 PM
Last Post: DerVVulfman
   Actor Battle Items DerVVulfman 4 4,940 11-08-2020, 12:36 PM
Last Post: Melana
   Battle Report Raziel 1 6,233 05-29-2020, 02:27 AM
Last Post: Whisper
   Commercial System Package DerVVulfman 11 12,060 01-04-2020, 12:37 AM
Last Post: Pelip
   KItemDesc XP & VX Zilsel Version kyonides 4 6,533 12-01-2019, 06:11 AM
Last Post: kyonides
   ZLSL's Battle Portraits DerVVulfman 4 6,476 11-12-2019, 04:10 AM
Last Post: DerVVulfman
   ACBS - Atoa Custom Battle System 3.2 Victor Sant 150 224,522 03-02-2019, 04:47 AM
Last Post: dragonprincess44



Users browsing this thread: