• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

juver sourcee updated files

Newbie Spellweaver
Joined
Aug 21, 2020
Messages
9
Reaction score
0
UKnowMeKnow - juver sourcee updated files - RaGEZONE Forums


anyone how to solve this prob i can't proceed the game
 
Newbie Spellweaver
Joined
Jun 12, 2014
Messages
85
Reaction score
3
where do i find get_item password in source? i was looking in glogicdata.cpp and also dxincommand.cpp i can't see there password and the command txt of get item?

 
Last edited:
Newbie Spellweaver
Joined
Mar 11, 2014
Messages
51
Reaction score
0
Anyone can help me how to fix old login screen like this

 
Elite Diviner
Joined
Sep 29, 2016
Messages
461
Reaction score
10
where do i find get_item password in source? i was looking in glogicdata.cpp and also dxincommand.cpp i can't see there password and the command txt of get item?

GLChaInvenMsg2.cpp
GLCharactorReq.cpp
 
Last edited:
Newbie Spellweaver
Joined
Feb 19, 2020
Messages
57
Reaction score
1
some accounts has bug of require time to relogin? anyone know how to fix this?
 
Junior Spellweaver
Joined
Mar 16, 2017
Messages
156
Reaction score
5
Successfully converted Extreme class into Rebooted thanks :)
 
Newbie Spellweaver
Joined
Jun 12, 2014
Messages
85
Reaction score
3
may i know how to remove ms fps in source? what cpp do i looking? TIA
 
Newbie Spellweaver
Joined
Oct 4, 2022
Messages
30
Reaction score
0
anyone have the working get_item command for this shared?
 
Newbie Spellweaver
Joined
Oct 4, 2022
Messages
30
Reaction score
0
anyone have glogic server of this shared? mind to share it.. thanks



how to fix tbb.dll error when running serverfield i try to download tbb.dll in google but still same problem
 
Junior Spellweaver
Joined
Apr 7, 2013
Messages
137
Reaction score
8
UKnowMeKnow - juver sourcee updated files - RaGEZONE Forums

UKnowMeKnow - juver sourcee updated files - RaGEZONE Forums



whats new?
- item mall
- classic ui
- live global ranking
- new in game user panel
- inventori lock features



DONE JUST USE MERGE CLIENT!! Thanks anyway continue exploring :)

MY BIN FILES FROM SOURCE -

Fresh Database:

MiniA.exe Parameter is /...........






I have just modified that file, and it works perfectly.
View attachment 170197

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.

For those who want to use this Alternative launcher and removing Registration Button.. Replace Config

1.) Extract this LAUNCHER to your Client files - - -


2.) Just open the config
3.) Edit this

ClientEXE=MiniA.exe
ExeParameter=
/***...### (From MergeClient) - Click

4.) set your IP

Credit from here Thanks!
https://forum.ragezone.com/f528/launcher-build-070414-autopatch-1012064/
 
Last edited:
Banned
Banned
Joined
Sep 5, 2011
Messages
411
Reaction score
10
hi guys, anyone here having a problem in dual client? compared to other server, i have modified source but it took too much memory, compared to others, anyone here know how to fix this problem? thank you..
 
Back
Top