Page 1 of 1

Problems with animations

Posted: Tue Mar 20, 2018 4:34 am
by zakaeda
Hi guys, I've been testing the master and I've noticed that the mob to attack with some animations move wrong. Does anyone know that this is due ?. I had read that it is a communication problem between client and server, but it did not give any solution to this. sorry for my English.

Here is a sample:

https://www.youtube.com/watch?v=dJCxyX5_oHU

Re: Problems with animations

Posted: Tue Mar 20, 2018 8:31 am
by KGB1st
It's a client problem. Server side method to checking mobs pos with every servers' tick it's not correctly.
May be java not respond some datas, because we have this in IT and other chronicles.
Or your patch is broken or modified before it'll be downloaded to thje web.
Try to use GEODATA or pathnode..

Re: Problems with animations

Posted: Tue Mar 20, 2018 9:20 am
by zakaeda
KGB1st wrote: Tue Mar 20, 2018 8:31 am It's a client problem. Server side method to checking mobs pos with every servers' tick it's not correctly.
May be java not respond some datas, because we have this in IT and other chronicles.
Or your patch is broken or modified before it'll be downloaded to thje web.
Try to use GEODATA or pathnode..
I tried it and it did not work ...

Re: Problems with animations

Posted: Tue Mar 20, 2018 1:44 pm
by ShinichiYao

Re: Problems with animations

Posted: Thu Mar 22, 2018 2:24 pm
by KGB1st
I'd a nice experience with problem animation today. Some monster tried to attack me from 1k units when lagged behind and I saw its firebals before 100 units before self :crazy: Cruma marshals.. or something else attacked me when I tried to cross the swamp. Unreal bugloop without distance checks.

Re: Problems with animations

Posted: Fri Mar 23, 2018 7:54 am
by KGB1st
Intention IN_MOVE, AND IN_ATACK has conficts when mob under debuf
NPC must be moved to the end of its distance, but IN_ATACK stops it. Then mob can be teleported when server checks mobs position and make some corrections if nedeed. Something else happens with NPCs' animation, when client not fully understand what happens and what must be done or how it must be done. Not stable logic, must be fixed, I think... I can tried to do it, but not understand a lot of things in this engine. This all bugs we've because we can't hook client side tic, end nobody knows any of clients events, such us Think, wich allow do someting with clients' every tic. We need more client side offsets for building stable engine. This project never be done as correct or stable without clients' reverse. We need more hooks.. more undefined values must be learned :\