This matter is still not solved for some clients I'm not sure if I'm on the right section to post this though.
2013-08-072013-07-132012+
In reference to this: http://herc.ws/board/tracker/issue-7650-body-reloc-client-crash/
There are some headgears including:
that crashes the client.
To reproduce:
Change
clif->snap(src, src->x, src->y);
to
clif->slide(src, src->x, src->y);
However this fix removes the animation of body relocation thus changes the mechanics as well. It also looks ugly. Is there anyone who can provide a possible fix for this? I'm willing to test it. This problem still occurs up to now.
2013-08-072013-07-132012+
In reference to this: http://herc.ws/board/tracker/issue-7650-body-reloc-client-crash/
There are some headgears including:
- Shining Santa Hat
- Blue Poring Bubble
- Angeling Bubble
that crashes the client.
To reproduce:
Suggested fix:After using Asura Strike then use Zen then Fury and then Body Reloc (Snap) Boooom client crash.
Change
clif->snap(src, src->x, src->y);
to
clif->slide(src, src->x, src->y);
However this fix removes the animation of body relocation thus changes the mechanics as well. It also looks ugly. Is there anyone who can provide a possible fix for this? I'm willing to test it. This problem still occurs up to now.