Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 ACBS - Atoa Custom Battle System 3.2
#92
hello
@ Atoa,
i have found a glitch with the optional script "Victory Window 3 (FF7)"
I am not sure you know about it so i will report it.

In the class Scene_Battle, around line 315, there is this code :

Code:
@bgs_memorize = $game_system.bgs_memorize
    Audio.bgs_play('Audio/SE/' + Exp_SE, 100, 300)
    value = 20
    value = [exp, 1].max if exp < value
    exp_value = (exp / value).to_i
    exp = exp_value * value
    max_exp = exp
    for n in 0..gainedexp - exp_value
      exp -= exp_value

this is more specifically about this :
Code:
value = 20

i am not sure what this "value" stand for, and by default the script is made for a value of 20.
Anyway, i have noticed when using this add-on that the experience given after a battle was messed up.

Example :
a party of 2 actors kills 4 enemy giving 15 exp each,
so the final exp received after battle = 30 exp (4 x 15 /2 with xp share)
The window Exp will draw exp received = 30, but the actors will actually receive only 20 XP...

I ve found out that it was because of this value. The value act as an experience cap.
if value = 20, if experience got in battle < 20, it will work fine.
but if you re supposed to get more than 20 exp, you get only 20.


i ve change the value = 40, and 40 was new cap. Setting Value = 99999 seems to be fixing the bug (unless you want an enemy to give more than 99999 xp...).

i just hope that changing value = 20 with value = 99999 will not affect the game.


thank you for reading
Reply }


Messages In This Thread
RE: ACBS - Atoa Custom Battle System 3.2 - by Ace - 11-01-2012, 02:44 PM
ACBS - Atoa Custom Battle System 2.0 Final - by mageone - 06-10-2010, 10:14 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Battle Item Count kyonides 4 854 02-04-2024, 05:49 AM
Last Post: kyonides
   Super Simple Vehicle System - Enhanced DerVVulfman 65 82,987 06-02-2023, 06:16 PM
Last Post: Sujabes467
   Dalissa's Battle Cry DerVVulfman 2 6,636 05-09-2023, 03:07 AM
Last Post: DerVVulfman
   Zenith Tactical Battle System Plus (ZTBS+) DerVVulfman 0 2,020 05-10-2022, 10:42 PM
Last Post: DerVVulfman
   Actor Battle Items DerVVulfman 4 4,936 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,045 01-04-2020, 12:37 AM
Last Post: Pelip
   ZLSL's Battle Portraits DerVVulfman 4 6,475 11-12-2019, 04:10 AM
Last Post: DerVVulfman
   ACBS FIX SCRIPT #2: Advanced Cry Correction DerVVulfman 1 3,983 08-09-2019, 03:42 PM
Last Post: aeliath
   ACBS FIX SCRIPT #1: Victory Cries Patch DerVVulfman 1 3,958 08-08-2019, 02:53 PM
Last Post: aeliath



Users browsing this thread: