• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

We encountered this problem, please help.

Newbie Spellweaver
Joined
Oct 5, 2023
Messages
12
Reaction score
0
It keeps dropping out every 2 hours. We're trying to fix it and it drops out of the game.
 
Banned
Banned
Joined
May 28, 2010
Messages
184
Reaction score
33
It keeps dropping out every 2 hours. We're trying to fix it and it drops out of the game.
this is the blockingProgram you need to comment in src
look for GLCharacter.cpp
Find :
CheckPASSIVITY

Then Close /* whole code */


Code:
/*bool bCHECK = CheckPASSIVITY ( fElapsedTime );
        if ( bCHECK )
        {
            //    Note : ������ ���� üũ �ڽ� ���.
            //CInnerInterface::GetInstance().SetBlockProgramAlarm ( true );
        }

        if ( IsBlockPASSIVITY() && !DxGlobalStage::GetInstance().GetBlockDetectState() )
        {
            DxGlobalStage::GetInstance().SetDetectedReport ();

            GLMSG::SNET_BLOCK_DETECTED    NetMsg;
            NetMsg.dwDETECTED = UINT_MAX;
            NetMsg.dwCHARID = m_dwCharID;
            NETSEND ( &NetMsg );

            DxGlobalStage::GetInstance().CloseGame();
        }*/
 
Upvote 0
Back
Top