DoubleX 202 Posted January 22, 2014 (edited) Prerequisites DoubleX RMVXA Bug Fixes to YSA Battle System: Classical ATB http://www.rpgmakervxace.net/topic/21110-doublex-rmvxa-bug-fixes-to-ysa-battle-system-classical-atb/ YSA Battle System: Classical ATB(Created by Yami) http://www.rpgmakervxace.net/topic/865-ysa-battle-system-classical-atb/page-3?hl=+active%20+time%20+battle Script name DoubleX RMVXA Cancel Addon to YSA Battle System: Classical ATB Author DoubleX: - This script Yami: - YSA Battle System: Classical ATB Terms of use Same as that of YSA Battle System: Classical ATB except that you must also give Yami credit(you should do this anyway) if you give DoubleX or his alias credit Introduction With this script, users can cancel partially charged skills but not fully charged nor uncharged ones of actors without autobattle nor confusion. Skill costs won't be paid and cooldown won't take place but action times will still be consumed by 1. #==============================================================================| # ** You only need to edit this part as it's about what this script does | #------------------------------------------------------------------------------| module DoubleX_RMVXA module YSA_CATB_Cancel_Addon # This feature needs # DoubleX RMVXA Action Addon to YSA Battle System: Classical ATB # (v1.01a+)CANCEL_ACTION_COST, default = false # Skill users need to pay the action cost of the skill after canceling it # (v1.01b+)CANCEL_ACTION_COST will be ignored if the skill/item demand its # user to pay the action cost before charging(that feature needs # DoubleX RMVXA CATB Charge Addon to YSA Battle System: Classical ATB) CANCEL_ACTION_COST = false # (v1.01a+)CANCEL_SKILL_COST, default = false # Skill users need to pay the mp/tp/custom cost of the skill after canceling # it # (v1.01b+)CANCEL_SKILL_COST will be ignored if the skill/item demand its # user to pay the non-action cost before charging(that feature needs # DoubleX RMVXA CATB Charge Addon to YSA Battle System: Classical ATB) CANCEL_SKILL_COST = false # Select key which will open the cast cancel selection window, default = :SHIFT CANCEL_KEY = :SHIFT # Press cancel key to close the cast cancel selection window # Wait while the cast cancel window is active, default = true CANCEL_WAIT = true # Set text displayed in cast cancel help window, default = "Select an actor to cancel his/her/its charging move.\nFully charged or uncharged moves can't be cancelled." HELP_TEXT = "Select an actor without autobattle nor confusion to\ncancel his/her/its partially charging skill or item." end # YSA_CATB_Cancel_Addon end # DoubleX_RMVXA #==============================================================================| Video http://www.youtube.com/watch?v=LLCNQ0WWnKA&feature=youtu.be Features Almost no scripting knowledge is needed to use this script(Some is needed to know how to edit the "how this script works" part) Instructions Open the script editor and put this script into an open slot between the script DoubleX RMVXA Bug Fixes to YSA Battle System: Classical ATB and Main. Save to take effect. Compatibility Same as that of YSA Battle System: Classical ATB FAQ None Changelog v1.01b(GMT 1200 25-2-2015): - Compatible with DoubleX RMVXA CATB Charge Addon to YSA Battle System: Classical ATB - Increased the efficiency of this script v1.01a(GMT 0200 11-9-2014): - Lets users set the cancel action cost and cancel skill cost v1.00b(GMT 0000 23-1-2014): - Compatible with DoubleX RMVXA Unison Addon to YSA Battle System: Classical ATB v1.00a(GMT 0300 22-1-2014): - 1st version of this script finished (DoubleX)YSA CATB Cancel Addon v1.01b.txt Edited February 25, 2015 by DoubleX 1 Jolt Android reacted to this Share this post Link to post Share on other sites
yoshine 7 Posted January 22, 2014 after my game screwed up and I lost alot of progress half a month ago I got really frustrated... BUT NOW you fixed EVERY issue I had with the battle system I couldn't do myself I love you 1 Jolt Android reacted to this Share this post Link to post Share on other sites
DoubleX 202 Posted January 23, 2014 (edited) Updates v1.01a(GMT 0200 11-9-2014): - Lets users set the cancel action cost and cancel skill cost v1.00b(GMT 0000 23-1-2014): - Compatible with DoubleX RMVXA Unison Addon to YSA Battle System: Classical ATB Edited September 11, 2014 by DoubleX Share this post Link to post Share on other sites
DoubleX 202 Posted February 25, 2015 Updates v1.01b(GMT 1200 25-2-2015): - Compatible with DoubleX RMVXA CATB Charge Addon to YSA Battle System: Classical ATB - Increased the efficiency of this script Share this post Link to post Share on other sites