Most visitors online was 2783 , on 8 Sep 2023
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!cek glogicserver find file instanceTable.lua /lucAnyone know how to enable Dimension Lab Instange Dungeon on (U) BattleField UI
already add Dimension but not workcek glogicserver find file instanceTable.lua /luc
Re-write the Engine.thanks manbut when you have gs files you should have biggest specs also to run the server right ? its too expensive theres a possible way ? to run the gs file in small specs?
appreciate it man. will try it. Thanks.find file "unzipper.cpp "
UINT CUnzipper::UnzipToMemory(const std::string& ZipFileName, const std::string& FileName, PBYTE& cBuffer)
{
if (!OpenZip(ZipFileName.c_str()))
return FALSE;
if (!m_uzFile)
return FALSE;
if (GetFileCount() == 0)
return FALSE;
UINT nRetB(0);
std::string strFileName(ZipFileName);
strFileName += FileName;
if (GOTOFILEPOS(strFileName)) // GotoFilePos로 이동
{
UZ_FileInfo info;
GetFileInfo(info);
// if the item is a folder then simply return 'TRUE'
//if (info.szFileName[lstrlen(info.szFileName) - 1] == '\\')
// continue;
if (IsEncrypted(info.dwFlags)) // MEMO : 암호화 된 파일이면...
{
if (unzOpenCurrentFilePassword(m_uzFile, "tkqwlf") != UNZ_OK) NB: (PASWORD RCC: tkqwlf)default GS and ur singkron file basic.exe )
return UINT_MAX;
}
else
{
if( unzOpenCurrentFile(m_uzFile) != UNZ_OK )
return UINT_MAX;
}
open your default.charclass and look for wENABLE_NEW_CLASS = change it to
- 0 = All new class restricted
- 1 = restrict Ninja, Magic
- 2 = restrict Magic
- 3 = restrict Theater
- 4 = All class enabled
Hope this helps!
Here's the screenies for All new class restricted
Anyone encounter this problem?.
PHP:[17:01:49] [17:01:48] [ERROR] DB:{call gs_user_verify('gm1','gm1','192.168.1.1',3,0,?)}[17:01:48] [ERROR] DB:42000, NativeError:2812, [Microsoft][SQL Server Native Client 11.0][SQL Server]Could not find stored procedure 'gs_user_verify'.[17:01:48] [ERROR] CAgentGsUserCheck result -1[17:01:49] [INFO ] GS WB OFFLINE. pass the login process ChaName : gm1[17:01:49] [ERROR] DB:{call gs_user_verify('gm1','gm1','192.168.1.1',3,0,?)}[17:01:49] [ERROR] DB:42000, NativeError:2812, [Microsoft][SQL Server Native Client 11.0][SQL Server]Could not find stored procedure 'gs_user_verify'.[17:01:49] [ERROR] CAgentGsUserCheck result -1
I'm using the shared Database. Thanks in advance.
- - - Updated - - -
Here I created a back up link for compatible client that being shared here.
Client:
WidgetScript (for decomposed bugtrap):
Paste the widgetscript inside data\glogic\widgetscript
But using this widgetscript will encounter lotto bugtrap. I recommend to disable lottosystem by set false in usefeatures_gs.luc
No idea. i just copied other ep10/11 client widgetscript.Hi Bro, how to compile the Lua scripts to WidgetScript?
u need some one file LuaPlusc.exe u can build lua to wsf fileHi Bro, how to compile the Lua scripts to WidgetScript?
LuaPlusc.exe is compile .lua to .lucu need some one file LuaPlusc.exe u can build lua to wsf file
Hi,LuaPlusc.exe is compile .lua to .luc
My question is how to encrypt WidgetScript.lua to WidgetScript.wsf
cek source ran gs find this file ` MacroOption.lua ` file widgetscript.wsfHi,
By any chance you can share the WidgetScript.lua?
Thanks.cek source ran gs find this file ` MacroOption.lua ` file widgetscript.wsf
how about changing the encryption of tools?find file "unzipper.cpp "
UINT CUnzipper::UnzipToMemory(const std::string& ZipFileName, const std::string& FileName, PBYTE& cBuffer)
{
if (!OpenZip(ZipFileName.c_str()))
return FALSE;
if (!m_uzFile)
return FALSE;
if (GetFileCount() == 0)
return FALSE;
UINT nRetB(0);
std::string strFileName(ZipFileName);
strFileName += FileName;
if (GOTOFILEPOS(strFileName)) // GotoFilePos로 이동
{
UZ_FileInfo info;
GetFileInfo(info);
// if the item is a folder then simply return 'TRUE'
//if (info.szFileName[lstrlen(info.szFileName) - 1] == '\\')
// continue;
if (IsEncrypted(info.dwFlags)) // MEMO : 암호화 된 파일이면...
{
if (unzOpenCurrentFilePassword(m_uzFile, "tkqwlf") != UNZ_OK) NB: (PASWORD RCC: tkqwlf)default GS and ur singkron file basic.exe )
return UINT_MAX;
}
else
{
if( unzOpenCurrentFile(m_uzFile) != UNZ_OK )
return UINT_MAX;
}
Check your item set lua file in your glogic.rcc, it cannot load the dataWhen start game / server, There is a alter box:
SetSlot_IndicationIcon
tableObj.isTable()
Any idea?
What is ur spec ?Hi Guys, facing a problem that the FieldServer will auto close and exec restart.bat with no reason.
Anyone know why?
can edit in skilledit. remove the required item from skill to cast.How do you make gunners, shamans, arches use bullets, talismans, arrows because currently you don't need it attack??