Issue Information
-
#007650
-
0 - None Assigned
-
Working as Intended
Issue Confirmations
-
Yes (5)No (1)
After using Asura Strike then use Zen then Fury and then Body Reloc (Snap) Boooom client crash.
Video:
Shining Santa Hat
Blue Poring Bubble
Angeling Bubble
To fix:
Change clif->snap(src, src->x, src->y);
to clif_slide(src, src->x, src->y);
skill.c
case MO_BODYRELOCATION: if (unit_movepos(src, x, y, 1, 1)) { #if PACKETVER >= 20111005 - clif->snap(src, src->x, src->y); + clif_slide(src, src->x, src->y); #else clif->skill_poseffect(src,skill_id,skill_lv,src->x,src->y,tick); #endif
but when using body reloc the posture should be the same as using converter please check my video
Hmm client side or server side? Im using client 2012-04-17Ragexe
Please confirm thank you
Note: The item is from official ragnarok
following your step my client dont crash. (tested with Blue Poring Bubble)
Edited by purityz, 14 August 2013 - 06:57 PM.
Im using 2012-04-17Ragexe and 2013-08-07RagexeI am using 2013-07-03 client.
following your step my client dont crash. (tested with Blue Poring Bubble)
Btw what character did you use? GM Suit or Normal Champion?
Not crashing with GM Suit
Currently using 2012-04-10
i don't see this
including 2013-06-xx
~
Edited by kyeme, 10 September 2013 - 04:52 AM.
Question 1> How can I remove the skill animation for this to be fixed?its the game clients' fault, while your fix solves the crashing it breaks the skill animation -- breaking the skill effect for those three seems somehow over.
Question 2> And I really don't know why they do not get errors, is it because of the data files?
How to reproduce:
Use Asura Strike then --> Dangerous Soul Collect then --> then use Body Relocation then Voila! Client Crash.
/help
If you guys haven't experienced it yet, Where and what would be the cause of this problem? Or Am I missing some important files?
Another super cutie headgear
Sorry to bump this topic again but I just want to ask again if you don't experience this error?
How to reproduce:
Use Asura Strike then --> Dangerous Soul Collect then --> then use Body Relocation then Voila! Client Crash.
/help
If you guys haven't experienced it yet, Where and what would be the cause of this problem? Or Am I missing some important files?
Another super cutie headgear
Hello Kyeme
I cant reproduce this ,
do you got a Full CLient downlad from your server ? so i can download him and debugg him to see where the error is.
or we can do it over teamviewer , so you can show me the crash
it is not on the client side. it was on the server side problem.Yeah How to fix this? What do we need in client files?