Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Mangos [Help] MaGnOs ~Amdber~ Burning Crusade not working...?!

Initiate Mage
Joined
Jan 24, 2014
Messages
1
Reaction score
0
Hey everyone.
So ,I'v installed my server and everything is great!
Its working like a Diamond :D
But I have an important question...
Why I can fix the burning crusde issue ? (no blood elf and drwani)
or
When its going to be fixed and updated ?

Well ,thank you people
And have a good week.
Ben.
 
Lord of the Legion
Joined
Jul 28, 2005
Messages
426
Reaction score
35
Simple solution: In the worldserver daemon, type account set addon <Account GUID> 1. If you don't know the account's GUID (0 if it's the only account, so "account set addon 0 1"), check the accounts table in the realmd database.

When you make an account, by default, the expansion level is set to 0 (Vanilla), so you have to change it. You can also do it manually through the database in the accounts table. Or if you want to set all account in one sweep, through the MySQL console, you can type USE realmd; then UPDATE accounts SET expansion = 1; (Since we're not specifying a WHERE clause, it will set all entries). If you do it through the console, don't forget the semicolons at the end of each command.

Have fun and good luck.
 
Last edited:
Back
Top