USE [CHARACTER_01_DBF]
UPDATE CHARACTER_TBL SET m_chAuthority='O'
WHERE m_szName='test' and serverindex='01'
USE [ACCOUNT_DBF]
UPDATE ACCOUNT_TBL_DETAIL SET m_chLoginAuthority='O'
WHERE account='test' and gamecode='A000'
repleace test with your account name and charactername
go to you config.ini in the programm folder you see
Authorization
{
Nom test AUTH_ADMINISTRATOR
}
here come the charactername
look like this
Nom charactername AUTH_ADMINISTRATOR