ACBS - Atoa Custom Battle System 3.2 - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Material Development (https://www.save-point.org/forum-8.html) +--- Forum: Scripts Database (https://www.save-point.org/forum-39.html) +---- Forum: RPGMaker XP (RGSS) Engine (https://www.save-point.org/forum-116.html) +---- Thread: ACBS - Atoa Custom Battle System 3.2 (/thread-2136.html) |
ACBS - Atoa Custom Battle System 2.0 Final - mageone - 06-09-2010 @ Atoa during battle, when you select skill, or item, it opens window for item/ skill selection. When the windows opens, the info about chars (picture, name, HP/ Mp etc) is deleted, so that it doesn't mess with the skill or items list. good. however, when using ATB add-on, the ATB bar remains and is still visible while browsing the skill or item list. i was wondering how to delete it. is this the correct command ? : Code: @atb_meters.visible = false and where to put it ? i d say in the ACBS | Battle Main Code ? in Scene_Battle ? if possible to delete the ATB bar in skill or item menu, please could you confirm how to proceed exactly. thank you ACBS - Atoa Custom Battle System 2.0 Final - mageone - 06-10-2010 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 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 ACBS - Atoa Custom Battle System 2.0 Final - Victor Sant - 06-11-2010 @mageone ATB Glitch - I've added an option for that in the ATB. So you can set if the bar will be shown or hidden when browsing items. Victory Window 3 (FF7) Gitch - the Victory Window 3 (FF7) will be totally rewrite, since the current versio haves some glitches and also it's no longer working with the battle anymore (due to the changes i've already made). ACBS - Atoa Custom Battle System 2.0 Final - blackheart - 06-11-2010 mediafire please u.u*....4shared send me again to the download screen u.u ACBS - Atoa Custom Battle System 2.0 Final - mageone - 06-11-2010 @ Atoa thank you for your answer however i m sorry i couldn't find the option in the ATB script. please advise line# or code @blackheart i ve just tried 4shared, it is working good. after clicking on the download link, a window pops up. click on the blue icon "download" then there is a message "Your download link will appear after wait" with a count down. when the count down reach 0, "Your download link will appear after wait" turns to "Download file now ". click on "Download file now " and your download will start ACBS - Atoa Custom Battle System 2.0 Final - mageone - 06-11-2010 is the "steal" skill supposed to work ? ACBS - Atoa Custom Battle System 2.0 Final - blackheart - 06-12-2010 am...it must be my pc....i´ll try from another ACBS - Atoa Custom Battle System 2.0 Final - Victor Sant - 06-12-2010 @mageone In the current version it's not working, there's an bug with it, but i alread fixed it. @blackheart mediafire don't allow me to update the download file and keep the old link, and since i have this script in various sites, i don't want to have to change the link on each site every time i update the script. ACBS - Atoa Custom Battle System 2.0 Final - mageone - 06-13-2010 when i make a skill that "TARGET/ALLENEMIES", the skill animation appears on all enemies (duplicated as many times as there are enemies), and damage all enemies. I want to have only 1 animation that damage all ennemies. for example : Storm Fire against 3 enemies i want the storm fire to appears only 1 time (and not 3), but to damage 3 enemies. is it possible ? ACBS - Atoa Custom Battle System 2.0 Final - blackheart - 06-13-2010 ok ^^ a friend downloaded it for me ^^ was a problem of my weird computer |