help me about krylfilter!

07/01/2019 02:11 bladehf#1
Hello friends
I have a problem that needs your help
When I login and select character disconnected play
But Some IPs can still log in normally
i use krylfilter 1.0.29
[Only registered and activated users can see links. Click Here To Register...]
thanks all
07/01/2019 13:43 Raw..#2
if you are using MEGAMAX V2 files, the problem is with 0x3013 Packet ..

add this code after OnRecfromserver ..
Code:
                                if (opcode == 0x3013)
                                {
                                    m_LocalSecurity.Send(_pck);
                                    char_screen = false;
                                    Send(true);
                                    continue;
                                }


don't forget to remove this temp solution after the next MeGaMaX update ..
4.5 >> supposed to solve the problem with 3013 praising ..

------------------------------------------------------------
You can also remove 0x3013 praising it it should be solved !...
07/01/2019 21:06 bladehf#3
helpme
07/02/2019 06:14 srothanglong#4
You may have turned off logging in with the 3rd software
07/02/2019 21:35 Raw..#5
Quote:
Originally Posted by bladehf View Post
helpme
:confused::confused::confused::confused::confused:


check my comment ...