skua
Initiate
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!
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: