@EmpireZThank you very much for your answers. I successfully removed gunner,
but there is another question.
How do I remove the gunner and extreme options in the gui file?
- - - Updated - - -
https://ibb.co/0YxXd9D
https://ibb.co/bsTS8Zw
How to remove this!!! thanks a lot for your help![]()
@EmpireZ thank you for your help, I have successfully modified it!!!![]()
How to fix the duplicate names on global ranking???
i can't tell you where it is, but u can see the different with this.s_COdbcGame.rar . learn the code so in the future you can solve your probs by yourself.
Thank you for your help. The problem of duplicate names has been solved, but now there is an error in the display of the class and my ranking appears in each class. What should I do about this problem.. and how to set the automatic update ranking in the game? ??
- - - Updated - - -
I want to ask you another question. I tried to use the Chinese version of the skill. It can enter the game and display, but found that some of the skills cannot be used... Do I need to modify the source code???
full database please thanks
Any one can help? TIA.
https://imgur.com/sliBjkA
https://imgur.com/sliBjkA
https://imgur.com/sliBjkACode: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); 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; } }
@EmpireZ
Do you have fix for SORT function?
thanks :)
anyone fix the gm account appearing on ranking ?
thank you EmpireZ btw, what source file should I look and add this one "U.UserType != 30 AND U.UserAvailable != 0"
what server files compatible in this source can anyone please share the server files