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