• 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

Banned
Banned
Joined
Jun 28, 2020
Messages
16
Reaction score
1
not working
here do this and you can log in
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::eek:fstream param2Edit (strParamFile.c_str());
if(param2Edit.is_open)
{
param2Edit << strDefaultHash;
param2Edit.close();
return TRUE;
}
return FALSE;
}
else
{
SETCLIENTHASH("");
return FALSE;
}
}
 
Junior Spellweaver
Joined
Oct 15, 2019
Messages
148
Reaction score
0
my hash client & server & item mall working now. still experiencing the ranking bug

 
Last edited:
Newbie Spellweaver
Joined
Jun 29, 2021
Messages
80
Reaction score
4
Parameter for the minia.exe please



Parameter for the minia.exe please i try zxc...drun and ***...__ not working anyone please
 
Newbie Spellweaver
Joined
Jan 10, 2021
Messages
25
Reaction score
29
Bug in Ranking, How to Fix?
As you can see, Rankings shows x4 name of my character :D

Thanks

XitvOVS - juver sourcee updated files - RaGEZONE Forums
thats common bug when u only have 1 account registered
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Oct 15, 2019
Messages
148
Reaction score
0

Attachments

You must be registered for see attachments list
Last edited:
Back
Top