-
Notifications
You must be signed in to change notification settings - Fork 104
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
Stuck animations/sounds when casting spells #104
Comments
This is due to server to proxy(and vice versa) lag/latency. I've added a "fix" for it in my own branch, to induce a manual delay to proxy to avoid this |
@Lihvar thanks - I tried your version but I am getting FAIL_VERSION_INVALID error which I was getting before the latest HermesProxy release. Connecting to Everlook |
Is the spell bug also appearing when you toggle the "Optimize for Network speed" option in the game settings? |
Yes -- i have had that option enabled throughout my testing. |
I've just updated my version, merging from WoWLegacyCore, you set the delay in the config file, its pretty much testing values and seeing what works, my suggestion is first try 30 for both server and client delay, see how it works, and if it doesn't then I'd suggest increasing Server delay until you find a value that works, its a crude "fix" for a delay in communication between server and the proxy |
Thanks Lihvar - I just downloaded your version (for Ubuntu) and I'm still getting the same "Your version is not supported by this server" error. I do not get that issue when using WoWLegacyCore HermesProxy. |
I see, tested it myself just now on Everlook and yeah it doesnt accept my fork, its due to versioning and I dont have time to fix that today unfortunately |
Anything on this? |
I know, its super annoying, I've updated my version but Everlook only allows the official WoWLegacyCore version |
Thank you, hopefully the official version gets updated soon with the fix. |
I still can't reproduce this. Not on everlook nor on my local server. This is a TCP stream the packets are always in the same order. |
It is not real fix I know, but it worked for me, I tried figuring out a real fix and just didn't have the time and expertise.
|
Okay my setup looks like this
I set
In game in human start zone I did
and spammed Inner Fire. The server was lagging hard, spells and commands took 3 seconds to register. |
Me and my guildmate are also experiencing this issue on Everlook. I've had it occur multiple times with the spell Rockbiter Weapon. |
How, I get it every single time when the server is lagging and Im even connected via LAN not WiFi. That is super strange |
@0blu I am having this issue playing on Everlook as well happends a lot on casts like frost nova or drinking/eating food. I am connected to LAN as well my internet speed is like 120+ mbps so its not an internet issue |
i am in NA and i think it has to do with the ping to the server on France. 1.14 shows 0ms delay between proxy and client but when i load up the 1.12 client directly i get about 120-150ms delay. |
That's cause it shows you ping to the proxy, not to the server, since you are not connected directly to the server. I think Blu made a commit to fix that recently. |
This is really game/immersion breaking, please fix. |
Use latest version of HermesProxy, should be fixed. |
I just updated and it isn't, that's what made me post |
You have to go into the <add key="ServerSpellDelay" value="50" />
<add key="ClientSpellDelay" value="50" /> |
Maybe good to assign default values @0blu |
I suggest to people trying different values and seeing what works, from personal experience values between 20-80 were good, going over 80 there is gonna be a noticeable delay |
So this adds latency on purpose to prevent the issue? I already play with like 200ms |
Yes, a delay is added, since we don't know what the real reason for this issue is. |
I put values at 20 and so far I didn't see issue again. Thanks! |
Fixed for me with values at 20 for each variable. Also noticed this made gameplay lag/delay much better as well not just for spells but for shooting wands, fear, etc. Thank you for this!!!! |
Do you have to set both variables to |
Possible fix for WowLegacyCore#104
Describe the bug
When casting a spell, sometimes the casting animation (hands glowing) and casting sound will get stuck "on" and not clear. The only fix is a relog (reload does not clear it).
Can be reproduced most easily by spamming Inner Fire (Rank 1). Seems to happen when trying to cast a spell during GCD.
IMG_6253.mov
Game Version
Using Brotalnia's guide for 1.14 client, but launching Arctium through Steam Proton Experimental
Connection to Everlook
Hermes Proxy Version
Latest release for Linux Ubuntu (v3.2 b0dcbb8)
The text was updated successfully, but these errors were encountered: