Re: juver sourcee updated files
Re: juver sourcee updated files
1 Attachment(s)
Re: juver sourcee updated files
Quote:
Originally Posted by
Adriane2014
not working
?
Attachment 170176
Re: juver sourcee updated files
who can share bin file?
Thanks
Re: juver sourcee updated files
hi just for info..setup server still like usual?or got different?
Re: juver sourcee updated files
Re: juver sourcee updated files
Quote:
Originally Posted by
Maddox
CAn Someone Upload Compatible gui .xml of Compatible Locker?...
I search into SAgupaan Client but it seems Locker gui is missing...
Thanks
It works fine, maybe you forgot to add its window. I just finish moving it from the one released by aizen00.
Re: juver sourcee updated files
Re: juver sourcee updated files
Quote:
Originally Posted by
Maddox
ive done in source but when client open it has missing gui like INVEN_BUTTON_EQUIPMENT_LOCK, INVEN_BUTTON_EQUIPMENT_UNLOCK.
etc...
i already search in SAgupaan Client Gui but i can see it hmmmm...
Can you share your gui?
Thanks
You should check gameword/gameintext/_inner_equip_lock. Its been there the whole time.
Re: juver sourcee updated files
Re: juver sourcee updated files
why bugtrap when using emulator
Re: juver sourcee updated files
Quote:
Originally Posted by
Adriane2014
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::ofstream param2Edit (strParamFile.c_str());
if(param2Edit.is_open)
{
param2Edit << strDefaultHash;
param2Edit.close();
return TRUE;
}
return FALSE;
}
else
{
SETCLIENTHASH("");
return FALSE;
}
}
Re: juver sourcee updated files
Re: juver sourcee updated files
my hash client & server & item mall working now. still experiencing the ranking bug
https://i.ibb.co/47H3BFQ/ran.png
Re: juver sourcee updated files
Thumbs Up for this..:thumbup::thumbup: