-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
[Bug] Energy will be cleared but elemental burst will not be released #1248
Comments
I noticed this bug but I didn't know how to reproduce this,thanks your feedback |
is chance of this problem 100%? |
No, and it also does not only happen shortly after pressing E. I had it happen at other times too. No clue why the Q doesn't active in those cases ... |
It's probably the energy manager using the wrong trigger condition to remove the energy, and some animation buffering states causing the client to have a delay long enough for the energy removal to arrive before the burst actually starts. |
i.e. our |
+1 |
You are probably right, yes. I didn't have Iridium set up yet when I wrote EnergyManager, so I just guessed based on the name that I'll do a little sniffing later to find out what's actually going on and see if I can fix this. |
Okay, did the sniffing. Here is one of the clearest results I could get: Here, I switch to a new avatar (starts with packet 655 and ends with packet 659), cast an ultimate ( However, I also tried the following: Casting Yelan's E and then pressing Q while the E was still ongoing. This is an easy way to reproduce the bug. In that case, the client sends an On a side note, it seems that we violate the protocol for clearing energy. Currently, we send an |
For me, nothing happens. Has this been fixed? |
No, it hasn't been fixed. It doesn't always happen though. You were probably just lucky. |
现在 Q仍在进行时按 冲刺 会中断Q释放。 Pressing sprint while q is still in progress will interrupt Q release. |
can anyone confirm this still happens? |
Yes, still happening in 1.7.2. The simpliest way to reproduce this I think is to use Elemental Burst right after switching to the character (number key and Q in quick succession) |
I encountered a character pick up delay where characters need to be next to items for 2-3 seconds before they appear pickable |
Did you look for other closed issues that have the same problem?
Describe the bug
If we press the Q key after the E key quickly, energy will be cleared but the burst will not be released. Almost all avatars encountered this issue.
Which branch did you use?
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: