View Single Post
  #3  
Old 02-19-2013, 12:44 PM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

@ line 210 of zone/client_process.cpp, you can try to add the lines in red

Code:
        if (camp_timer.Check()) {
            LeaveGroup();
            Save();
            if (GetMerc())
            {
                GetMerc()->Save();
                GetMerc()->RemoveMercFromGroup(GetMerc(), GetMerc()->GetGroup());
                GetMerc()->Depop();
            }
            instalog = true;
            if (parse->PlayerHasQuestSub("EVENT_DISCONNECT")) {
                parse->EventPlayer(EVENT_DISCONNECT, this, "", 0);
            }
        }
__________________
I muck about @ The Forge.
say(rand 99>49?'try '.('0x'.join '',map{unpack 'H*',chr rand 256}1..2):'incoherent nonsense')while our $Noport=1;
Reply With Quote