Why release the full source code? All you modified/added was the arena system really. The other things could be added very easily.
Briefly looking at the arena system, you don't seem to understand dynamic memory very well. The system has a LOT of memory leaks and could also cause network latency with the large amount of data transfer it uses at times.
Example:
Code:
void CDPClient::OnArenaUpdate( CAr & ar )
{
int nCount;
int* nId = new int[MAX_ARENA_USERS]; // 2000 leaked
char szArenaUserName[MAX_ARENA_USERS][MAX_NAME];
int* nArenaKills = new int[MAX_ARENA_USERS]; // 2000 bytes leaked
int* nArenaDeaths = new int[MAX_ARENA_USERS]; // 2000 bytes leaked
ar >> nCount;
ar.Read( nId, sizeof(int) * nCount);
ar.Read( szArenaUserName, sizeof(char) * MAX_NAME * nCount );
ar.Read( nArenaKills, sizeof(int) * nCount);
ar.Read( nArenaDeaths, sizeof(int) * nCount);
g_ArenaScore.UpdateArena( nCount, nId, szArenaUserName, nArenaKills, nArenaDeaths );
}
It should call the "delete []" operator to free the dynamically allocated memory. There are also many other things wrong with the system, but I don't think I need to explain more.
CoreServer Could not create output directory 'e:\my_source_costum\build\output'.
CoreServer fatal error LNK1104: cannot open file 'E:\My_Source_Costum\Build\Output\CoreServer.exe'
Also der bei jedem kann es sein das er das in E:my_source_costum\build\output speichern will? wenn ja kann vllt jemand posten wie ich das ändern
WTS: Sorc-Spec-Level 145-155 Eternia Games EP2, Fully Maxed, Good Armour, Good Items 07/12/2011 - Last Chaos Trading - 0 Replies Selling EP2 Eternia Games, Sorcerer Specialist, has good b5 eva/g5eva armour..all plussed 10 (mainly 13) or higher. Weapon is g5 plus 13 level 145, with level 4 good sockets. All armour has sockets good jewels level 4/5 jewls used on them. Charecter has full skills maxed, and 1k sp left. Still 70+ expbs, spbs, level 26 or 27 pet left etc..
Theres much more, ill write later but if anyone interested please post!.
Selling cheap btw^^, but theres much much seriously much more..Ill write more...