Did the Admin Account Change? I can't log in as administrator using the
username: wizard
password: admin

I found a solution:
Used the trick that ATruGod posted before:
Edited the CharacterCreation.cs as stated in his post:
Changed this line
newChar.AccessLevel = args.Account.AccessLevel;
to this line
newChar.AccessLevel = AccessLevel.Administrator;

Created a new Character and it automatically got Admin Accesslevel. Thanks ATruGod!
 
Last edited:
Did the Admin Account Change? I can't log in as administrator using the
username: wizard
password: admin

I found a solution:
Used the trick that ATruGod posted before:
Edited the CharacterCreation.cs as stated in his post:
Changed this line
newChar.AccessLevel = args.Account.AccessLevel;
to this line
newChar.AccessLevel = AccessLevel.Administrator;

Created a new Character and it automatically got Admin Accesslevel. Thanks ATruGod!
Also in the future, if this happens again just go into the save file, open the accounts file and just edit an existing account to the admin level. Much easier.
 
hello i have a problem trying to play with the offline server , i cannot enter , because the client is encrypted .

it is possible to remove the encrption , or allow the encrypted client in the server ?
 
hello i have a problem trying to play with the offline server , i cannot enter , because the client is encrypted .

it is possible to remove the encrption , or allow the encrypted client in the server ?
Encryption isn't supported. Use the client provided with the server download.
 
Back