Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Atoa's CBS / Random Monster Patch
#3
I realized the patch for the Random Monster Groups does not work anymore on the new update. If anyone else uses the Random Monster Groups script, this is the fix for it:

In the patch, change


Código: [Selecionar]
battle_setup
to

Código: [Selecionar]
battler_position_setup

That should fix the main problem. And if you are using the battle advantages add on, go to the actual random monsters script (not the patch) and look for def screen_x.

Replace it with this:
Código: [Selecionar]
def screen_x
if $game_temp.invert_postion and Battle_Style == 0
return 640 - $data_troops[@troop_id].members[@random_index].x
else
return $data_troops[@troop_id].members[@random_index].x
end
end

Works for me with no problems.
Reply }


Messages In This Thread
RE: Atoa's CBS / Random Monster Patch - by Yin - 01-23-2011, 07:04 PM
Atoa's CBS / Random Monster Patch - by Yin - 08-18-2009, 05:23 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Random Move Type kyonides 1 367 01-01-2024, 03:15 AM
Last Post: kyonides
   The Charlie Mini-Map / Dynamic Maps Patch DerVVulfman 2 4,023 03-29-2022, 11:55 PM
Last Post: DerVVulfman
   ACBS FIX SCRIPT #1: Victory Cries Patch DerVVulfman 1 3,954 08-08-2019, 02:53 PM
Last Post: aeliath
   ACBS - Atoa Custom Battle System 3.2 Victor Sant 150 224,156 03-02-2019, 04:47 AM
Last Post: dragonprincess44
   ATOA Chanting Battle Animations DerVVulfman 9 15,629 01-12-2017, 01:46 PM
Last Post: Noctis
   Moonpearl Patch for Multi-Slots! DerVVulfman 0 5,008 05-23-2016, 04:30 AM
Last Post: DerVVulfman
   ATOA Status Effect Pops DerVVulfman 6 10,912 01-29-2016, 06:30 AM
Last Post: Lightness
   DoubleX RMMV Partitioned Random DoubleX 0 3,767 10-30-2015, 11:15 AM
Last Post: DoubleX
   Lycan ABS / MGC Mode7 Edit Patch DerVVulfman 2 8,419 10-18-2015, 07:12 PM
Last Post: DerVVulfman
   DoubleX RMVXA Random Cast DoubleX 0 3,969 08-26-2014, 09:00 AM
Last Post: DoubleX



Users browsing this thread: