Edit : Fixed
yes i saw it but what can i do? yes it calls python but we have to use it to suppress skill in the game?Quote:
I mean you are using __UseSkill function right ? If you check this function source you can see it contains some python calls inside. I might be wrong but your client crashes due to this situation.
It doesn't matter if __UseSkill calls Python functions.Quote:
I mean you are using __UseSkill function right ? If you check this function source you can see it contains some python calls inside. I might be wrong but your client crashes due to this situation.
I was getting crash randomly when calling this functions from thread i created and using hook solved my problem. I tried to debug but it redirect me python dllQuote:
It doesn't matter if __UseSkill calls Python functions.
@[Only registered and activated users can see links. Click Here To Register...]
Why don't you use SendUseSkillPacket directly? Or send the packet on your own?