[Looking For][Ascent] 2.2.X Core



this is from trunk revision, meaning some of the code is still in testing.
it supports 2.2.0 and 2.2.2, but voice chat still is not working, so its not included.
all files to start core are included:

gmscripts: rev 24 (thanks to gmscripts team)
ncdb rev 515 with all required sql updates pre-installed (thanks to NCDB team)
ascent core was compiled by me, using VS 2005 on a WIN 32 system.
 
I have Ascent setup correctly, but I am receiving an incorrect client version error when I try to login using this revision and the 2.2.2 retail client.

Are there extra modifications that are required to get this revision to work with 2.2.2?

Any assistance is greatly appreciated :D

EDIT: Nevermind, solved the issue myself.
 
Ye ... u need to set this
Code:
<Client MinBuild = "6692"
        MaxBuild = "6692">

to

Code:
<Client MinBuild = "6692"
        MaxBuild = "9999">

<---- this is in logonserver.conf
 
Yeah, got it all figured out, thanks though <3

Having an issue with character creation now though, I updated the database with the new table for the characters data and that solved the problem on characters not creating properly, but when I try to delete one it crashes the server :(

Any ideas?
 
Back