08-15-2013, 10:40 PM
RPG Maker really needs a full-featured debugger. try printing out target and @action_battlers.first.target_battlers (do so like: p target)
ACBS - Atoa Custom Battle System 3.2
|
08-15-2013, 10:40 PM
RPG Maker really needs a full-featured debugger. try printing out target and @action_battlers.first.target_battlers (do so like: p target)
08-28-2013, 12:39 AM
Ok, I have 2 problems..
One, for some reason, every skill with the ID from 1-6 doesn't show up on the skill screen.. Because of the odd number, I kinda figured out that it must have something to do with the configurations.. Problem is, I keep looking and I can't find the configuration part where that applies.. Second, Everytime I uses a skill that doesn't require damage or healing (Just a change of stat such as EVA, AGI, DEX etc..) it keeps saying "Miss" even though the hit rate is 100.. I don't know if the stat change still applies after that but I'm guessing it doesn't apply since it clearly says "Miss".. Can I also add that the SP cost does decrease though after the usage of the skill so the skill is obviously taking place.. Help would be really appreciated..
09-09-2013, 03:59 PM
BUMP
09-15-2013, 10:23 AM
I've been using this script for a while now. Maybe this will help.
Regarding problem 1: are you using the addon Individual battle commands? If so, make sure that the skill IDs you cannot see are listed after this line: Skill_Command['Magic'] = [ 1, 2 ,3 ,4 ,5 ,6 , etc, etc] Should be line 32 in the individual battle commands script. Try looking arround in that part, skills won't show if they are not listed properly when using this addon. Problem 2: I think you can fix this by configuring the skill that shows a ''miss'' message inside the ''ACBS | Config 2 - Advanced'' part of the script. Go to the SKILLS SETTINGS section. Here you'll see a big list of skills with specific settings added. Add the skill you want to NOT display the miss msg and have it include the ["NODAMAGE"] config. Example: Skill_Settings[skill ID] = ["NODAMAGE"] Replace skill ID with the ID number of the skill. Good luck!
05-02-2014, 11:57 PM
Hey Guys,
i have a problem with the Atoa Custom Battle System 3 scripts, there is a bug where you can't resurrect your party from death,neither with items (Tonic) or even with magic, i would be very grateful if someone would look at that.
05-03-2014, 05:29 AM
Party or individual? I let one of my guys get killed by those meddling ghosts in the 'medium' battle, and was able to revive him with a Tonic. Maybe some more info?
02-06-2015, 06:09 PM
I need some help here, with Chrono Trigger Battle System addon.
I'm trying to use the caterpillar actors custom position, by the use of the call script: $game_player.caterpillar[index].x = posição X no mapa $game_player.caterpillar[index].y = posição Y no mapa The description don't help at all how to use it, it just produces errors. Theres no description which character is to be moved to the potion. Please I would be gratefull if anyone help me out how to use this caterpillar custom postion.
02-07-2015, 02:48 AM
posicao X no mapa?
um, is that denoted elsewhere in the script? didn't know that was available. try this $game_player.caterpillar[index].x = 4 $game_player.caterpillar[index].y = 2 ITCH: jayray.itch.io Currently working on Goblin Gulch (MV) Currently working on JayVinci Resurrection Currently working on Bakin ABS (BAKIN)
03-02-2019, 02:03 AM
Um, I seem to be getting an odd glitch during battle. The second party member moves into the air on the third turn and just sits there. Is there anyway to fix this?
03-02-2019, 04:20 AM
OMG!
I took a look... and here's my analysis and reasoning:
Victor Sant has a scripted command in Common Event #1 that moves that battler to a specific location on the screen, the spot you're now showing. It is this command that is causing you the grief. Just have the FIRE skill not use the Common event and you'll be fine. But I would keep that common event itself handy. It appears to show how you can move battlers around while the battle is playing out. That is, it could be handy if you are making cutscenes while in-battle, and have a fair knowledge of scripting. |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
ATOA CBS Equipment Set Variables Patch | kyonides | 0 | 182 |
10-14-2024, 12:47 AM Last Post: kyonides |
|
The Wanderers: The Customizable Encounters System | DerVVulfman | 0 | 247 |
08-24-2024, 07:12 PM Last Post: DerVVulfman |
|
Battle Item Count | kyonides | 4 | 2,135 |
02-04-2024, 05:49 AM Last Post: kyonides |
|
Super Simple Vehicle System - Enhanced | DerVVulfman | 65 | 94,311 |
06-02-2023, 06:16 PM Last Post: Sujabes467 |
|
Dalissa's Battle Cry | DerVVulfman | 2 | 7,409 |
05-09-2023, 03:07 AM Last Post: DerVVulfman |
|
Zenith Tactical Battle System Plus (ZTBS+) | DerVVulfman | 0 | 2,824 |
05-10-2022, 10:42 PM Last Post: DerVVulfman |
|
Actor Battle Items | DerVVulfman | 4 | 6,056 |
11-08-2020, 12:36 PM Last Post: Mel |
|
Battle Report | Raziel | 1 | 6,946 |
05-29-2020, 02:27 AM Last Post: Whisper |
|
Commercial System Package | DerVVulfman | 11 | 14,247 |
01-04-2020, 12:37 AM Last Post: Pelip |
|
ZLSL's Battle Portraits | DerVVulfman | 4 | 7,493 |
11-12-2019, 04:10 AM Last Post: DerVVulfman |