You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.
checked the commit log to see if the issue has been resolved since my server was last updated
Additional Information (Steps to reproduce/Expected behavior) :
You can play the cutscene while being attacked by a monster by clicking the point where the Cutscenes animation scene flows in the field or dungeon. And while the cutscene is playing, the monsters continue to attack and the player can't do anything. And by the end of the cutscene play, the player is already dead.
Is the above behavior the same as retail specifications?
In the retail specifications, the behavior of the cutscene types is as follows.
An Cutscenes that occurs when you choose an option or take a specific action (such as a warp).
A state in which the status icon is still displayed and interference from others is accepted. It will be forcibly terminated if it receives interference from others.
An Cutscenes with an animated scene.
The status icon disappears and no interference from others is accepted.
if you are hit by weak magic such as "Blind", or if the effects of "Utsusemi" and "Blink" are erased, the Cutscenes will be canceled even if it is not damaged.
Since the use of the warp device and the operation of opening the door are also treated as Cutscenes , they may be interrupted by external interference.
The OP teleport will end the Cutscenes immediately after selecting "Yes".
If you select "Yes" to track hostile monsters, the hostility disappears.
In the Cutscenes where the screen is completely switched (corresponding to the above two items), on the contrary, the interference of monsters is temporarily stopped and the hostility disappears.
The text was updated successfully, but these errors were encountered:
@zach2good and I were talking about the need to implement this functionality. We were considering a new binding so we could distinguish between "safe" cutscenes and "stopable" cutscenes.
I have:
Additional Information (Steps to reproduce/Expected behavior) :
You can play the cutscene while being attacked by a monster by clicking the point where the Cutscenes animation scene flows in the field or dungeon. And while the cutscene is playing, the monsters continue to attack and the player can't do anything. And by the end of the cutscene play, the player is already dead.
Is the above behavior the same as retail specifications?
In the retail specifications, the behavior of the cutscene types is as follows.
A state in which the status icon is still displayed and interference from others is accepted. It will be forcibly terminated if it receives interference from others.
The status icon disappears and no interference from others is accepted.
if you are hit by weak magic such as "Blind", or if the effects of "Utsusemi" and "Blink" are erased, the Cutscenes will be canceled even if it is not damaged.
Since the use of the warp device and the operation of opening the door are also treated as Cutscenes , they may be interrupted by external interference.
The OP teleport will end the Cutscenes immediately after selecting "Yes".
If you select "Yes" to track hostile monsters, the hostility disappears.
In the Cutscenes where the screen is completely switched (corresponding to the above two items), on the contrary, the interference of monsters is temporarily stopped and the hostility disappears.
The text was updated successfully, but these errors were encountered: