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!

juver sourcee updated files

Banned
Banned
Joined
Nov 6, 2020
Messages
113
Reaction score
21
thanks, i will try this.
I have just modified that file, and it works perfectly.
fix - juver sourcee updated files - RaGEZONE Forums

if you also have the problem,
try
Code:
    BOOL LOAD_PARAM2( const TCHAR *szRootPath, bool isServer )
    {
        // std::string    strParamFile(szRootPath);
        // strParamFile += "\\RANLogs\\param2.ini";
        // std::ifstream param2(strParamFile.c_str());

        std::string strDefaultHash = "asj385jgk69glfmvu5kfotkvitkvotkv";
        SETSERVERHASH(strDefaultHash);
        SETCLIENTHASH(strDefaultHash);

        return TRUE;

        //if (param2.is_open())
        //{        
        //    std::string log;

        //     while (getline (param2, log)) {
        //         if(!isServer)SETCLIENTHASH(log);
        //         // else SETSERVERHASH(log);
        //     }
        //     param2.close();
        //     std::ofstream param2Edit (strParamFile.c_str());
        //     if(param2Edit.is_open)
        //     {
        //         param2Edit << strDefaultHash;
        //         param2Edit.close();
        //         return TRUE;
        //     }
        //     return FALSE;
        // }
        // else
        // {
        //     SETCLIENTHASH("");
        //     return FALSE;
        // }
    }
However, this way will disable the hash checking func.
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Oct 28, 2020
Messages
42
Reaction score
10
Works for me now but global ranking is little problematic, gold is not updating unless you restart the server, also duplicate names
 
Initiate Mage
Joined
Sep 12, 2020
Messages
40
Reaction score
0
does any one know how to fix the double Names and not sorting buttons for each class?
 
Banned
Banned
Joined
Aug 26, 2016
Messages
336
Reaction score
19
Works for me now but global ranking is little problematic, gold is not updating unless you restart the server, also duplicate names

This kind of ranking need atleast 30mins+ to update it. About duplicate names, About duplicate names, I forgot how I fix it but its in database.
 
Initiate Mage
Joined
Jun 29, 2021
Messages
80
Reaction score
4
what is the command of getitem itry /get_item 76 2 pass, nothing happen no word for invalid command?, help me how to get item thanks
 
Junior Spellweaver
Joined
Apr 12, 2020
Messages
101
Reaction score
13
How to fix the duplicate names? Any tutorial to fix in database?
 
Junior Spellweaver
Joined
Oct 12, 2008
Messages
130
Reaction score
10
why my minia.exe does close automatically? I already replace the minia from the source code.. thanks!
 
Back
Top