need a character above level 220 to create darklordI've made a character lvl 350 and still not working... it's something related to gameserver source... any clue where it can be disabled in gameserver ?
Source/GameServer/DSProtocol.cpp
find void JGPGetCharList and change pCLCount.MaxClass from 3 to 4.
pCLCount.MaxClass = 4;