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!

Date Dungeon

Newbie Spellweaver
Joined
Jan 6, 2014
Messages
19
Reaction score
14
Number of date per day change at DateMatching.bin on red underline in image below.
racegod - Date Dungeon - RaGEZONE Forums


---
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() [COLOR=#ff0000]/*&& Disable gender check[/COLOR]
[COLOR=#ff0000]        HERO->GetGender() != g_csResidentRegistManager.CLI_GetChatPartner().stRegistInfo.nSex*/[/COLOR] )
    {
        return TRUE;
    }


#endif
    return FALSE;
}
 
Last edited:
Back
Top