Ashaya Post
Game Discussion => Bug Reports => Topic started by: KitsonHeart on November 15, 2011, 11:44:39 pm
-
When i like use a skill or something that's not ready, i literally stop. And, like at the worst moments. Also, i'm not sure if it's my spider or an opponents spider, but i get webbed every now nd then.
-
Yeah, I have noticed something similar as well, though it had nothing do with using items or skills that were not ready (I have double-checked the code, and if a skill isn't ready, the packet is simply discarded without changing the state.
I managed to reproduce a freeze though, by interrupting casts (simply starting to walk mid-cast), then stopping, and immediately starting to walk again. With that, I was able to look more closely with what is going on, and found a race-condition in the client prediction code, which I added a fix for, on today's update. We'll see whether it works better now.
If you get webbed, that's someone else's spider. Web-Shot does check affiliation before triggering.
-
This ought to be working much better now. Thanks for letting me know!