Have you read the tutorial and double check things you may have overlooked?
Find where it says:
LoginDatabaseInfo = “127.0.0.1;3306;ROOT;PASSWORD;realmd”
WorldDatabaseInfo = “127.0.0.1;3306;ROOT;PASSWORD;mangos”
CharacterDatabaseInfo = “127.0.0.1;3306;ROOT;PASSWORD;characters”
in your mangosd.conf file.
127.0.0.1 - is the IP address of your server. use 127.0.0.1 if you are running MaNGOS on the same computer where you installed your database
3306 - is the port to your database, Make sure it is not blocked by your windows firewall
Root - Is the username you used when you installed your database (change it if necessary)
Password - your password you used when you installed your database(change it if necessary)
realmd, MaNGOS, and characters - are the names of your databases
You really only need to alter your username and password in your mangos config file.
also,
DataDir= '.'
Should be pointed to the directory where you extracted your map/vmap/dbc files. for example
DataDir="C:\WoW\data"
Is pointed to the 'data' folder that contains the folders maps, vmaps, and dbc
And make sure that you extracted your map files with the ad.exe that came with that repack.
Go through the tutorials slooowly so you can catch things you may have missed.
Posted 1 year ago » Permalink