-
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
修正大世界4C战斗,红椿导致无法移动的问题 #279
Conversation
战斗结束如果是椿按理说会切角色, 搜一下Camellya on_combat_end |
Quality Gate passedIssues Measures |
确实有这个问题,我也遇到过 |
确实有这个问题 |
的确有这个问题,所以现在基本不敢用椿刷4c。 |
@ok-oldking
又找到一个bug,自动战斗都依赖于while self.in_combat()运行,但in_combat()本身的代码是不会抛出NotInCombatException,所以存在一种情况是self.get_current_char().perform()刚好运行到不会抛出NotInCombatException的位置,而后in_combat()回传false从而结束战斗且不运行on_combat_end() |
修正大世界4C战斗,红椿无法移动的问题
问题: 椿组队自动战斗过程中,战斗结束后有概率红椿不切人进行传送,导致下个boss无法正常开怪或者原地发呆被打死