Help!!! Ascent 

sounds like a config problem... or you just haven't put your database in properly, try re-installing your database and make sure you put the hole thing in and use the tool.bat
 
Same problem here too, and no, my config is set correctly, and my database was installed correctly, the problem is that how it creates it does not much the fields in the database..
 
add this query (worked for me):

Code:
alter table characters add column finisheddailies longtext not null after finished_quests;
 
Back