Ashaya Post

Game Discussion => Bug Reports => Topic started by: KitsonHeart on November 15, 2011, 11:44:39 pm

Title: [Fixed] Random Freezes for the wolf
Post 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.
Title: Re: Random Freezes for the wolf
Post by: toby on November 16, 2011, 06:52:59 pm
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.
Title: Re: Random Freezes for the wolf
Post by: toby on November 17, 2011, 10:41:51 am
This ought to be working much better now. Thanks for letting me know!