juver sourcee updated files

Page 21 of 41 FirstFirst ... 11131415161718192021222324252627282931 ... LastLast
Results 301 to 315 of 605
  1. #301
    Jedi Knight EmpireZ is offline
    MemberRank
    May 2020 Join Date
    404 Not FoundLocation
    237Posts

    Re: juver sourcee updated files

    Quote Originally Posted by siujin View Post
    @EmpireZ
    I would like to ask, how can I disable gunner and Extreme class on this source code..?
    there are many ways to disable classes. you can disable it from characterpageset.cpp or set 0 value on config.ini outdirectory of your game. if you want permanently disabled, slice the class at glchardefine .

  2. #302
    Enthusiast siujin is offline
    MemberRank
    Oct 2021 Join Date
    44Posts

    Re: juver sourcee updated files

    @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

  3. #303
    Jedi Knight EmpireZ is offline
    MemberRank
    May 2020 Join Date
    404 Not FoundLocation
    237Posts

    Re: juver sourcee updated files


  4. #304
    Enthusiast siujin is offline
    MemberRank
    Oct 2021 Join Date
    44Posts

    Re: juver sourcee updated files

    @EmpireZ thank you for your help, I have successfully modified it!!!

  5. #305
    Enthusiast siujin is offline
    MemberRank
    Oct 2021 Join Date
    44Posts

    Re: juver sourcee updated files

    How to fix the duplicate names on global ranking???

  6. #306
    Jedi Knight EmpireZ is offline
    MemberRank
    May 2020 Join Date
    404 Not FoundLocation
    237Posts

    Re: juver sourcee updated files

    Quote Originally Posted by siujin View Post
    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.

  7. #307
    Enthusiast siujin is offline
    MemberRank
    Oct 2021 Join Date
    44Posts

    Re: juver sourcee updated files

    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???

  8. #308
    Account Upgraded | Title Enabled! thewinner3 is offline
    MemberRank
    Jul 2015 Join Date
    Tokyo.JapanLocation
    490Posts

    Re: juver sourcee updated files

    full database please thanks

  9. #309
    Novice ejzurcaled is offline
    MemberRank
    Aug 2020 Join Date
    4Posts

    Re: juver sourcee updated files

    Any one can help? TIA.

    https://imgur.com/sliBjkA
    https://imgur.com/sliBjkA


    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);        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;        }    }
    https://imgur.com/sliBjkA

  10. #310
    The Observer! Saige is offline
    MemberRank
    Oct 2010 Join Date
    PilipinasLocation
    589Posts

    Re: juver sourcee updated files

    @EmpireZ
    Do you have fix for SORT function?

    thanks :)

  11. #311
    Account Upgraded | Title Enabled! aizen00 is offline
    MemberRank
    Feb 2019 Join Date
    512Posts

    Re: juver sourcee updated files

    anyone fix the gm account appearing on ranking ?

  12. #312
    Enthusiast girliesh is online now
    MemberRank
    Mar 2018 Join Date
    PHLocation
    42Posts

    Re: juver sourcee updated files

    Quote Originally Posted by b0yt4l3nt9z View Post
    i have problem like this,
    hair is out of frame
    Does anyone know why?
    Attachment 170289
    We have the same issue.

    How to fix this?

    already check and experiment in source code also in Gui xml file. please help TIA.

  13. #313
    Jedi Knight EmpireZ is offline
    MemberRank
    May 2020 Join Date
    404 Not FoundLocation
    237Posts

    Re: juver sourcee updated files

    Quote Originally Posted by girliesh View Post
    We have the same issue.

    How to fix this?

    already check and experiment in source code also in Gui xml file. please help TIA.
    find this line on Charviewrender.cpp
    render-fix.png

    - - - Updated - - -

    Quote Originally Posted by aizen00 View Post
    anyone fix the gm account appearing on ranking ?
    this can be done by add "U.UserType != 30 AND U.UserAvailable != 0" to odbcgame lib network

  14. #314
    Enthusiast girliesh is online now
    MemberRank
    Mar 2018 Join Date
    PHLocation
    42Posts

    Re: juver sourcee updated files

    Quote Originally Posted by EmpireZ View Post
    find this line on Charviewrender.cpp
    render-fix.png

    - - - Updated - - -


    this can be done by add "U.UserType != 30 AND U.UserAvailable != 0" to odbcgame lib network

    thank you EmpireZ btw, what source file should I look and add this one "U.UserType != 30 AND U.UserAvailable != 0"

  15. #315
    Novice deojin1980 is offline
    MemberRank
    Jan 2022 Join Date
    1Posts

    Re: juver sourcee updated files

    what server files compatible in this source can anyone please share the server files



Advertisement