じ☆ve冰风 发表于 2026-7-30 18:19:28

DoubleX RMVXA Bug Fixes to YSA Battle Add-On: Invert Targets

DoubleX RMVXA Bug Fixes v1.00b to YSA Battle Add-On: Invert Targets​
by DoubleX​
Prerequisites

YSA Battle Add-On: Invert Targets(Created by Yami)

http://yamiworld.wordpress.com/rgss3/battle-scripts/invert-targets/

Introduction

Tries to fix bugs I've found in YSA Battle Add-On: Invert Targets
Fixing compatibility issues isn't this script's aim

SpoilerBugs tried to fix:

- Autobattle flag bug:

  Game crashes when an actor has autobattle flag.

  Causes:

  Consider the method set_skill under class Game_Action(YSA Battle Add-On: Invert Targets):

def set_skill(skill_id)invert_target_set_skill(skill_id)subject.invert_target = falseend  As the original method returns self while this one returns false, game crashes when the following part of method make_action_list under class Game_Actor:

usable_skills.each do |skill|list.push(Game_Action.new(self).set_skill(skill.id).evaluate)end





- Command window bug:

  Game freezes when an actor cancels an inverted attack command.

  Causes:

Spoiler  Consider the method on_actor_cancel under class Scene_Battle(YSA Battle Add-On: Invert Targets):

def on_actor_cancelscene_battle_on_actor_cancel_invtrgBattleManager.actor.invert_target = falseend  As the original method doesn't handle the attack command case, game freezes due to the actor command window not being opened when it should be.




Features
Plug and play(You don't need to edit anything in this script but you may still do so)

How to use
Open the script editor and put this script into an open slot between the script YSA Battle Add-On: Invert Targets and Main.  Save to take effect.

FAQ
None

Credit and Thanks
DoubleX(Giving me credit is completely optional)
The terms of use are the same as that of YSA Battle Add-On: Invert Targets except that you must also give Yami credit(you should do this anyway) if you give DoubleX or his alias credit
 
Compatibility
Same as that of YSA Battle Add-On: Invert Targets
 
Changelog

v1.00b(GMT 0600 25-5-2014):

- Fixed set_skill bug for confused battlers

v1.00a (GMT 0900 30-1-2014):

- 1st version of this script finished

(DoubleX)YSA Invert Targets Bug Fix v1.00b.txt


本贴来自国际rpgmaker官方论坛作者:DoubleX处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/doublex-rmvxa-bug-fixes-to-ysa-battle-add-on-invert-targets.23127/
页: [1]
查看完整版本: DoubleX RMVXA Bug Fixes to YSA Battle Add-On: Invert Targets