ACBS - Atoa Custom Battle System 3.2
Ugh... just when I think I figure something out.... I find out it didn't actually work, just a cheap hiding trick. Ugh.

Code:
class Window_BattleStatus < Window_Base
  #--------------------------------------------------------------------------
  # * Object Initialization
  #--------------------------------------------------------------------------
  def initialize
super(Battle_Window[0], Battle_Window[1], Battle_Window[2], Battle_Window[3])
if Battle_Window_Backgroud != nil and Battle_Window_Backgroud != ''
  @background_image = Sprite.new
  @background_image.bitmap = RPG::Cache.picture(Battle_Window_Backgroud)
  @background_image.x = Battle_Window_Bg_Postion[0]
  @background_image.y = Battle_Window_Bg_Postion[1]
  @background_image.z = 899
end

The bold variables are NON-existent... I've removed the _Bg_Position and it works just great. Just a FYI.

------------------------

It must be me the problem I have for the background images doesn't appear in your demo. When I try to duplicate what your Demo has it gives me this stupid argument error: Wrong number of Arguments (2 for 1) at this line:

Quote:
Code:
#--------------------------------------------------------------------------
  # * Start Skill Selection
  #--------------------------------------------------------------------------
  alias start_skill_select_ibc start_skill_select
  def start_skill_select
    start_skill_select_ibc
    @skill_window.dispose
    @skill_window = Window_Skill.new(@active_battler, @commands_category)
    @skill_window.help_window = @help_window
  end

No clue what's going on there... Maybe the Battle Scripts and/or Add-ons are conflicted with one or more of the other scripts I have. But how do you find out which script it's conflicting with?

----------------------------------------


Ugh...... it's really frustrating, but I want it to be right. Maybe I'm trying to hard... Maybe.
Reply


Messages In This Thread
RE: ACBS - Atoa Custom Battle System 3.2 - by firestalker5 - 04-11-2011, 03:10 AM
RE: ACBS - Atoa Custom Battle System 3.2 - by Ace - 11-01-2012, 02:44 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Actors' Custom Windowskins XP kyonides 1 295 04-15-2025, 10:39 PM
Last Post: kyonides
   ATOA CBS Equipment Set Variables Patch kyonides 0 701 10-14-2024, 12:47 AM
Last Post: kyonides
   The Wanderers: The Customizable Encounters System DerVVulfman 0 981 08-24-2024, 07:12 PM
Last Post: DerVVulfman
   Battle Item Count kyonides 4 3,316 02-04-2024, 05:49 AM
Last Post: kyonides
   Super Simple Vehicle System - Enhanced DerVVulfman 65 106,073 06-02-2023, 06:16 PM
Last Post: Sujabes467
   Dalissa's Battle Cry DerVVulfman 2 8,368 05-09-2023, 03:07 AM
Last Post: DerVVulfman
   Zenith Tactical Battle System Plus (ZTBS+) DerVVulfman 0 3,658 05-10-2022, 10:42 PM
Last Post: DerVVulfman
   Actor Battle Items DerVVulfman 4 7,339 11-08-2020, 12:36 PM
Last Post: Mel
   Battle Report Raziel 1 7,768 05-29-2020, 02:27 AM
Last Post: Whisper
   Commercial System Package DerVVulfman 11 16,887 01-04-2020, 12:37 AM
Last Post: Pelip



Users browsing this thread: 10 Guest(s)