Ok, so im running a mangos realm thats at 3.3.3a and a few of my friends want to help me debug it before we actually put it online. My question is: Is there a way to manually input new accounts in db because so far i've not had much luck with it. I just want to create a few more accounts for friends who want to help me out. Apparantly from what i saw there is a way, writing in the mangosd file: create user or account (something like that). But the trouble is i can`t write in it as the realm log is running and when i ctrl+c to stop it (small mistake on my part...) it shuts down realm. Is there a file or program i need to use to be able to write in mangosd cmd or any other way to create them through database? Please help me out on this one. Thanks.
-nox-
Edit: Alright so i Found out how to change the Mangosd.conf file so that i can now write in the console. It may come in handy for others facing the same problem i was so ill add the solution.
1.In your server folder, browse to find the Mangosd.conf file.
2.Open it and look for the line: LogLevel = 0
3. You can edit this to adjust logging of mangos:
0 = Minimum; 1 = Basic&Error; 2 = Detail; 3 = Full/Debug
So you want to have it set at 0 (which mine is right now) and you'll be able to create new accounts by typing in: Account create (username) (password)
Without the brackets.
There, hopefully this will help some of you. Thanks to Xee for helping me out with this.
P.S: you can edit the Account in your db ''account'' for gm rights and expansion (2 for wotlk)
-nox-