Date Dungeon

Results 1 to 2 of 2
  1. #1
    ʕ•ᴥ•ʔ racegod is offline
    MemberRank
    Feb 2014 Join Date
    399Posts

    Date Dungeon

    Anyone know how to modify the number of dates per day and how to make it so that it's same sex? Please and thank you


  2. #2
    Apprentice PalmR84 is offline
    MemberRank
    Jan 2014 Join Date
    19Posts

    Re: Date Dungeon

    Number of date per day change at DateMatching.bin on red underline in image below.


    ---
    Same sex must change in code and rebuild MapServer/AgentServer/Client.
    File: ./hseos/Date/SHDateManager.cpp
    Code:
    BOOL CSHDateManager::CLI_IsPossibleEnterDateZone()
    {
    #if !defined(_MAPSERVER_) && !defined(_AGENTSERVER)
        CDateMatchingDlg* pDlg = GAMEIN->GetDateMatchingDlg() ;
    
    
        if( ( pDlg &&
            pDlg->GetChatingDlg()->IsOnChatMode() /*&& Disable gender check
            HERO->GetGender() != g_csResidentRegistManager.CLI_GetChatPartner().stRegistInfo.nSex*/ )
        {
            return TRUE;
        }
    
    
    #endif
        return FALSE;
    }
    Last edited by PalmR84; 26-08-15 at 12:15 PM. Reason: add rebuild client.



Advertisement