Forum - [Fixed] Random Freezes for the wolf

Welcome! Please login with your in-game name.

 

Author Topic: [Fixed] Random Freezes for the wolf  (Read 1868 times)

Kitson

  • Nyranthix
  • ****
  • Posts: 397
« 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.
« Last Edit: November 17, 2011, 10:42:01 am by toby »

Tobias

  • Global Moderator
  • AR1 Security Unit
  • *****
  • Posts: 1572
« Reply #1 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.
« Last Edit: November 16, 2011, 06:54:46 pm by toby »

Tobias

  • Global Moderator
  • AR1 Security Unit
  • *****
  • Posts: 1572
« Reply #2 on: November 17, 2011, 10:41:51 am »
This ought to be working much better now. Thanks for letting me know!