Most visitors online was 1443 , on 24 May 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!case 0x01: if( aRecv[4] == 0x00 &&
aRecv[5] == 0x00 &&
aRecv[6] == 0x00 &&
aRecv[7] == 0x00 )
{
CloseClient(aIndex);
return;
}
CGPCharacterCreate((PMSG_CHARCREATE *)aRecv, aIndex);
break;
regz, u try to detect if any of the first bytes of the names are terminators /0?
NO ONE ?! duck!Who can send me his full working files with this GS ?
i am using vs10 , or tell me how to add it
1>LINK : fatal error LNK1104: cannot open file 'libboost_system-vc90-mt-gd-1_47.lib'
BUILD BUILD BUILDBoost libs also need build =)
void DataSendEventChip(PCHAR pMsg, int size)
{
if ( IsEventChipServerConnected == FALSE && ::EventChipServerConnect != FALSE )
{
wsEvenChipServerCli.Close();
wsEvenChipServerCli.CreateSocket(ghWnd);
if ( GMEventChipServerConnect(::gEventChipServerIp, WM_GM_EVENTCHIP_CLIENT_MSG_PROC) == FALSE )
{
IsEventChipServerConnected = FALSE;
LogAdd("Can not connect EventChip Server");
return;
}
::IsEventChipServerConnected = TRUE;
}
if ( ::IsEventChipServerConnected != FALSE && ::EventChipServerConnect != FALSE )
{
::wsEvenChipServerCli.DataSend((char *)pMsg, size);
}
}
i still have problem with linker... how to fix this shit?1>LINK : fatal error LNK1104: cannot open file 'libboost_system-vc90-mt-gd-1_47.lib'
1>MSVCRTD.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup
1>Debug\GameServer.exe : fatal error LNK1120: 1 unresolved externals
Unhandled exception at 0x5d66f693 in GameServer.exe: 0xC0000005: Access violation reading location 0x00000000.
else if (argc > 1)
{
strcpy(JoinServerIp,argv[1]);
JoinServerPort = atoi(argv[2]);
strcpy(DataServerIp,argv[3]);
DataServerPort = atoi(argv[4]);
GameServerPort = atoi(argv[5]);
strcpy(ExDbIp,argv[6]);
ExDbPort = atoi(argv[7]);
}
else
{
strcpy(JoinServerIp,"127.0.0.1");
strcpy(DataServerIp,"127.0.0.1");
strcpy(DataServerIp2,"127.0.0.1");
strcpy(ExDbIp,"127.0.0.1");
int AnimationTCount;
int AnimationPCount;
case 0x18:
if (gObj[aIndex].AnimationTCount != 0)
{
int AnimTick = GetTickCount() - gObj[aIndex].AnimationTCount;
gObj[aIndex].AnimationPCount++;
if (AnimTick > 1000){
if(gObj[aIndex].AnimationPCount > 3)
{
LogAdd("[- Tick Count -][%s][%s]- DC Hack detected", gObj[aIndex].AccountID, gObj[aIndex].Name);
return;
}else{
gObj[aIndex].AnimationPCount = 0;
}
}
}
gObj[aIndex].AnimationTCount = GetTickCount();
CGActionRecv((PMSG_ACTION *)aRecv, aIndex);
break;
nice joke.dear zolamu aka leo123 all people who was in BoR not be considered as candidates to our team, sorry
but, you can help a project in free development.