• 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.

[HELP] Disconnect While Afk

Newbie Spellweaver
Joined
Sep 30, 2018
Messages
71
Reaction score
3
Computers are fast; programmers keep it slow.
[VIP] Member
Joined
Feb 15, 2016
Messages
511
Reaction score
351
Have you taken a look at [Source] 5 Minutes In-Game Disconnection *Alternative FIX*

Also you can try this:

GLCharacter.cpp
Find:
PHP:
bool bCHECK = CheckPASSIVITY ( fElapsedTime );

Comment:
PHP:
//CInnerInterface::GetInstance().SetBlockProgramAlarm ( true );

Find:
PHP:
if ( IsBlockPASSIVITY() && !DxGlobalStage::GetInstance().GetBlockDetectState() )

Comment:
PHP:
//DxGlobalStage::GetInstance().CloseGame();

Hope this helps.

Best,
 
Upvote 0
Newbie Spellweaver
Joined
Feb 27, 2020
Messages
20
Reaction score
0
hi sir ...
bool bCHECK = CheckPASSIVITY ( fElapsedTime );
//CInnerInterface::GetInstance().SetBlockProgramAlarm ( true ); (PASTE THIS COMMENT BEHIND THE CODE??)
 
Upvote 0
Back
Top