After clicking in the room, nothing happens, what can be?
Screenshot by Lightshot
Screenshot by Lightshot
After clicking in the room, nothing happens, what can be?
Screenshot by Lightshot
Screenshot by Lightshot
someone will release updates to the server files with some fixes? for those who do not know programming? :)
S4/S6/S8
Good Source, to experience things*Fix Full Server
*Fix License JS<->GS
*Fix ObjectManager DelAcc/AddAcc Main<->GS
*Optimized Code GameServer Low Consume Ram 34mb
*15K Monster
*Fix Join Local
![]()
How do you build the main.exe file? Or do we just use the original one from the release?
I only found main.dll
Last edited by allexander; 04-06-18 at 06:42 PM.
what is AuthServer ????
Omg, compiling fine with VS 2012 with update 5.
Spoiler:
Some "Coders" need to learn a bit more about visual studio and their tools.
After clicking in the room, nothing happens, what can be?
Screenshot by Lightshot
Screenshot by Lightshot
As it does for the background goes black?
- - - Updated - - -
The Box of Kundun with this appearance of Box of Luck?
that version is the files season 4? :)
Haw to remove level 400 limit?
The Summoner skill not work in player , this is normal or this bug?
I never played the summoner!
I leave some fix for various errors
Error [ObjectManager] DelAcc
They have to modify the main.cpp to create a bypass
Code:gCustomItem.Load(gProtect.m_MainInfo.CustomItemInfo); gCustomWingEffect.Load(gProtect.m_MainInfo.CustomWingEffectInfo); gPacketManager.LoadEncryptionKey("Data\\Enc1.dat"); gPacketManager.LoadDecryptionKey("Data\\Dec2.dat"); InitCommon(); //InitHackCheck(); InitItem(); InitJewel(); InitPrintPlayer(); InitReconnect(); InitResolution(); InitWing();and the GS
Code:#define ENCRYPT_STATE 0 // Change 1 by 0Fix License on all Project
Code:#define PROTECT_STATE 0 // Change 1 by 0Fix Server Full // Thx ashlay
CServerDisplayer::SetWindowName
Code:wsprintf(buff,"[%s] JoinServer (QueueSize : %d) (AccountCount : %d/%d)",JOINSERVER_VERSION,gSocketManager.GetQueueSize(), gAccountManager.GetAccountCount(), #if PROTECT_STATE gJoinServerMaxAccount[gProtect.m_AuthInfo.PackageType][gProtect.m_AuthInfo.PlanType] #else MAX_ACCOUNT #endif );
on
GJConnectAccountRecv
Code:if(gAccountManager.GetAccountCount() >= #if PROTECT_STATE gJoinServerMaxAccount[gProtect.m_AuthInfo.PackageType][gProtect.m_AuthInfo.PlanType] #else MAX_ACCOUNT #endif )Change Max LVL , NO TESTED! , I do not recommend it because the level works with the masterlvl
Search in GS
RegardsCode:#define MAX_CHARACTER_LEVEL 400 //<- Changed![]()
Last edited by laulinh2; 26-03-16 at 05:03 AM.
im using s6 how can i activate the 3d cam on client s6? help plss