Hijirikawa Posted July 23, 2016 Posted July 23, 2016 How does this function? And will it protect the server from FreeWalk 3PP? Quote
0 nitrous Posted July 23, 2016 Posted July 23, 2016 It works, but it doesn't work well. Basically every time a player walks somewhere, it checks to see if there's anyone already on the cell. This will block freewalk. Unfortunately, the way the client handles skills doesn't lend itself to this system. Normally if you cast a spell out of range, the client calculates the distance it needs to travel and sends a walk request to the server. If there's someone standing on the cell that the client chose, the server will reject the request and the player will not move at all. So while it does block freewalk, it also prevents legitimate ways to occupy the same cell. Quote
0 Hijirikawa Posted July 23, 2016 Author Posted July 23, 2016 Alright thank you for that. It helps quite a lot. Quote
Question
Hijirikawa
How does this function? And will it protect the server from FreeWalk 3PP?
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.