Kamras
Member
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.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!