Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 FFX Battle system by Charlie Fleed
#7
Charlie Fleed Wrote:There could be several causes at the origin of that... A demo would be the fastest way for me to understand what is the problem.

Edit:I found the problem,I was using a custom menu.
Well now the unpated battle script has a problem and I know whats wrong

Quote: # executed at the beginning of the battle
def battle_data_reset(initial_reset = true)
@cf_casting = false if initial_reset
@casting_action.clear if initial_reset
@after_cast = false
if state?($priority_state_id)
@next_action_time = 0
else
@next_action_time = ATTACK_DELAY * 10000 / agi * (rand(100) / 100.0)
end
@last_agi = agi
update_delays
reset_order_data
@action_delay = 0
if self.is_a?(Game_Actor)
refresh_commands
end
end

It says this doesnt have a method for the nil class.
I likethe updates on the battle script howver.
Reply }


Messages In This Thread
FFX Battle system by Charlie Fleed - by RosyPosy - 10-16-2010, 04:04 AM
FFX Battle system by Charlie Fleed - by RosyPosy - 10-16-2010, 03:53 PM
FFX Battle system by Charlie Fleed - by RosyPosy - 10-20-2010, 09:50 PM
FFX Battle system by Charlie Fleed - by RosyPosy - 10-21-2010, 12:22 AM
FFX Battle system by Charlie Fleed - by RosyPosy - 10-21-2010, 02:04 PM
FFX Battle system by Charlie Fleed - by RosyPosy - 10-21-2010, 02:41 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   ACBS - Atoa Custom Battle System and TP System zlsl 2 3,819 10-20-2021, 05:09 AM
Last Post: zlsl
   [RMXP] Showing skill gained by leveling up on battle result FrQise 12 10,601 05-07-2021, 02:05 PM
Last Post: FrQise
   Adding face script on Cogwheel's RTAB Battle Status rekkatsu 15 13,218 08-25-2020, 03:09 AM
Last Post: DerVVulfman
   I want to add an Atoa Custom Battle System command cut-in. zlsl 11 12,125 11-11-2019, 08:55 PM
Last Post: DerVVulfman
   Question about ACBS (Atoa Custom Battle System) aeliath 10 11,104 08-08-2019, 02:50 PM
Last Post: aeliath
   YAMI Battle symphony + Holder add on (Loop casting anim) Starmage 0 3,943 03-01-2018, 09:03 AM
Last Post: Starmage
   (RMVXace) Battle error with Tankentai's battle system, help. x( Starmage 0 3,522 02-14-2018, 04:25 PM
Last Post: Starmage
   Atoa Individual Battle Commands Geminil 3 6,287 08-02-2017, 03:17 AM
Last Post: DerVVulfman
   Problems with counteraatack addon of Atoa Custom Battle System Djigit 22 31,889 01-05-2017, 08:05 PM
Last Post: Noctis
   RMXP SKill animations too bright (overlaying the battle screen) Starmage 4 9,276 06-13-2016, 03:41 AM
Last Post: Starmage



Users browsing this thread: