Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[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
509
Reaction score
350
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