michael jacksons walking behavior - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: michael jacksons walking behavior (/Thread-michael-jacksons-walking-behavior) |
michael jacksons walking behavior - kn4tseb - 09-01-2014 04:59 AM Hey people.. i have a small question.. sometimes players and npcs have this a bit annoying behavior with walking animation and sound effect but actually the are stood still... is it possible to fix this? is this on client side? or maybe an ini setting i have missed. if i have not make my self clear, you see the char as if they were walking (animation and sound) but they are just standing there. hope someone gets what i mean xDD thank you very much. RE: michael jacksons walking behavior - Feeh - 09-01-2014 05:19 AM It is a client problem, if you look close, it will only happen with chars holding a lightsource item. There is nothing we can do to fix it. The server only says to the client "hey, move this char in this direction" and the client will animate the char as requested by the server RE: michael jacksons walking behavior - Rizz - 09-01-2014 05:23 AM is this happening in night time right? i fixed in this way PHP Code: [EVENTS e_Human_Environ] RE: michael jacksons walking behavior - kn4tseb - 09-01-2014 05:59 AM yes, nighttime and i see.... client side.. gonna try your script rizz, thank you very much both ^^ RE: michael jacksons walking behavior - matex - 09-12-2014 04:07 AM It is possible to fix this if you want to change the client assembly at runtime. Some shards do this via DLL injection. If you are interested i could supply you with an example sourcecode. RE: michael jacksons walking behavior - Feeh - 09-12-2014 05:10 AM (09-12-2014 04:07 AM)matex Wrote: If you are interested i could supply you with an example sourcecode. I'd like to see it. I have some experience on DLL injection and I want to see how it can be fixed RE: michael jacksons walking behavior - kn4tseb - 09-12-2014 05:19 AM i have no experience on that, but i know people who do, would be great if somehow it could be shared |