Emps-World Forum

Emps-World => Bug Reports => Resolved Bug Reports => Topic started by: Freestuffyay on December 06, 2015, 09:09:07 pm

Title: pathing?
Post by: Freestuffyay on December 06, 2015, 09:09:07 pm
I don't think this is intended
Title: Re: pathing?
Post by: Thomy on December 06, 2015, 09:14:22 pm
Sounds odd now, but the current system can work like that, yes.
Title: Re: pathing?
Post by: Freestuffyay on December 06, 2015, 09:27:04 pm
Sounds odd now, but the current system can work like that, yes.
Walking backwards and through a tree seems a bit broken
Title: Re: pathing?
Post by: Thomy on December 06, 2015, 10:10:28 pm
Sounds odd now, but the current system can work like that, yes.
Walking backwards and through a tree seems a bit broken

It has to do with the client-sided walking queue calculation interrupting the server's follow pathing. The character is a step further when the cient's path arrives and thus the server needs to connect the vertex back in order to preserve walking consistency. The alternative would be discarding the walking queue, which isn't a possibility really. You can avoid the scenario by only clicking your opponent once.

The issue can only be fixed by reworking the walking system.